summaryrefslogtreecommitdiff
path: root/libidn/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libidn/ChangeLog')
-rw-r--r--libidn/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libidn/ChangeLog b/libidn/ChangeLog
index 1903cab566..17e00a6113 100644
--- a/libidn/ChangeLog
+++ b/libidn/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-14 Ulrich Drepper <drepper@redhat.com>
+
+ * idn-stub.c (__idna_to_unicode_lzlz): Use __strchrnul, not strchrnul.
+
+ * idna.c (idna_to_ascii_4z): Revert last patch.
+
2004-03-12 Ulrich Drepper <drepper@redhat.com>
* idna.c (idna_to_ascii_4z): Use strdup if available. Unify two ifs.