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