Update.
[libidn.git] / NEWS
blobb5f690ac62e392cd05ed4aed619804ef737decb5
1 Libidn NEWS -- History of user-visible changes.                 -*- outline -*-
2 Copyright (C) 2002, 2003, 2004, 2005, 2006 Simon Josefsson
3 See the end for copying conditions.
5 * Version 0.6.4 (unreleased)
7 ** Fix translation of error messages.
8 Thanks to Joe Orton <jorton@redhat.com>.
10 ** Fix warnings on 64-bit platforms.
11 Thanks to Joe Orton <jorton@redhat.com>.
13 ** The tests are run under valgrind, if it is installed.
14 Use --disable-valgrind-tests to unconditionally disable this.  It is
15 disabled by default for cross compiles.
17 * Version 0.6.3 (released 2006-03-08)
19 ** Fixes for the build environment.
21 ** API and ABI is backwards compatible with the previous version.
23 * Version 0.6.2 (released 2006-02-07)
25 ** Fix objdir != srcdir builds for the Java documentation.
26 Thanks to Bernard Leak <bernard@brenda-arkle.demon.co.uk>.
28 ** Update of gnulib files.
30 ** API and ABI is backwards compatible with the previous version.
32 * Version 0.6.1 (released 2006-01-20)
34 ** Make it possible to cross-compile to mingw32.
35 You can build Libidn for Windows by invoking `./configure
36 --host=i586-mingw32msvc' (or similar).
38 ** Minor changes in how the C# code is built.
40 ** Update of gnulib files.
42 ** API and ABI is backwards compatible with the previous version.
44 * Version 0.6.0 (released 2005-12-03)
46 ** A C# port of Libidn has been contributed by Alexander Gnauck.
47 The port resides in the csharp/ directory.  Configure will build it if
48 a working C# compiler can be found.  Mono's "mcs" compiler is known to
49 work (available in Debian in the "mono-mcs" package), but PNET's
50 "cscc" compiler should also work (available in Debian in the "pnet"
51 package).  The port is licensed under the GPL.  Some Microsoft Visual
52 Studio project files are also present in the csharp/ directory, which
53 may be useful when building the port under Windows.  The C# API is
54 currently not documented, improvements are gratefully accepted.
56 ** Support shared libraries on Cygwin and Mingw32, thanks to Yaakov S.
58 ** Fix memory leak.
60 ** API and ABI is backwards compatible with the previous version.
62 * Version 0.5.20 (released 2005-10-23)
64 ** The header file pr29.h is now installed by 'make install'.
66 ** Translation updates.
68 ** Update of gnulib files.
70 ** API and ABI is backwards compatible with the previous version.
72 * Version 0.5.19 (released 2005-09-19)
74 ** The test for setlocale and nl_langinfo has now been separated.
75 The autoconf script now test for locale.h, setlocale and
76 nl_langinfo(CODESET) independently.
78 ** Gnulib updates, fixes for getopt.
80 ** Java manuals in doc/java/ are now generated by Gjdoc from GNU Classpath.
82 ** Kaffe is used to link the pre-built libidn-*.jar file.
84 ** Translation updates.
86 ** API and ABI is backwards compatible with the previous version.
88 * Version 0.5.18 (released 2005-07-16)
90 ** The macro AX_CREATE_STDINT_H that is used to create idn-int.h
91 ** has been updated.
93 ** Fix use of 'head -1' in configure script (should be 'head -n -1'),
94 ** thanks to Carsten Lohrke.
96 ** Announce the help-libidn mailing list in documentation and README.
98 ** Translation updates.
100 ** API and ABI is backwards compatible with the previous version.
102 * Version 0.5.17 (released 2005-05-26)
104 ** The gnulib portability files were updated.
106 ** The license template in files were updated with the new address.
108 ** Translation updated.
110 ** API and ABI is backwards compatible with the previous version.
112 * Version 0.5.16 (released 2005-05-06)
114 ** Mark static PR29 data tables as 'const', thanks to Joe Orton.
116 ** Kinyarwanda translations added, thanks to Steve Murphy.
118 ** API and ABI is backwards compatible with the previous version.
120 * Version 0.5.15 (released 2005-03-19)
122 ** Improvements to code to convert data between character sets.
123 The license template was changed to the LGPL, from the GPL template
124 that was mistakenly used in the previous two releases.  Document here
125 that cleaning up this code has solved memory allocation and arithmetic
126 overflow problems.
128 ** API and ABI is backwards compatible with the previous version.
130 * Version 0.5.14 (released 2005-03-19)
132 ** Building for srcdir != objdir from CVS now work, thanks to Linus Nordberg.
134 ** Simplified Chinese translations added, thanks to Meng Jie.
136 ** Vietnamese translation added, thanks to Clytie Siddall.
138 ** API and ABI is backwards compatible with the previous version.
140 * Version 0.5.13 (released 2005-01-29)
142 ** The code to convert data between character encodings have been cleaned up.
143 The stringprep_convert function has been added to gnulib, under the
144 name iconv_string, and is now used by libidn.  This should not have
145 any user-visible consequences, though.
147 ** It is now possible to bootstrap with unmodified Automake installations.
149 ** Italian translation added, thanks to Marco Colombo.
151 ** Swedish translation updated.
153 ** API and ABI is backwards compatible with the previous version.
155 * Version 0.5.12 (released 2004-12-04)
157 ** Java code now support the XMPP NodePrep and ResourcePrep profiles.
159 ** Bug fixes and improvements to Java code.
160 The allowUnassigned flag is now respected properly.  The prohibited
161 code points check now works.  Arguments are now checked.  Convenience
162 method with allowUnassigned set to false was added.
164 ** Update getopt from gnulib.
166 ** API and ABI is backwards compatible with the previous version.
168 * Version 0.5.11 (released 2004-11-21)
170 ** Fix formatting of man pages, based on warnings from Doclifter.
172 ** Update of gnulib files to fix potential getopt problem on ELF systems.
174 ** API and ABI is backwards compatible with the previous version.
176 * Version 0.5.10 (released 2004-11-08)
178 ** Libtool's -export-symbols-regex is now used to only export official APIs.
179 Before, applications might accidentally access internal functions.
180 Note that this is not supported on all platforms, so you must still
181 make sure you are not using undocumented symbols in Libidn.
183 ** API and ABI is backwards compatible with the previous version.
185 * Version 0.5.9 (released 2004-11-07)
187 ** Align GTK-DOC build infrastructure with GTK-DOC official recommendations.
188 This mean that you can now browse the Libidn API manual using Devhelp.
190 ** Update of gnulib files to fix potential problem in getopt on BSD.
192 ** Documentation improvements.
194 ** API and ABI is backwards compatible with the previous version.
196 * Version 0.5.8 (released 2004-10-12)
198 ** BidiMirroring-3.2.0.txt is now included, not only the generated source code.
199 This allow builds to succeed after 'make realclean'.
201 ** Generated files now have consistent 'DO NOT EDIT!' comments.
203 ** API and ABI is backwards compatible with the previous version.
205 * Version 0.5.7 (released 2004-10-12)
207 ** Shared library version incremented, because new APIs were added.
208 This was forgotten in the last release.
210 ** French translation updated.
212 ** Minor bug fixes.
214 ** API and ABI is backwards compatible with the previous version.
216 * Version 0.5.6 (released 2004-10-02)
218 ** Added functions to convert return codes to human readable text.
220 ** Now using GNULib in command line front end (src/) for portability code.
221 See <http://www.gnu.org/software/gnulib/> for more information on
222 GNULib.  This should make the code easier to read and maintain.
224 ** API and ABI is backwards compatible with the previous version.
225 idna_strerror: ADD.
226 pr29_strerror: ADD.
227 punycode_strerror: ADD.
228 stringprep_strerror: ADD.
229 tld_strerror: ADD.
230 TLD_NO_TLD: ADD.  Replaces TLD_NOTLD.
231 TLD_NOTLD: DEPRECATED.  Use TLD_NO_TLD instead.
233 * Version 0.5.5 (released 2004-09-13)
235 ** Hide accidentally exported variable g_utf8_skip, by marking it as static.
237 ** Various fixes.
239 ** API and ABI is backwards compatible with the previous version.
240 g_utf8_skip: REMOVED.  (But never meant to be used.)
242 * Version 0.5.4 (released 2004-08-08)
244 ** Translation updates.
246 ** API and ABI is backwards compatible with the previous version.
248 * Version 0.5.3 (released 2004-08-05)
250 ** Fix crash in `idn --tld' command line tool.
252 ** API and ABI is backwards compatible with the previous version.
254 * Version 0.5.2 (released 2004-07-14)
256 ** Java "make install" rules are now DESTDIR compatible.
258 ** API and ABI is backwards compatible with the previous version.
260 * Version 0.5.1 (released 2004-07-09)
262 ** Cross compile builds should work.
263 It should work for any sane cross compile target, but the only tested
264 platform is uClibc/uClinux on Motorola Coldfire.
266 ** The example programs now correctly invoke `setlocale (LC_ALL, "")'.
268 ** API and ABI is backwards compatible with the previous version.
270 * Version 0.5.0 (released 2004-06-26)
272 ** Functions to detect "normalization problem sequences" as per PR-29 added.
273 See the new chapter "PR29 Functions" in the manual
274 (doc/libidn.{ps,pdf,html}) for more information and the background
275 story.  An external link that discuss the problem is
276 <http://www.unicode.org/review/pr-29.html>.
278 ** More translations.
279 Added Esperanto (by Edmund GRIMLEY EVANS).
281 ** API and ABI is backwards compatible with the previous version.
282 pr29.h: ADD.  Prototypes for PR29 types and functions.
283 pr29_4, pr29_4z, pr29_8z: ADD.  New API entry points for PR29 functions.
284 Pr29_rc: ADD.  New error code enum type for PR29 functions.
286 * Version 0.4.9 (released 2004-06-11)
288 ** The Java library (java/libidn-*.jar) is included in the distribution.
290 ** JavaDoc manuals (doc/javadoc/) are included.
292 ** API and ABI is backwards compatible with the previous version.
294 * Version 0.4.8 (released 2004-06-01)
296 ** The Java source code is actually included in the distribution.
298 ** API and ABI is backwards compatible with the previous version.
300 * Version 0.4.7 (released 2004-05-31)
302 ** The Java port should now be functional, contributed by Oliver Hitz.
303 See the new section "Java API" in the manual for more information.
305 ** API and ABI is backwards compatible with the previous version.
307 * Version 0.4.6 (released 2004-05-24)
309 ** The header file idn-free.h is actually installed by 'make install'.
311 ** API and ABI is backwards compatible with the previous version.
313 * Version 0.4.5 (released 2004-05-21)
315 ** In IDNA ToUnicode, a `free' on a stale pointer fixed by Ulrich Drepper.
317 ** Several memory leaks fixed by Ulrich Drepper.
319 ** Added more SASLPrep and NFKC test vectors.
321 ** Automake 1.8.4 is used.
323 ** API and ABI is backwards compatible with the previous version.
324 idn_free: ADD.  Wrapper around system `free'.
325 idn-free.h: ADD.  Prototype for `idn_free'.
326                 See idn-free.h for discussion.  The interface is
327                 currently not documented.  Comments and feedback is
328                 appreciated.
330 * Version 0.4.4 (released 2004-04-29)
332 ** Fixed two bugs in iSCSI definition, syncing with newly published RFC 3722.
333 The first bug was an omission of prohibiting the characters in C.1.1,
334 C.1.2 and C.7 (space characters and characters that are inappropriate
335 for canonical representation).  The second was a bug in the definition
336 of the table, causing the entire table to be skipped, of the special
337 prohibited output character table defined in RFC 3722 (see section 6,
338 the characters in the table are various ASCII characters and U+3002).
340 ** A few test vectors for iSCSI were added.
342 ** The self tests are linked with libtool -no-install to avoid wrapper script.
344 ** Separated self test utilities into a separate library, shared by all tests.
346 ** More translations.
347 Added Romanian (by Laurentiu Buzdugan).
349 ** API and ABI is backwards compatible with the previous version.
351 * Version 0.4.3 (released 2004-04-22)
353 ** Fixed a bug in table processing code to prohibit control characters.
354 The problem was that the code used a code point of 0 to indicate end
355 of table, but if (as for table C.2.1) a range starts with 0, this
356 logic would fail.  The end-of-table test is now that both the start
357 and end code points of the range is 0.  Table C.2.1 is responsible for
358 prohibiting non-ASCII control characters, i.e. ASCII 0-31 and 127.
359 Before, libidn silently accepted such strings without complaining.
361 ** A few test vectors for SASLprep were added.
363 ** The pkg-config script no longer include a -R parameter.
365 ** More translations.
366 Added Dutch (by Elros Cyriatan), and German (by Roland Illig).
368 ** API and ABI is backwards compatible with the previous version.
370 * Version 0.4.2 (released 2004-03-20)
372 ** A Punycode implementation in Java was added, by Oliver Hitz.
373 Eventually hopefully a StringPrep, Nameprep and IDNA implementation
374 will be added as well.  Currently you need to specify --enable-java to
375 enable the Java interface.  The Java sources (below java/) are
376 compiled into byte-code (not native code) into a JAR library.
378 ** More translations.
379 Added Danish (by Morten Bo Johansen), French (by Michel Robitaille),
380 Polish (by Jakub Bogusz), and Serbian (by Aleksandar Jelenak).
382 ** Norwegian TLD table added, by Thomas Jacob.
384 ** API and ABI is backwards compatible with the previous version.
386 * Version 0.4.1 (released 2004-03-08)
388 ** The user messages from the command line utility are now translated.
389 Currently English and Swedish is supported.
391 ** Logic of stringprep_locale_charset modified.
392 Future versions will use, in order, $CHARSET iff defined, nl_langinfo
393 (CODESET) iff working, or fall back to returning "ASCII".  Earlier it
394 attempted to guess the system locale, in contrast with the current
395 application's locale, via some setlocale save/set/reset magic.  This
396 change may require you to invoke setlocale() in your application,
397 which is (should be) required for non-ASCII to work anyway.  Based on
398 discussion with Ulrich Drepper.
400 ** The command-line utility now invoke setlocale (LC_ALL, "") at startup.
402 ** Fixed SASLprep tables to prohibit non-ASCII space in output.
403 Non-ASCII space has always been mapped to ASCII space, so it is not
404 clear this really have any effect, but the specification require it.
406 ** Building Libidn as part of GLIBC has been updated.
407 Refer to libc/README for more information.  Incidentally, GLIBC in CVS
408 now include a copy of Libidn.
410 ** API and ABI is backwards compatible with the previous version.
411 IDNA_DLOPEN_ERROR: ADD.  Only used internally by Libidn in libc.
413 * Version 0.4.0 (released 2004-02-28)
415 ** Support for TLD restrictions on IDN strings, contributed by Thomas Jacob.
416 Many TLDs restrict the set of characters that can be used, from the
417 full Unicode 3.2 range that is normally available.  This contribution
418 make it possible for you to test strings for TLD conformance locally.
419 The code can be disabled by --disable-tld.  If enabled (the default),
420 the new API "tld.h" is installed which can be used to check a string
421 for conformance to TLD specific rules.  This add a new self test, and
422 a new chapter in the manual.  People responsible for maintaining TLD
423 tables are hereby encouraged to contribute them (under reasonable
424 licensing terms) for inclusion in future versions of Libidn.  Be
425 warned that the API for TLD checking may change throughout the 0.4.x
426 series as we get feedback on it.
428 ** Kerberos 5 stringprep profile macro is no longer documented.
429 The macro itself will probably be removed in the future, if the
430 specification is dropped from the Kerberos WG agenda.
432 ** API and ABI is backwards compatible with the previous version.
433 stringprep_kerberos5: DEPRECATED.
434 Tld_table_element:
435 Tld_table:
436 Tld_rc: ADD.  New data types.
437 tld_get_4:
438 tld_get_4z:
439 tld_get_z: ADD.  New functions to extract TLD from string.
440 tld_get_table:
441 tld_default_table: ADD.  New functions to get TLD table from TLD name.
442 tld_check_4t:
443 tld_check_4tz: ADD.  New function to provide core TLD operations.
444 tld_check_4:
445 tld_check_4z:
446 tld_check_8z:
447 tld_check_lz: ADD.  New functions that combine all TLD operations in one call.
449 * Version 0.3.7 (released 2004-01-22)
451 ** The command line parameter '--' idiom is documented.
453 ** The iSCSI stringprep profile now recognized as "iSCSI".
454 The earlier name "ISCSIprep" is still recognized, for backwards
455 compatibility.
457 ** DocBook manuals no longer included (the tools are too unstable).
459 ** API and ABI is backwards compatible with the previous version.
461 * Version 0.3.6 (released 2004-01-06)
463 ** The manual now contain a troubleshooting section for the command line tool.
465 ** The PHP interface pass the string directly on the command line.
467 ** The macro that create 'idn-int.h' has been updated to latest version.
469 ** API and ABI is backwards compatible with the previous version.
471 * Version 0.3.5 (released 2003-12-15)
473 ** The program 'idn' accepts input strings directly on the command line.
475 ** The program 'idn' defaults to --idna-to-ascii if no parameter is given.
477 ** The program 'idn' now print user instructions before waiting for input.
479 ** DocBook HTML output not included any longer.
480 The reason is that the filenames generated by docbook2html appear to
481 be rather random, so it is difficult to maintain the Makefile.am rules
482 for them.
484 ** Autoconf 2.59, automake 1.8 and libtool from CVS is used.
486 ** API and ABI is backwards compatible with the previous version.
487 IDNA_CONTAINS_NON_LDH: ADD.  Same integer value as IDNA_CONTAINS_LDH.
488 IDNA_CONTAINS_LDH: DEPRECATED.  LDH (letter-digits-hyphens) characters
489                 are not an error, but non-LDH characters are, when
490                 IDNA_USE_STD3_ASCII_RULES is used.  The logic of the
491                 mnemonic name of this error constant was reversed.
493 * Version 0.3.4 (released 2003-11-09)
495 ** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included.
497 * Version 0.3.3 (released 2003-10-18)
499 ** Fixed list of Stringprep profiles in 'idn --help' and 'idn.php'.
501 ** Fixed debug information in 'idn'.
503 ** Internal improvements.
504 Leads to reduced heap memory usage.  Simplified inter-dependency among
505 files in lib/* to make it easier to copy them into your project.
507 ** Debugging stringprep profile 'generic' removed.
509 ** Punycode implementation updated to rfc3492bis-00.
511 ** API and ABI is backwards compatible with the previous version.
512 stringprep_4i: NEW.
513 stringprep_4zi: NEW.
514 stringprep: CHANGED. 'profile' is marked as 'const'.
515 stringprep_profile: CHANGED. 'profile' is marked as 'const'.
516 stringprep_generic: REMOVED. Never meant for public use.
518 * Version 0.3.2 (released 2003-10-07)
520 ** SASL ANONYMOUS stringprep profile "trace" added.
521 It is equivalent to the already supported "plain" SASL ANONYMOUS
522 stringprep profile, except for the name.
524 ** API and ABI is backwards compatible with the previous version.
525 The 'in' parameter to stringprep_profile was changed from 'char*' to
526 'const char*'.
528 * Version 0.3.1 (released 2003-10-02)
530 ** Fixed handling of implicit and explicit zero-length root labels in ToASCII.
532 ** Fixed support for Hangul Syllables during Unicode NFKC normalization.
534 ** Fixed Unicode NFKC normalization of (some) BMP code points.
535 This was done by syncing the NFKC code with latest GLIB, and may have
536 fixed other bugs in the earlier versions of the updated functions.
538 ** Added more IDNA test vectors.
540 ** Emacs Lisp IDNA implementation now set the UseSTD3ASCIIRules flag.
541 This is the appropriate setting for mail-related uses of IDNA.
543 ** API and ABI is backwards compatible with the previous version.
545 * Version 0.3.0 (released 2003-09-23)
547 ** Ported to Mac OS X.
549 ** Gnulib code removed, we now assume a C89 compatible environment.
551 ** Building libidn as a libc add-on now works again.
553 ** Man pages for all public API functions are included.
555 ** Fixed bug in SASLprep profile.
557 ** API and ABI is NOT backwards compatible with the previous version.
558 All previously labeled (since 0.1.x) obsolete functions have been dropped.
559 The use of 'enum' types instead of 'int' added in 0.2.3 reverted, it
560 confused documentation generators and wasn't all that common practice.
562 * Version 0.2.3 (released 2003-08-26)
564 ** Example 4 was the same as example 3, now changed to demo ToUnicode.
566 ** Documentation improvements.
568 ** Prototype cleanups.
569 The proper enum types (Stringprep_rc, Idna_rc, etc) are now used in
570 several places where plain int where used before.  String lengths are
571 handled by (s)size_t instead of int.
573 ** API and ABI is backwards compatible with the previous version.
575 * Version 0.2.2 (released 2003-08-13)
577 ** Fixed problem with strings longer than 4GB in punycode functions.
578 The punycode code cannot handle strings longer than 4GB.  The code now
579 return PUNYCODE_BAD_INPUT on too long input, instead of failing in an
580 unknown way.
582 ** The "idn --idna-to-unicode" command now output locale encoded strings.
584 ** Build fixes, bug fixes.
586 ** API and ABI is backwards compatible with the previous version.
588 * Version 0.2.1 (released 2003-07-04)
590 ** Don't reject zero-length trailing labels as in, e.g., "www.example.org.".
591 The IDNA RFC is not clear on this topic, zero-length labels in general
592 are forbidden by the ToASCII algorithm in section 4.1 step 8, but the
593 terminology section define, inside a parenthesis, that the zero-length
594 root label is in fact not considered a label at all in IDNA.
596 ** Bug fixes.
598 ** API and ABI is backwards compatible with the previous version.
600 * Version 0.2.0 (released 2003-06-19)
602 ** Unicode code point data is now uint32_t, defined in "idn-int.h".
603 A header file "idn-int.h" is generated and installed to make sure the
604 "uint32_t" data type is available on all platforms.  The reason for
605 this change is that on 64-bit platforms, the application was required
606 to convert 32 bit integers (which is how Unicode code points are
607 typically represented) into 64 bit integers before calling libidn
608 functions.
610 ** New idna_*() functions have improved flags handling.
611 The allowunassigned and usestd3asciirules parameters were collapsed
612 into a flags parameter, that can take on the IDNA_ALLOW_UNASSIGNED and
613 IDNA_USE_STD3_ASCII_RULES values.  This allows for easier extensions
614 to support, e.g., Unicode 4.0 or RFC 952 ASCII rules checking.  Note
615 that the old entry points are unmodified (in this regard), and new
616 entry points with this modification were added.
618 ** The manual was moved into a separate directory doc/.
620 ** Bugfixes.
622 ** API and ABI is not backwards compatible.
623 In punycode.h and stringprep.h the "unsigned long" data type was
624 changed into "uint32_t", which cause a API and ABI missmatch.  For
625 idna.h, the old entry points that used "unsigned long" still exist,
626 and new entry points that uses "uint32_t" was added.  To update your
627 application, you probably only need to change "unsigned long" to
628 "uint32_t".  As a result of these changes, the shared object version
629 has been increased.
631 * Version 0.1.15 (released 2003-06-07)
633 ** Bugfixes.
635 ** API and ABI is backwards compatible with the previous version.
637 * Version 0.1.14 (released 2003-05-10)
639 ** Experimental documentation generation in contrib/doxygen/.
640 Simply invoke "doxygen" in that directory and it should build the
641 documentation.
643 ** Lisp API bug fixes.
645 ** API and ABI is backwards compatible with the previous version.
647 * Version 0.1.13 (released 2003-03-13)
649 ** Unfinished Java *.class files implementing the libidn API.
650 See the contrib/java/ directory.  It is implemented using the Java
651 Native Interface, and light initial testing indicate interoperability
652 between GCJ, IBM's JDK and Sun's JDK.
654 ** Building is now silent when gengetopt is not present.
656 ** Bug fixes.
658 ** API and ABI is backwards compatible with the previous version.
660 * Version 0.1.12 (released 2003-03-06)
662 ** Building libidn doesn't require gengetopt.
663 Warnings are still printed though.  Gengetopt will be replaced by argp
664 eventually.
666 ** Command line tool "idn" supports stringprep too.
668 ** New stringprep API entry point: stringprep_profile().
669 It takes a name of the stringprep profile as an argument instead of
670 the stringprep table structure.
672 ** stringprep_*.h are deprecated and will be removed in the future.
673 All symbols have been moved to stringprep.h.  The reasons are that (1)
674 the files typically only defined one CPP macro and exported one symbol
675 definition, which is wasteful as it generates too much work in the
676 manual, and (2) using one header file for all profiles allows easier
677 access to all stringprep profiles during runtime.  Note that the files
678 are still installed, but they only #include stringprep.h now, for
679 backwards compatibility.
681 ** GNU Libc add-on build instructions updated to GNU Libc 2.3.2.
683 ** SASLprep stringprep profile added.
685 ** An online interface to libidn written in PHP added to contrib/web/.
687 ** API and ABI is backwards compatible with the previous version.
689 * Version 0.1.11 (released 2003-02-26)
691 ** Command line application "idn" is included.
692 A simple wrapper around the library that allows you to invoke punycode
693 encoding/decoding and IDNA ToASCII/ToUnicode on the command line.
695 ** Emacs Lisp interface for punycode and IDNA included.
696 See punycode.el and idna.el.
698 ** API and ABI is backwards compatible with the previous version.
700 * Version 0.1.10 (released 2003-02-21)
702 ** idna_*_to_ace() and idna_*ace_to_*() are deprecated in favor of
703 ** idna_to_ascii_from_*() and idna_to_unicode_*_from_*() respectively.
704 The reason was that the old interfaces did not accept the
705 AllowUnassigned and UseSTD3ASCIIRules flags.  Note that the old
706 functions are not removed, but will be in the future.
708 ** IPS iSCSI stringprep profile added.
710 ** A new contrib/ directory added.
711 Currently it contains a Python interface to Libidn, contributed by
712 Stephane Bortzmeyer.
714 ** idna.h and punycode.h are now installed by "make install".
716 ** API and ABI is backwards compatible with the previous version.
718 * Version 0.1.9 (released 2003-02-20)
720 ** SASL ANONYMOUS "plain" stringprep profile added.
722 ** XMPP nodeprep profile fixed.
724 ** API and ABI is backwards compatible with the previous version.
725 For future releases, the NEWS entry will specifically mention whether
726 the C header API or library ABI backwards compatibility is affected.
728 * Version 0.1.8 (released 2003-02-14)
730 ** Portability fixes.
731 This includes not building the API Reference Manual with GTK-DOC by
732 default, if you want it use configure parameter --enable-gtk-doc after
733 making sure your gtkdoc-mkdb accept the --tmpl-dir parameter.
735 ** The type for string length variables is now (s)size_t.
736 Unfortunately this means binary shared library binary backwards
737 compatible is lost.
739 ** New nameprep test vectors.
741 * Version 0.1.7 (released 2003-02-12)
743 ** Uses official IDNA ACE prefix.
745 * Version 0.1.6 (released 2003-02-11)
747 ** Uses tentative IDNA ACE prefix.
749 ** Added XMPP Node/Resource Identifiers stringprep profiles.
751 ** Fixed prohibited character checks for bidi.
753 * Version 0.1.5 (released 2003-01-28)
755 ** The library can now be built as part of GNU Libc.
756 This is experimental and only tested against GNU Libc version 2.3.1.
757 See the libc/ directory, and libc/README in particular.
759 ** Bug fixes.
761 * Version 0.1.4 (released 2003-01-15)
763 ** Documentation fixes.
765 ** Portability fixes.
767 ** Bug fixes.
769 * Version 0.1.3 (released 2003-01-15)
771 ** Added texinfo manual.
773 * Version 0.1.2 (released 2003-01-08)
775 ** Added high-level IDNA API.
777 ** Added example3.c and example4.c demonstrating the high-level IDNA API.
779 * Version 0.1.1 (released 2003-01-08)
781 ** Added documentation using GTK-DOC.
783 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
784 By accident it was never removed in 0.1.0.
786 * Version 0.1.0 (released 2003-01-05)
788 ** Official GNU project.
790 ** Renamed from libstringprep to libidn.
792 ** Supports punycode and IDNA.  Caveat emptor: I don't use it myself.
794 ** Uses "unsigned long" for Unicode code points instead of "long".
795 Long is guaranteed to be at least 32 bits by C standards so it is
796 always sufficiently large, no need to use uint32_t and the like.
798 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
800 * Version 0.0.8 (released 2002-12-13)
802 ** Portability fixes (now works under Cygwin on Windows 2000).
804 ** Bug fixes.
806 * Version 0.0.7 (released 2002-12-09)
808 ** Apply all tables to entire strings, not just first hit.
810 ** Fix bidi infloop.
812 * Version 0.0.5 (released 2002-12-07)
814 ** Fix prohibited characters handling.
816 ** Fix bidi.
818 ** Renamed type (struct) stringprep_table_element to Stringprep_table_element.
820 ** Renamed type stringprep_profile to Stringprep_profile.
822 ** Renamed type (struct) stringprep_table to Stringprep_table.
824 ** Added more self-tests.
826 * Version 0.0.4 (released 2002-12-06)
828 ** Add unassigned code point handling, including self test cases.
830 ** Portability fixes.
832 * Version 0.0.3 (released 2002-11-30)
834 ** Exported utility function `stringprep_utf8_to_unichar', complementary
835 to existing `stringprep_unichar_to_utf8'.
837 ** Renamed `stringprep_utf8_to_ucs4_fast' to `stringprep_utf8_to_ucs4' to
838 clean up API. The old entry point is maintained for binary backwards
839 compatibility though.
841 ** The distribution is from now on signed using GnuPG.
843 ** Bug fixes.
845 * Version 0.0.2 (released 2002-11-07)
847 ** NFKC self test.
849 ** Bug fixes.
851 * Version 0.0.1 (released 2002-11-06)
853 ** Add utility functions stringprep_locale_charset(), stringprep_convert() 
854 and stringprep_locale_to_utf8 () that can be used to convert text from
855 system's locale into UTF-8, which should be done before invoking
856 stringprep().  The functions requires iconv() in the operating system.
858 ** An example program (example.c) that illustrates how libstringprep can be
859 used is included.
861 ** The pkg-config --libs output should now include necessary -R options.
863 * Version 0.0.0 (released 2002-11-05)
865 ** Initial release
867 ----------------------------------------------------------------------
868 Copying and distribution of this file, with or without modification,
869 are permitted in any medium without royalty provided the copyright
870 notice and this notice are preserved.