Sync with TP.
[libidn.git] / NEWS
blob7df61835d8c42b9cf91b0879142accc27a89e69e
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.2 (unreleased)
7 ** Fix objdir != srcdir builds for the Java documentation.
8 Thanks to Bernard Leak <bernard@brenda-arkle.demon.co.uk>.
10 ** API and ABI is backwards compatible with the previous version.
12 * Version 0.6.1 (released 2006-01-20)
14 ** Make it possible to cross-compile to mingw32.
15 You can build Libidn for Windows by invoking `./configure
16 --host=i586-mingw32msvc' (or similar).
18 ** Minor changes in how the C# code is built.
20 ** Update of gnulib files.
22 ** API and ABI is backwards compatible with the previous version.
24 * Version 0.6.0 (released 2005-12-03)
26 ** A C# port of Libidn has been contributed by Alexander Gnauck.
27 The port resides in the csharp/ directory.  Configure will build it if
28 a working C# compiler can be found.  Mono's "mcs" compiler is known to
29 work (available in Debian in the "mono-mcs" package), but PNET's
30 "cscc" compiler should also work (available in Debian in the "pnet"
31 package).  The port is licensed under the GPL.  Some Microsoft Visual
32 Studio project files are also present in the csharp/ directory, which
33 may be useful when building the port under Windows.  The C# API is
34 currently not documented, improvements are gratefully accepted.
36 ** Support shared libraries on Cygwin and Mingw32, thanks to Yaakov S.
38 ** Fix memory leak.
40 ** API and ABI is backwards compatible with the previous version.
42 * Version 0.5.20 (released 2005-10-23)
44 ** The header file pr29.h is now installed by 'make install'.
46 ** Translation updates.
48 ** Update of gnulib files.
50 ** API and ABI is backwards compatible with the previous version.
52 * Version 0.5.19 (released 2005-09-19)
54 ** The test for setlocale and nl_langinfo has now been separated.
55 The autoconf script now test for locale.h, setlocale and
56 nl_langinfo(CODESET) independently.
58 ** Gnulib updates, fixes for getopt.
60 ** Java manuals in doc/java/ are now generated by Gjdoc from GNU Classpath.
62 ** Kaffe is used to link the pre-built libidn-*.jar file.
64 ** Translation updates.
66 ** API and ABI is backwards compatible with the previous version.
68 * Version 0.5.18 (released 2005-07-16)
70 ** The macro AX_CREATE_STDINT_H that is used to create idn-int.h
71 ** has been updated.
73 ** Fix use of 'head -1' in configure script (should be 'head -n -1'),
74 ** thanks to Carsten Lohrke.
76 ** Announce the help-libidn mailing list in documentation and README.
78 ** Translation updates.
80 ** API and ABI is backwards compatible with the previous version.
82 * Version 0.5.17 (released 2005-05-26)
84 ** The gnulib portability files were updated.
86 ** The license template in files were updated with the new address.
88 ** Translation updated.
90 ** API and ABI is backwards compatible with the previous version.
92 * Version 0.5.16 (released 2005-05-06)
94 ** Mark static PR29 data tables as 'const', thanks to Joe Orton.
96 ** Kinyarwanda translations added, thanks to Steve Murphy.
98 ** API and ABI is backwards compatible with the previous version.
100 * Version 0.5.15 (released 2005-03-19)
102 ** Improvements to code to convert data between character sets.
103 The license template was changed to the LGPL, from the GPL template
104 that was mistakenly used in the previous two releases.  Document here
105 that cleaning up this code has solved memory allocation and arithmetic
106 overflow problems.
108 ** API and ABI is backwards compatible with the previous version.
110 * Version 0.5.14 (released 2005-03-19)
112 ** Building for srcdir != objdir from CVS now work, thanks to Linus Nordberg.
114 ** Simplified Chinese translations added, thanks to Meng Jie.
116 ** Vietnamese translation added, thanks to Clytie Siddall.
118 ** API and ABI is backwards compatible with the previous version.
120 * Version 0.5.13 (released 2005-01-29)
122 ** The code to convert data between character encodings have been cleaned up.
123 The stringprep_convert function has been added to gnulib, under the
124 name iconv_string, and is now used by libidn.  This should not have
125 any user-visible consequences, though.
127 ** It is now possible to bootstrap with unmodified Automake installations.
129 ** Italian translation added, thanks to Marco Colombo.
131 ** Swedish translation updated.
133 ** API and ABI is backwards compatible with the previous version.
135 * Version 0.5.12 (released 2004-12-04)
137 ** Java code now support the XMPP NodePrep and ResourcePrep profiles.
139 ** Bug fixes and improvements to Java code.
140 The allowUnassigned flag is now respected properly.  The prohibited
141 code points check now works.  Arguments are now checked.  Convenience
142 method with allowUnassigned set to false was added.
144 ** Update getopt from gnulib.
146 ** API and ABI is backwards compatible with the previous version.
148 * Version 0.5.11 (released 2004-11-21)
150 ** Fix formatting of man pages, based on warnings from Doclifter.
152 ** Update of gnulib files to fix potential getopt problem on ELF systems.
154 ** API and ABI is backwards compatible with the previous version.
156 * Version 0.5.10 (released 2004-11-08)
158 ** Libtool's -export-symbols-regex is now used to only export official APIs.
159 Before, applications might accidentally access internal functions.
160 Note that this is not supported on all platforms, so you must still
161 make sure you are not using undocumented symbols in Libidn.
163 ** API and ABI is backwards compatible with the previous version.
165 * Version 0.5.9 (released 2004-11-07)
167 ** Align GTK-DOC build infrastructure with GTK-DOC official recommendations.
168 This mean that you can now browse the Libidn API manual using Devhelp.
170 ** Update of gnulib files to fix potential problem in getopt on BSD.
172 ** Documentation improvements.
174 ** API and ABI is backwards compatible with the previous version.
176 * Version 0.5.8 (released 2004-10-12)
178 ** BidiMirroring-3.2.0.txt is now included, not only the generated source code.
179 This allow builds to succeed after 'make realclean'.
181 ** Generated files now have consistent 'DO NOT EDIT!' comments.
183 ** API and ABI is backwards compatible with the previous version.
185 * Version 0.5.7 (released 2004-10-12)
187 ** Shared library version incremented, because new APIs were added.
188 This was forgotten in the last release.
190 ** French translation updated.
192 ** Minor bug fixes.
194 ** API and ABI is backwards compatible with the previous version.
196 * Version 0.5.6 (released 2004-10-02)
198 ** Added functions to convert return codes to human readable text.
200 ** Now using GNULib in command line front end (src/) for portability code.
201 See <http://www.gnu.org/software/gnulib/> for more information on
202 GNULib.  This should make the code easier to read and maintain.
204 ** API and ABI is backwards compatible with the previous version.
205 idna_strerror: ADD.
206 pr29_strerror: ADD.
207 punycode_strerror: ADD.
208 stringprep_strerror: ADD.
209 tld_strerror: ADD.
210 TLD_NO_TLD: ADD.  Replaces TLD_NOTLD.
211 TLD_NOTLD: DEPRECATED.  Use TLD_NO_TLD instead.
213 * Version 0.5.5 (released 2004-09-13)
215 ** Hide accidentally exported variable g_utf8_skip, by marking it as static.
217 ** Various fixes.
219 ** API and ABI is backwards compatible with the previous version.
220 g_utf8_skip: REMOVED.  (But never meant to be used.)
222 * Version 0.5.4 (released 2004-08-08)
224 ** Translation updates.
226 ** API and ABI is backwards compatible with the previous version.
228 * Version 0.5.3 (released 2004-08-05)
230 ** Fix crash in `idn --tld' command line tool.
232 ** API and ABI is backwards compatible with the previous version.
234 * Version 0.5.2 (released 2004-07-14)
236 ** Java "make install" rules are now DESTDIR compatible.
238 ** API and ABI is backwards compatible with the previous version.
240 * Version 0.5.1 (released 2004-07-09)
242 ** Cross compile builds should work.
243 It should work for any sane cross compile target, but the only tested
244 platform is uClibc/uClinux on Motorola Coldfire.
246 ** The example programs now correctly invoke `setlocale (LC_ALL, "")'.
248 ** API and ABI is backwards compatible with the previous version.
250 * Version 0.5.0 (released 2004-06-26)
252 ** Functions to detect "normalization problem sequences" as per PR-29 added.
253 See the new chapter "PR29 Functions" in the manual
254 (doc/libidn.{ps,pdf,html}) for more information and the background
255 story.  An external link that discuss the problem is
256 <http://www.unicode.org/review/pr-29.html>.
258 ** More translations.
259 Added Esperanto (by Edmund GRIMLEY EVANS).
261 ** API and ABI is backwards compatible with the previous version.
262 pr29.h: ADD.  Prototypes for PR29 types and functions.
263 pr29_4, pr29_4z, pr29_8z: ADD.  New API entry points for PR29 functions.
264 Pr29_rc: ADD.  New error code enum type for PR29 functions.
266 * Version 0.4.9 (released 2004-06-11)
268 ** The Java library (java/libidn-*.jar) is included in the distribution.
270 ** JavaDoc manuals (doc/javadoc/) are included.
272 ** API and ABI is backwards compatible with the previous version.
274 * Version 0.4.8 (released 2004-06-01)
276 ** The Java source code is actually included in the distribution.
278 ** API and ABI is backwards compatible with the previous version.
280 * Version 0.4.7 (released 2004-05-31)
282 ** The Java port should now be functional, contributed by Oliver Hitz.
283 See the new section "Java API" in the manual for more information.
285 ** API and ABI is backwards compatible with the previous version.
287 * Version 0.4.6 (released 2004-05-24)
289 ** The header file idn-free.h is actually installed by 'make install'.
291 ** API and ABI is backwards compatible with the previous version.
293 * Version 0.4.5 (released 2004-05-21)
295 ** In IDNA ToUnicode, a `free' on a stale pointer fixed by Ulrich Drepper.
297 ** Several memory leaks fixed by Ulrich Drepper.
299 ** Added more SASLPrep and NFKC test vectors.
301 ** Automake 1.8.4 is used.
303 ** API and ABI is backwards compatible with the previous version.
304 idn_free: ADD.  Wrapper around system `free'.
305 idn-free.h: ADD.  Prototype for `idn_free'.
306                 See idn-free.h for discussion.  The interface is
307                 currently not documented.  Comments and feedback is
308                 appreciated.
310 * Version 0.4.4 (released 2004-04-29)
312 ** Fixed two bugs in iSCSI definition, syncing with newly published RFC 3722.
313 The first bug was an omission of prohibiting the characters in C.1.1,
314 C.1.2 and C.7 (space characters and characters that are inappropriate
315 for canonical representation).  The second was a bug in the definition
316 of the table, causing the entire table to be skipped, of the special
317 prohibited output character table defined in RFC 3722 (see section 6,
318 the characters in the table are various ASCII characters and U+3002).
320 ** A few test vectors for iSCSI were added.
322 ** The self tests are linked with libtool -no-install to avoid wrapper script.
324 ** Separated self test utilities into a separate library, shared by all tests.
326 ** More translations.
327 Added Romanian (by Laurentiu Buzdugan).
329 ** API and ABI is backwards compatible with the previous version.
331 * Version 0.4.3 (released 2004-04-22)
333 ** Fixed a bug in table processing code to prohibit control characters.
334 The problem was that the code used a code point of 0 to indicate end
335 of table, but if (as for table C.2.1) a range starts with 0, this
336 logic would fail.  The end-of-table test is now that both the start
337 and end code points of the range is 0.  Table C.2.1 is responsible for
338 prohibiting non-ASCII control characters, i.e. ASCII 0-31 and 127.
339 Before, libidn silently accepted such strings without complaining.
341 ** A few test vectors for SASLprep were added.
343 ** The pkg-config script no longer include a -R parameter.
345 ** More translations.
346 Added Dutch (by Elros Cyriatan), and German (by Roland Illig).
348 ** API and ABI is backwards compatible with the previous version.
350 * Version 0.4.2 (released 2004-03-20)
352 ** A Punycode implementation in Java was added, by Oliver Hitz.
353 Eventually hopefully a StringPrep, Nameprep and IDNA implementation
354 will be added as well.  Currently you need to specify --enable-java to
355 enable the Java interface.  The Java sources (below java/) are
356 compiled into byte-code (not native code) into a JAR library.
358 ** More translations.
359 Added Danish (by Morten Bo Johansen), French (by Michel Robitaille),
360 Polish (by Jakub Bogusz), and Serbian (by Aleksandar Jelenak).
362 ** Norwegian TLD table added, by Thomas Jacob.
364 ** API and ABI is backwards compatible with the previous version.
366 * Version 0.4.1 (released 2004-03-08)
368 ** The user messages from the command line utility are now translated.
369 Currently English and Swedish is supported.
371 ** Logic of stringprep_locale_charset modified.
372 Future versions will use, in order, $CHARSET iff defined, nl_langinfo
373 (CODESET) iff working, or fall back to returning "ASCII".  Earlier it
374 attempted to guess the system locale, in contrast with the current
375 application's locale, via some setlocale save/set/reset magic.  This
376 change may require you to invoke setlocale() in your application,
377 which is (should be) required for non-ASCII to work anyway.  Based on
378 discussion with Ulrich Drepper.
380 ** The command-line utility now invoke setlocale (LC_ALL, "") at startup.
382 ** Fixed SASLprep tables to prohibit non-ASCII space in output.
383 Non-ASCII space has always been mapped to ASCII space, so it is not
384 clear this really have any effect, but the specification require it.
386 ** Building Libidn as part of GLIBC has been updated.
387 Refer to libc/README for more information.  Incidentally, GLIBC in CVS
388 now include a copy of Libidn.
390 ** API and ABI is backwards compatible with the previous version.
391 IDNA_DLOPEN_ERROR: ADD.  Only used internally by Libidn in libc.
393 * Version 0.4.0 (released 2004-02-28)
395 ** Support for TLD restrictions on IDN strings, contributed by Thomas Jacob.
396 Many TLDs restrict the set of characters that can be used, from the
397 full Unicode 3.2 range that is normally available.  This contribution
398 make it possible for you to test strings for TLD conformance locally.
399 The code can be disabled by --disable-tld.  If enabled (the default),
400 the new API "tld.h" is installed which can be used to check a string
401 for conformance to TLD specific rules.  This add a new self test, and
402 a new chapter in the manual.  People responsible for maintaining TLD
403 tables are hereby encouraged to contribute them (under reasonable
404 licensing terms) for inclusion in future versions of Libidn.  Be
405 warned that the API for TLD checking may change throughout the 0.4.x
406 series as we get feedback on it.
408 ** Kerberos 5 stringprep profile macro is no longer documented.
409 The macro itself will probably be removed in the future, if the
410 specification is dropped from the Kerberos WG agenda.
412 ** API and ABI is backwards compatible with the previous version.
413 stringprep_kerberos5: DEPRECATED.
414 Tld_table_element:
415 Tld_table:
416 Tld_rc: ADD.  New data types.
417 tld_get_4:
418 tld_get_4z:
419 tld_get_z: ADD.  New functions to extract TLD from string.
420 tld_get_table:
421 tld_default_table: ADD.  New functions to get TLD table from TLD name.
422 tld_check_4t:
423 tld_check_4tz: ADD.  New function to provide core TLD operations.
424 tld_check_4:
425 tld_check_4z:
426 tld_check_8z:
427 tld_check_lz: ADD.  New functions that combine all TLD operations in one call.
429 * Version 0.3.7 (released 2004-01-22)
431 ** The command line parameter '--' idiom is documented.
433 ** The iSCSI stringprep profile now recognized as "iSCSI".
434 The earlier name "ISCSIprep" is still recognized, for backwards
435 compatibility.
437 ** DocBook manuals no longer included (the tools are too unstable).
439 ** API and ABI is backwards compatible with the previous version.
441 * Version 0.3.6 (released 2004-01-06)
443 ** The manual now contain a troubleshooting section for the command line tool.
445 ** The PHP interface pass the string directly on the command line.
447 ** The macro that create 'idn-int.h' has been updated to latest version.
449 ** API and ABI is backwards compatible with the previous version.
451 * Version 0.3.5 (released 2003-12-15)
453 ** The program 'idn' accepts input strings directly on the command line.
455 ** The program 'idn' defaults to --idna-to-ascii if no parameter is given.
457 ** The program 'idn' now print user instructions before waiting for input.
459 ** DocBook HTML output not included any longer.
460 The reason is that the filenames generated by docbook2html appear to
461 be rather random, so it is difficult to maintain the Makefile.am rules
462 for them.
464 ** Autoconf 2.59, automake 1.8 and libtool from CVS is used.
466 ** API and ABI is backwards compatible with the previous version.
467 IDNA_CONTAINS_NON_LDH: ADD.  Same integer value as IDNA_CONTAINS_LDH.
468 IDNA_CONTAINS_LDH: DEPRECATED.  LDH (letter-digits-hyphens) characters
469                 are not an error, but non-LDH characters are, when
470                 IDNA_USE_STD3_ASCII_RULES is used.  The logic of the
471                 mnemonic name of this error constant was reversed.
473 * Version 0.3.4 (released 2003-11-09)
475 ** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included.
477 * Version 0.3.3 (released 2003-10-18)
479 ** Fixed list of Stringprep profiles in 'idn --help' and 'idn.php'.
481 ** Fixed debug information in 'idn'.
483 ** Internal improvements.
484 Leads to reduced heap memory usage.  Simplified inter-dependency among
485 files in lib/* to make it easier to copy them into your project.
487 ** Debugging stringprep profile 'generic' removed.
489 ** Punycode implementation updated to rfc3492bis-00.
491 ** API and ABI is backwards compatible with the previous version.
492 stringprep_4i: NEW.
493 stringprep_4zi: NEW.
494 stringprep: CHANGED. 'profile' is marked as 'const'.
495 stringprep_profile: CHANGED. 'profile' is marked as 'const'.
496 stringprep_generic: REMOVED. Never meant for public use.
498 * Version 0.3.2 (released 2003-10-07)
500 ** SASL ANONYMOUS stringprep profile "trace" added.
501 It is equivalent to the already supported "plain" SASL ANONYMOUS
502 stringprep profile, except for the name.
504 ** API and ABI is backwards compatible with the previous version.
505 The 'in' parameter to stringprep_profile was changed from 'char*' to
506 'const char*'.
508 * Version 0.3.1 (released 2003-10-02)
510 ** Fixed handling of implicit and explicit zero-length root labels in ToASCII.
512 ** Fixed support for Hangul Syllables during Unicode NFKC normalization.
514 ** Fixed Unicode NFKC normalization of (some) BMP code points.
515 This was done by syncing the NFKC code with latest GLIB, and may have
516 fixed other bugs in the earlier versions of the updated functions.
518 ** Added more IDNA test vectors.
520 ** Emacs Lisp IDNA implementation now set the UseSTD3ASCIIRules flag.
521 This is the appropriate setting for mail-related uses of IDNA.
523 ** API and ABI is backwards compatible with the previous version.
525 * Version 0.3.0 (released 2003-09-23)
527 ** Ported to Mac OS X.
529 ** Gnulib code removed, we now assume a C89 compatible environment.
531 ** Building libidn as a libc add-on now works again.
533 ** Man pages for all public API functions are included.
535 ** Fixed bug in SASLprep profile.
537 ** API and ABI is NOT backwards compatible with the previous version.
538 All previously labeled (since 0.1.x) obsolete functions have been dropped.
539 The use of 'enum' types instead of 'int' added in 0.2.3 reverted, it
540 confused documentation generators and wasn't all that common practice.
542 * Version 0.2.3 (released 2003-08-26)
544 ** Example 4 was the same as example 3, now changed to demo ToUnicode.
546 ** Documentation improvements.
548 ** Prototype cleanups.
549 The proper enum types (Stringprep_rc, Idna_rc, etc) are now used in
550 several places where plain int where used before.  String lengths are
551 handled by (s)size_t instead of int.
553 ** API and ABI is backwards compatible with the previous version.
555 * Version 0.2.2 (released 2003-08-13)
557 ** Fixed problem with strings longer than 4GB in punycode functions.
558 The punycode code cannot handle strings longer than 4GB.  The code now
559 return PUNYCODE_BAD_INPUT on too long input, instead of failing in an
560 unknown way.
562 ** The "idn --idna-to-unicode" command now output locale encoded strings.
564 ** Build fixes, bug fixes.
566 ** API and ABI is backwards compatible with the previous version.
568 * Version 0.2.1 (released 2003-07-04)
570 ** Don't reject zero-length trailing labels as in, e.g., "www.example.org.".
571 The IDNA RFC is not clear on this topic, zero-length labels in general
572 are forbidden by the ToASCII algorithm in section 4.1 step 8, but the
573 terminology section define, inside a parenthesis, that the zero-length
574 root label is in fact not considered a label at all in IDNA.
576 ** Bug fixes.
578 ** API and ABI is backwards compatible with the previous version.
580 * Version 0.2.0 (released 2003-06-19)
582 ** Unicode code point data is now uint32_t, defined in "idn-int.h".
583 A header file "idn-int.h" is generated and installed to make sure the
584 "uint32_t" data type is available on all platforms.  The reason for
585 this change is that on 64-bit platforms, the application was required
586 to convert 32 bit integers (which is how Unicode code points are
587 typically represented) into 64 bit integers before calling libidn
588 functions.
590 ** New idna_*() functions have improved flags handling.
591 The allowunassigned and usestd3asciirules parameters were collapsed
592 into a flags parameter, that can take on the IDNA_ALLOW_UNASSIGNED and
593 IDNA_USE_STD3_ASCII_RULES values.  This allows for easier extensions
594 to support, e.g., Unicode 4.0 or RFC 952 ASCII rules checking.  Note
595 that the old entry points are unmodified (in this regard), and new
596 entry points with this modification were added.
598 ** The manual was moved into a separate directory doc/.
600 ** Bugfixes.
602 ** API and ABI is not backwards compatible.
603 In punycode.h and stringprep.h the "unsigned long" data type was
604 changed into "uint32_t", which cause a API and ABI missmatch.  For
605 idna.h, the old entry points that used "unsigned long" still exist,
606 and new entry points that uses "uint32_t" was added.  To update your
607 application, you probably only need to change "unsigned long" to
608 "uint32_t".  As a result of these changes, the shared object version
609 has been increased.
611 * Version 0.1.15 (released 2003-06-07)
613 ** Bugfixes.
615 ** API and ABI is backwards compatible with the previous version.
617 * Version 0.1.14 (released 2003-05-10)
619 ** Experimental documentation generation in contrib/doxygen/.
620 Simply invoke "doxygen" in that directory and it should build the
621 documentation.
623 ** Lisp API bug fixes.
625 ** API and ABI is backwards compatible with the previous version.
627 * Version 0.1.13 (released 2003-03-13)
629 ** Unfinished Java *.class files implementing the libidn API.
630 See the contrib/java/ directory.  It is implemented using the Java
631 Native Interface, and light initial testing indicate interoperability
632 between GCJ, IBM's JDK and Sun's JDK.
634 ** Building is now silent when gengetopt is not present.
636 ** Bug fixes.
638 ** API and ABI is backwards compatible with the previous version.
640 * Version 0.1.12 (released 2003-03-06)
642 ** Building libidn doesn't require gengetopt.
643 Warnings are still printed though.  Gengetopt will be replaced by argp
644 eventually.
646 ** Command line tool "idn" supports stringprep too.
648 ** New stringprep API entry point: stringprep_profile().
649 It takes a name of the stringprep profile as an argument instead of
650 the stringprep table structure.
652 ** stringprep_*.h are deprecated and will be removed in the future.
653 All symbols have been moved to stringprep.h.  The reasons are that (1)
654 the files typically only defined one CPP macro and exported one symbol
655 definition, which is wasteful as it generates too much work in the
656 manual, and (2) using one header file for all profiles allows easier
657 access to all stringprep profiles during runtime.  Note that the files
658 are still installed, but they only #include stringprep.h now, for
659 backwards compatibility.
661 ** GNU Libc add-on build instructions updated to GNU Libc 2.3.2.
663 ** SASLprep stringprep profile added.
665 ** An online interface to libidn written in PHP added to contrib/web/.
667 ** API and ABI is backwards compatible with the previous version.
669 * Version 0.1.11 (released 2003-02-26)
671 ** Command line application "idn" is included.
672 A simple wrapper around the library that allows you to invoke punycode
673 encoding/decoding and IDNA ToASCII/ToUnicode on the command line.
675 ** Emacs Lisp interface for punycode and IDNA included.
676 See punycode.el and idna.el.
678 ** API and ABI is backwards compatible with the previous version.
680 * Version 0.1.10 (released 2003-02-21)
682 ** idna_*_to_ace() and idna_*ace_to_*() are deprecated in favor of
683 ** idna_to_ascii_from_*() and idna_to_unicode_*_from_*() respectively.
684 The reason was that the old interfaces did not accept the
685 AllowUnassigned and UseSTD3ASCIIRules flags.  Note that the old
686 functions are not removed, but will be in the future.
688 ** IPS iSCSI stringprep profile added.
690 ** A new contrib/ directory added.
691 Currently it contains a Python interface to Libidn, contributed by
692 Stephane Bortzmeyer.
694 ** idna.h and punycode.h are now installed by "make install".
696 ** API and ABI is backwards compatible with the previous version.
698 * Version 0.1.9 (released 2003-02-20)
700 ** SASL ANONYMOUS "plain" stringprep profile added.
702 ** XMPP nodeprep profile fixed.
704 ** API and ABI is backwards compatible with the previous version.
705 For future releases, the NEWS entry will specifically mention whether
706 the C header API or library ABI backwards compatibility is affected.
708 * Version 0.1.8 (released 2003-02-14)
710 ** Portability fixes.
711 This includes not building the API Reference Manual with GTK-DOC by
712 default, if you want it use configure parameter --enable-gtk-doc after
713 making sure your gtkdoc-mkdb accept the --tmpl-dir parameter.
715 ** The type for string length variables is now (s)size_t.
716 Unfortunately this means binary shared library binary backwards
717 compatible is lost.
719 ** New nameprep test vectors.
721 * Version 0.1.7 (released 2003-02-12)
723 ** Uses official IDNA ACE prefix.
725 * Version 0.1.6 (released 2003-02-11)
727 ** Uses tentative IDNA ACE prefix.
729 ** Added XMPP Node/Resource Identifiers stringprep profiles.
731 ** Fixed prohibited character checks for bidi.
733 * Version 0.1.5 (released 2003-01-28)
735 ** The library can now be built as part of GNU Libc.
736 This is experimental and only tested against GNU Libc version 2.3.1.
737 See the libc/ directory, and libc/README in particular.
739 ** Bug fixes.
741 * Version 0.1.4 (released 2003-01-15)
743 ** Documentation fixes.
745 ** Portability fixes.
747 ** Bug fixes.
749 * Version 0.1.3 (released 2003-01-15)
751 ** Added texinfo manual.
753 * Version 0.1.2 (released 2003-01-08)
755 ** Added high-level IDNA API.
757 ** Added example3.c and example4.c demonstrating the high-level IDNA API.
759 * Version 0.1.1 (released 2003-01-08)
761 ** Added documentation using GTK-DOC.
763 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
764 By accident it was never removed in 0.1.0.
766 * Version 0.1.0 (released 2003-01-05)
768 ** Official GNU project.
770 ** Renamed from libstringprep to libidn.
772 ** Supports punycode and IDNA.  Caveat emptor: I don't use it myself.
774 ** Uses "unsigned long" for Unicode code points instead of "long".
775 Long is guaranteed to be at least 32 bits by C standards so it is
776 always sufficiently large, no need to use uint32_t and the like.
778 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
780 * Version 0.0.8 (released 2002-12-13)
782 ** Portability fixes (now works under Cygwin on Windows 2000).
784 ** Bug fixes.
786 * Version 0.0.7 (released 2002-12-09)
788 ** Apply all tables to entire strings, not just first hit.
790 ** Fix bidi infloop.
792 * Version 0.0.5 (released 2002-12-07)
794 ** Fix prohibited characters handling.
796 ** Fix bidi.
798 ** Renamed type (struct) stringprep_table_element to Stringprep_table_element.
800 ** Renamed type stringprep_profile to Stringprep_profile.
802 ** Renamed type (struct) stringprep_table to Stringprep_table.
804 ** Added more self-tests.
806 * Version 0.0.4 (released 2002-12-06)
808 ** Add unassigned code point handling, including self test cases.
810 ** Portability fixes.
812 * Version 0.0.3 (released 2002-11-30)
814 ** Exported utility function `stringprep_utf8_to_unichar', complementary
815 to existing `stringprep_unichar_to_utf8'.
817 ** Renamed `stringprep_utf8_to_ucs4_fast' to `stringprep_utf8_to_ucs4' to
818 clean up API. The old entry point is maintained for binary backwards
819 compatibility though.
821 ** The distribution is from now on signed using GnuPG.
823 ** Bug fixes.
825 * Version 0.0.2 (released 2002-11-07)
827 ** NFKC self test.
829 ** Bug fixes.
831 * Version 0.0.1 (released 2002-11-06)
833 ** Add utility functions stringprep_locale_charset(), stringprep_convert() 
834 and stringprep_locale_to_utf8 () that can be used to convert text from
835 system's locale into UTF-8, which should be done before invoking
836 stringprep().  The functions requires iconv() in the operating system.
838 ** An example program (example.c) that illustrates how libstringprep can be
839 used is included.
841 ** The pkg-config --libs output should now include necessary -R options.
843 * Version 0.0.0 (released 2002-11-05)
845 ** Initial release
847 ----------------------------------------------------------------------
848 Copying and distribution of this file, with or without modification,
849 are permitted in any medium without royalty provided the copyright
850 notice and this notice are preserved.