libidn-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS libidn


From: libidn-commit
Subject: CVS libidn
Date: Sat, 02 Oct 2004 19:03:31 +0200

Update of /home/cvs/libidn
In directory dopio:/tmp/cvs-serv1788

Modified Files:
        NEWS 
Log Message:
Add idna_strerror, pr29_strerror, punycode_strerror, stringprep_strerror,
and tld_strerror, suggested by Daniel Stenberg <address@hidden>.
Make idn.c use them.
Rename TLD_NOTLD to TLD_NO_TLD.


--- /home/cvs/libidn/NEWS       2004/09/26 07:04:32     1.207
+++ /home/cvs/libidn/NEWS       2004/10/02 17:03:31     1.208
@@ -7,6 +7,17 @@
 ** Now using Lesser GNULib for portability code.
 This means the code now use strdup, which improve readability.
 
+** Added functions to convert return codes to human readable text.
+
+** API and ABI is backwards compatible with the previous version.
+idna_strerror: ADD.
+pr29_strerror: ADD.
+punycode_strerror: ADD.
+stringprep_strerror: ADD.
+tld_strerror: ADD.
+TLD_NO_TLD: ADD.  Replaces TLD_NOTLD.
+TLD_NOTLD: DEPRECATED.  Use TLD_NO_TLD instead.
+
 * Version 0.5.5 (released 2004-09-13)
 
 ** Hide accidentally exported variable g_utf8_skip, by marking it as static.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]