diff options
| -rw-r--r-- | CHANGES | 3 | ||||
| -rw-r--r-- | RELEASE-NOTES | 2 | 
2 files changed, 4 insertions, 1 deletions
@@ -7,6 +7,9 @@                                    Changelog  Daniel (22 September 2004) +- Dan Fandrich fixed three test cases to no longer use "localhost" but instead +  use "127.0.0.1" to avoid requiring that localhost resolves nicely. +  - Jean-Claude Chauve fixed an LDAP crash when more than one record was    retrieved. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 21f9f5077..2b2b395a0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -42,6 +42,6 @@ advice from friends like these:   Casey O'Donnell, Roland Krikava, Alex, Alexander Krasnostavsky, Kjetil   Jacobsen, Ling Thio, Roman Koifman, Harshal Pradhan, Jonas Forsman, David   Tarendash, Daniel at touchtunes, Bertrand Demiddelaer, Andreas Rieke, - Jean-Claude Chauve + Jean-Claude Chauve, Dan Fandrich          Thanks! (and sorry if I forgot to mention someone)  | 
