summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2004-12-30 02:00:49 +0000
committerTor Lillqvist <tml@src.gnome.org>2004-12-30 02:00:49 +0000
commitb76a6afcb8149f288804922a3c639d67efd090dc (patch)
tree446ae72e7ea3706ac7978f19140cbe54467a3439 /ChangeLog.pre-2-6
parentb1f6eaf987f60396ab1215edeb79123e3ef2469b (diff)
downloadglib-b76a6afcb8149f288804922a3c639d67efd090dc.tar.gz
Require UNC paths to start with exactly two slashes. (g_get_current_dir):
2004-12-30 Tor Lillqvist <tml@iki.fi> * glib/gutils.c (g_path_skip_root): Require UNC paths to start with exactly two slashes. (g_get_current_dir): Use wide character API when available. (g_path_get_dirname): Handle UNC paths better. Part of fix for #161797.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-68
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 7a1e990d6..6871524ca 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,11 @@
+2004-12-30 Tor Lillqvist <tml@iki.fi>
+
+ * glib/gutils.c (g_path_skip_root): Require UNC paths to start
+ with exactly two slashes.
+ (g_get_current_dir): Use wide character API when available.
+ (g_path_get_dirname): Handle UNC paths better. Part of fix for
+ #161797.
+
2004-12-27 Matthias Clasen <mclasen@redhat.com>
* configure.in: Add an OS_LINUX conditional.