summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2005-08-01 19:23:10 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-08-01 19:23:10 +0000
commit7aa2e37f5eff398ce82ec33248cdb2aa29295ebc (patch)
tree0ee02fb67e89bdd0b593a01d2f74a4346f3e2a56 /ChangeLog.pre-2-8
parentd5a989875bf71e6972ae75b264b9ccbb9a6f4b07 (diff)
downloadglib-7aa2e37f5eff398ce82ec33248cdb2aa29295ebc.tar.gz
Ugh, fix braino.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-85
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index b79d7e73c..7044e0271 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -5,7 +5,10 @@
return "localhost" hostnames.
(safe_strcmp_filename): New function that considers slash and
backslash equal on Win32.
- (run_roundtrip_tests): Use safe_strcmp_filename().
+ (safe_strcmp_hostname): New function that considers "localhost"
+ equal NULL on Win32.
+ (run_roundtrip_tests): Use safe_strcmp_filename() and
+ safe_strcmp_hostname().
Sun Jul 31 01:50:20 2005 Tim Janik <timj@gtk.org>