Add.
[libidn.git] / NEWS
blob8854f89d063baf6e6725ccf1458c11cddfc3ab4a
1 Libidn NEWS -- History of user-visible changes.                 -*- outline -*-
2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Simon Josefsson
3 See the end for copying conditions.
5 * Version 1.0 (released 2007-07-31)
7 ** Command-line tools, examples, etc are now licensed under GPL version 3.
8 The library is still licensed under LGPL v2.1 for compatibility
9 reasons (it is included in glibc).
11 ** Updated documentation as per license change.
13 ** Update gnulib files.
15 ** Update translations.
17 ** API and ABI is backwards compatible with the previous version.
19 * Version 0.6.14 (released 2007-05-31)
21 ** Libidn is now developed using Git instead of CVS.
22 A public git mirror is available from
23 <http://repo.or.cz/w/libidn.git>.  If you have pulled from this
24 repository before this release, you need to erase your clone because
25 it has been re-generated from scratch.
27 ** API and ABI is backwards compatible with the previous version.
29 * Version 0.6.13 (released 2007-05-31)
31 ** Documentation fixes.
32 Clarify that the C# and Java libraries are licensed under the LGPL.
33 Earlier, some places incorrectly said that these were licensed under
34 the GPL.  If you encounter other places that still suggest that GPL
35 applies to the C# and Java library, please let me know.
37 ** Updated Polish and Vietnamese translations.
38 Thanks to Jakub Bogusz <qboosh@pld-linux.org> and Clytie Siddall
39 <clytie@riverland.net.au>.
41 ** Install images for the manual in $infodir.
42 This fixes the broken image in the info manual.  Image files will be
43 called libidn-*.png to avoid namespace collisions with images from
44 other info manuals.
46 ** Update gnulib files.
48 ** API and ABI is backwards compatible with the previous version.
50 * Version 0.6.12 (released 2007-04-25)
52 ** Use AM_JAVACFLAGS instead of JAVACFLAGS in java/misc/Makefile.am.
53 Reported by Petteri Räty <betelgeuse@gentoo.org>.
55 ** Update gnulib files.
57 ** API and ABI is backwards compatible with the previous version.
59 * Version 0.6.11 (released 2007-03-13)
61 ** Update of the C# Libidn port, by Alexander Gnauck.
62 The code has been refactored and the namespace has been modified to
63 comply with .NET naming conventions.  An IDNA bug was fixed.
65 ** Update gnulib files.
66 We now use the "striconv" module instead of the "iconvme", which
67 causes a slight increase of code size (from 303kb to 319kb with
68 debugging symbols on i386).  The reason is the use of a new locale
69 independent strcasecmp, which may cause faster operation in some
70 locales where, e.g., "ASCII" and "ascii" are not treated as the same.
72 ** API and ABI is backwards compatible with the previous version.
74 * Version 0.6.10 (released 2007-01-04)
76 ** Corrected year in copyright notices.
78 ** Update gnulib files.
79 Including the code to convert strings between different encodings
80 (noted in case this introduces problems).
82 ** API and ABI is backwards compatible with the previous version.
84 * Version 0.6.9 (released 2006-11-30)
86 ** The Java code is fixed to properly translate any non-ASCII dot into '.'.
87 Reported and fixed by "Stephane Mikaty" <mikaty@ecircle-ag.com>.
89 ** Update gnulib files.
91 ** Bump tool versions to autoconf 2.61, automake 1.10, and gettext 0.16.
93 ** Old versions of iconv.m4, codeset.m4 and lib-link.m4 removed from m4/.
94 Modern versions are part of gnulib.
96 ** API and ABI is backwards compatible with the previous version.
98 * Version 0.6.8 (released 2006-10-18)
100 ** The gnulib directory is separated into two directories.
101 One gnulib directory (lib/gl/) for the LGPL library in lib/, and one
102 gnulib directory (gl/) for the GPL tools in src/.  This allows the
103 GPL'd tools to use more gnulib modules than before, since earlier all
104 gnulib files had to be LGPL.
106 ** Update gnulib files.
108 ** Some minor cleanups, like assuming locale.h and setlocale().
110 ** API and ABI is backwards compatible with the previous version.
112 * Version 0.6.7 (released 2006-09-13)
114 ** Fix build failure of idn-int.h on C99 platforms.
115 Reported by Paul Howarth <paul@city-fan.org>.
117 ** The manual includes the GPL license, for the command-line tools.
119 ** The function, variable and concept index is moved to the end of the manual.
121 ** Update gnulib files.
123 ** API and ABI is backwards compatible with the previous version.
125 * Version 0.6.6 (released 2006-08-23)
127 ** Instead of AX_CREATE_STDINT_H, use the stdint gnulib module, for idn-int.h.
128 This solves building on some HPPA systems.  Note that the generated
129 idn-int.h is specific to the build environment that libidn was built
130 under, and is not generally usable by any other compiler (if any) on
131 the host.  This was true before too.
133 ** Update gnulib files.
135 ** API and ABI is backwards compatible with the previous version.
137 * Version 0.6.5 (released 2006-06-07)
139 ** Link the library with external libintl, for gettext.
140 This fixes building on FreeBSD, reported by Kirill Ponomarew
141 <krion@voodoo.bawue.com>.
143 ** Update doxygen config file to version 1.4.7.
145 ** API and ABI is backwards compatible with the previous version.
147 * Version 0.6.4 (released 2006-06-07)
149 ** Fix translation of error messages.
150 Thanks to Joe Orton <jorton@redhat.com>.
152 ** Fix warnings on 64-bit platforms.
153 Thanks to Joe Orton <jorton@redhat.com>.
155 ** The tests are run under valgrind, if it is installed.
156 Use --disable-valgrind-tests to unconditionally disable this.  It is
157 disabled by default for cross compiles.
159 ** API and ABI is backwards compatible with the previous version.
161 * Version 0.6.3 (released 2006-03-08)
163 ** Fixes for the build environment.
165 ** API and ABI is backwards compatible with the previous version.
167 * Version 0.6.2 (released 2006-02-07)
169 ** Fix objdir != srcdir builds for the Java documentation.
170 Thanks to Bernard Leak <bernard@brenda-arkle.demon.co.uk>.
172 ** Update of gnulib files.
174 ** API and ABI is backwards compatible with the previous version.
176 * Version 0.6.1 (released 2006-01-20)
178 ** Make it possible to cross-compile to mingw32.
179 You can build Libidn for Windows by invoking `./configure
180 --host=i586-mingw32msvc' (or similar).
182 ** Minor changes in how the C# code is built.
184 ** Update of gnulib files.
186 ** API and ABI is backwards compatible with the previous version.
188 * Version 0.6.0 (released 2005-12-03)
190 ** A C# port of Libidn has been contributed by Alexander Gnauck.
191 The port resides in the csharp/ directory.  Configure will build it if
192 a working C# compiler can be found.  Mono's "mcs" compiler is known to
193 work (available in Debian in the "mono-mcs" package), but PNET's
194 "cscc" compiler should also work (available in Debian in the "pnet"
195 package).  The port is licensed under the GPL.  Some Microsoft Visual
196 Studio project files are also present in the csharp/ directory, which
197 may be useful when building the port under Windows.  The C# API is
198 currently not documented, improvements are gratefully accepted.
200 ** Support shared libraries on Cygwin and Mingw32, thanks to Yaakov S.
202 ** Fix memory leak.
204 ** API and ABI is backwards compatible with the previous version.
206 * Version 0.5.20 (released 2005-10-23)
208 ** The header file pr29.h is now installed by 'make install'.
210 ** Translation updates.
212 ** Update of gnulib files.
214 ** API and ABI is backwards compatible with the previous version.
216 * Version 0.5.19 (released 2005-09-19)
218 ** The test for setlocale and nl_langinfo has now been separated.
219 The autoconf script now test for locale.h, setlocale and
220 nl_langinfo(CODESET) independently.
222 ** Gnulib updates, fixes for getopt.
224 ** Java manuals in doc/java/ are now generated by Gjdoc from GNU Classpath.
226 ** Kaffe is used to link the pre-built libidn-*.jar file.
228 ** Translation updates.
230 ** API and ABI is backwards compatible with the previous version.
232 * Version 0.5.18 (released 2005-07-16)
234 ** The macro AX_CREATE_STDINT_H that is used to create idn-int.h
235 ** has been updated.
237 ** Fix use of 'head -1' in configure script (should be 'head -n -1'),
238 ** thanks to Carsten Lohrke.
240 ** Announce the help-libidn mailing list in documentation and README.
242 ** Translation updates.
244 ** API and ABI is backwards compatible with the previous version.
246 * Version 0.5.17 (released 2005-05-26)
248 ** The gnulib portability files were updated.
250 ** The license template in files were updated with the new address.
252 ** Translation updated.
254 ** API and ABI is backwards compatible with the previous version.
256 * Version 0.5.16 (released 2005-05-06)
258 ** Mark static PR29 data tables as 'const', thanks to Joe Orton.
260 ** Kinyarwanda translations added, thanks to Steve Murphy.
262 ** API and ABI is backwards compatible with the previous version.
264 * Version 0.5.15 (released 2005-03-19)
266 ** Improvements to code to convert data between character sets.
267 The license template was changed to the LGPL, from the GPL template
268 that was mistakenly used in the previous two releases.  Document here
269 that cleaning up this code has solved memory allocation and arithmetic
270 overflow problems.
272 ** API and ABI is backwards compatible with the previous version.
274 * Version 0.5.14 (released 2005-03-19)
276 ** Building for srcdir != objdir from CVS now work, thanks to Linus Nordberg.
278 ** Simplified Chinese translations added, thanks to Meng Jie.
280 ** Vietnamese translation added, thanks to Clytie Siddall.
282 ** API and ABI is backwards compatible with the previous version.
284 * Version 0.5.13 (released 2005-01-29)
286 ** The code to convert data between character encodings have been cleaned up.
287 The stringprep_convert function has been added to gnulib, under the
288 name iconv_string, and is now used by libidn.  This should not have
289 any user-visible consequences, though.
291 ** It is now possible to bootstrap with unmodified Automake installations.
293 ** Italian translation added, thanks to Marco Colombo.
295 ** Swedish translation updated.
297 ** API and ABI is backwards compatible with the previous version.
299 * Version 0.5.12 (released 2004-12-04)
301 ** Java code now support the XMPP NodePrep and ResourcePrep profiles.
303 ** Bug fixes and improvements to Java code.
304 The allowUnassigned flag is now respected properly.  The prohibited
305 code points check now works.  Arguments are now checked.  Convenience
306 method with allowUnassigned set to false was added.
308 ** Update getopt from gnulib.
310 ** API and ABI is backwards compatible with the previous version.
312 * Version 0.5.11 (released 2004-11-21)
314 ** Fix formatting of man pages, based on warnings from Doclifter.
316 ** Update of gnulib files to fix potential getopt problem on ELF systems.
318 ** API and ABI is backwards compatible with the previous version.
320 * Version 0.5.10 (released 2004-11-08)
322 ** Libtool's -export-symbols-regex is now used to only export official APIs.
323 Before, applications might accidentally access internal functions.
324 Note that this is not supported on all platforms, so you must still
325 make sure you are not using undocumented symbols in Libidn.
327 ** API and ABI is backwards compatible with the previous version.
329 * Version 0.5.9 (released 2004-11-07)
331 ** Align GTK-DOC build infrastructure with GTK-DOC official recommendations.
332 This mean that you can now browse the Libidn API manual using Devhelp.
334 ** Update of gnulib files to fix potential problem in getopt on BSD.
336 ** Documentation improvements.
338 ** API and ABI is backwards compatible with the previous version.
340 * Version 0.5.8 (released 2004-10-12)
342 ** BidiMirroring-3.2.0.txt is now included, not only the generated source code.
343 This allow builds to succeed after 'make realclean'.
345 ** Generated files now have consistent 'DO NOT EDIT!' comments.
347 ** API and ABI is backwards compatible with the previous version.
349 * Version 0.5.7 (released 2004-10-12)
351 ** Shared library version incremented, because new APIs were added.
352 This was forgotten in the last release.
354 ** French translation updated.
356 ** Minor bug fixes.
358 ** API and ABI is backwards compatible with the previous version.
360 * Version 0.5.6 (released 2004-10-02)
362 ** Added functions to convert return codes to human readable text.
364 ** Now using GNULib in command line front end (src/) for portability code.
365 See <http://www.gnu.org/software/gnulib/> for more information on
366 GNULib.  This should make the code easier to read and maintain.
368 ** API and ABI is backwards compatible with the previous version.
369 idna_strerror: ADD.
370 pr29_strerror: ADD.
371 punycode_strerror: ADD.
372 stringprep_strerror: ADD.
373 tld_strerror: ADD.
374 TLD_NO_TLD: ADD.  Replaces TLD_NOTLD.
375 TLD_NOTLD: DEPRECATED.  Use TLD_NO_TLD instead.
377 * Version 0.5.5 (released 2004-09-13)
379 ** Hide accidentally exported variable g_utf8_skip, by marking it as static.
381 ** Various fixes.
383 ** API and ABI is backwards compatible with the previous version.
384 g_utf8_skip: REMOVED.  (But never meant to be used.)
386 * Version 0.5.4 (released 2004-08-08)
388 ** Translation updates.
390 ** API and ABI is backwards compatible with the previous version.
392 * Version 0.5.3 (released 2004-08-05)
394 ** Fix crash in `idn --tld' command line tool.
396 ** API and ABI is backwards compatible with the previous version.
398 * Version 0.5.2 (released 2004-07-14)
400 ** Java "make install" rules are now DESTDIR compatible.
402 ** API and ABI is backwards compatible with the previous version.
404 * Version 0.5.1 (released 2004-07-09)
406 ** Cross compile builds should work.
407 It should work for any sane cross compile target, but the only tested
408 platform is uClibc/uClinux on Motorola Coldfire.
410 ** The example programs now correctly invoke `setlocale (LC_ALL, "")'.
412 ** API and ABI is backwards compatible with the previous version.
414 * Version 0.5.0 (released 2004-06-26)
416 ** Functions to detect "normalization problem sequences" as per PR-29 added.
417 See the new chapter "PR29 Functions" in the manual
418 (doc/libidn.{ps,pdf,html}) for more information and the background
419 story.  An external link that discuss the problem is
420 <http://www.unicode.org/review/pr-29.html>.
422 ** More translations.
423 Added Esperanto (by Edmund GRIMLEY EVANS).
425 ** API and ABI is backwards compatible with the previous version.
426 pr29.h: ADD.  Prototypes for PR29 types and functions.
427 pr29_4, pr29_4z, pr29_8z: ADD.  New API entry points for PR29 functions.
428 Pr29_rc: ADD.  New error code enum type for PR29 functions.
430 * Version 0.4.9 (released 2004-06-11)
432 ** The Java library (java/libidn-*.jar) is included in the distribution.
434 ** JavaDoc manuals (doc/javadoc/) are included.
436 ** API and ABI is backwards compatible with the previous version.
438 * Version 0.4.8 (released 2004-06-01)
440 ** The Java source code is actually included in the distribution.
442 ** API and ABI is backwards compatible with the previous version.
444 * Version 0.4.7 (released 2004-05-31)
446 ** The Java port should now be functional, contributed by Oliver Hitz.
447 See the new section "Java API" in the manual for more information.
449 ** API and ABI is backwards compatible with the previous version.
451 * Version 0.4.6 (released 2004-05-24)
453 ** The header file idn-free.h is actually installed by 'make install'.
455 ** API and ABI is backwards compatible with the previous version.
457 * Version 0.4.5 (released 2004-05-21)
459 ** In IDNA ToUnicode, a `free' on a stale pointer fixed by Ulrich Drepper.
461 ** Several memory leaks fixed by Ulrich Drepper.
463 ** Added more SASLPrep and NFKC test vectors.
465 ** Automake 1.8.4 is used.
467 ** API and ABI is backwards compatible with the previous version.
468 idn_free: ADD.  Wrapper around system `free'.
469 idn-free.h: ADD.  Prototype for `idn_free'.
470                 See idn-free.h for discussion.  The interface is
471                 currently not documented.  Comments and feedback is
472                 appreciated.
474 * Version 0.4.4 (released 2004-04-29)
476 ** Fixed two bugs in iSCSI definition, syncing with newly published RFC 3722.
477 The first bug was an omission of prohibiting the characters in C.1.1,
478 C.1.2 and C.7 (space characters and characters that are inappropriate
479 for canonical representation).  The second was a bug in the definition
480 of the table, causing the entire table to be skipped, of the special
481 prohibited output character table defined in RFC 3722 (see section 6,
482 the characters in the table are various ASCII characters and U+3002).
484 ** A few test vectors for iSCSI were added.
486 ** The self tests are linked with libtool -no-install to avoid wrapper script.
488 ** Separated self test utilities into a separate library, shared by all tests.
490 ** More translations.
491 Added Romanian (by Laurentiu Buzdugan).
493 ** API and ABI is backwards compatible with the previous version.
495 * Version 0.4.3 (released 2004-04-22)
497 ** Fixed a bug in table processing code to prohibit control characters.
498 The problem was that the code used a code point of 0 to indicate end
499 of table, but if (as for table C.2.1) a range starts with 0, this
500 logic would fail.  The end-of-table test is now that both the start
501 and end code points of the range is 0.  Table C.2.1 is responsible for
502 prohibiting non-ASCII control characters, i.e. ASCII 0-31 and 127.
503 Before, libidn silently accepted such strings without complaining.
505 ** A few test vectors for SASLprep were added.
507 ** The pkg-config script no longer include a -R parameter.
509 ** More translations.
510 Added Dutch (by Elros Cyriatan), and German (by Roland Illig).
512 ** API and ABI is backwards compatible with the previous version.
514 * Version 0.4.2 (released 2004-03-20)
516 ** A Punycode implementation in Java was added, by Oliver Hitz.
517 Eventually hopefully a StringPrep, Nameprep and IDNA implementation
518 will be added as well.  Currently you need to specify --enable-java to
519 enable the Java interface.  The Java sources (below java/) are
520 compiled into byte-code (not native code) into a JAR library.
522 ** More translations.
523 Added Danish (by Morten Bo Johansen), French (by Michel Robitaille),
524 Polish (by Jakub Bogusz), and Serbian (by Aleksandar Jelenak).
526 ** Norwegian TLD table added, by Thomas Jacob.
528 ** API and ABI is backwards compatible with the previous version.
530 * Version 0.4.1 (released 2004-03-08)
532 ** The user messages from the command line utility are now translated.
533 Currently English and Swedish is supported.
535 ** Logic of stringprep_locale_charset modified.
536 Future versions will use, in order, $CHARSET iff defined, nl_langinfo
537 (CODESET) iff working, or fall back to returning "ASCII".  Earlier it
538 attempted to guess the system locale, in contrast with the current
539 application's locale, via some setlocale save/set/reset magic.  This
540 change may require you to invoke setlocale() in your application,
541 which is (should be) required for non-ASCII to work anyway.  Based on
542 discussion with Ulrich Drepper.
544 ** The command-line utility now invoke setlocale (LC_ALL, "") at startup.
546 ** Fixed SASLprep tables to prohibit non-ASCII space in output.
547 Non-ASCII space has always been mapped to ASCII space, so it is not
548 clear this really have any effect, but the specification require it.
550 ** Building Libidn as part of GLIBC has been updated.
551 Refer to libc/README for more information.  Incidentally, GLIBC in CVS
552 now include a copy of Libidn.
554 ** API and ABI is backwards compatible with the previous version.
555 IDNA_DLOPEN_ERROR: ADD.  Only used internally by Libidn in libc.
557 * Version 0.4.0 (released 2004-02-28)
559 ** Support for TLD restrictions on IDN strings, contributed by Thomas Jacob.
560 Many TLDs restrict the set of characters that can be used, from the
561 full Unicode 3.2 range that is normally available.  This contribution
562 make it possible for you to test strings for TLD conformance locally.
563 The code can be disabled by --disable-tld.  If enabled (the default),
564 the new API "tld.h" is installed which can be used to check a string
565 for conformance to TLD specific rules.  This add a new self test, and
566 a new chapter in the manual.  People responsible for maintaining TLD
567 tables are hereby encouraged to contribute them (under reasonable
568 licensing terms) for inclusion in future versions of Libidn.  Be
569 warned that the API for TLD checking may change throughout the 0.4.x
570 series as we get feedback on it.
572 ** Kerberos 5 stringprep profile macro is no longer documented.
573 The macro itself will probably be removed in the future, if the
574 specification is dropped from the Kerberos WG agenda.
576 ** API and ABI is backwards compatible with the previous version.
577 stringprep_kerberos5: DEPRECATED.
578 Tld_table_element:
579 Tld_table:
580 Tld_rc: ADD.  New data types.
581 tld_get_4:
582 tld_get_4z:
583 tld_get_z: ADD.  New functions to extract TLD from string.
584 tld_get_table:
585 tld_default_table: ADD.  New functions to get TLD table from TLD name.
586 tld_check_4t:
587 tld_check_4tz: ADD.  New function to provide core TLD operations.
588 tld_check_4:
589 tld_check_4z:
590 tld_check_8z:
591 tld_check_lz: ADD.  New functions that combine all TLD operations in one call.
593 * Version 0.3.7 (released 2004-01-22)
595 ** The command line parameter '--' idiom is documented.
597 ** The iSCSI stringprep profile now recognized as "iSCSI".
598 The earlier name "ISCSIprep" is still recognized, for backwards
599 compatibility.
601 ** DocBook manuals no longer included (the tools are too unstable).
603 ** API and ABI is backwards compatible with the previous version.
605 * Version 0.3.6 (released 2004-01-06)
607 ** The manual now contain a troubleshooting section for the command line tool.
609 ** The PHP interface pass the string directly on the command line.
611 ** The macro that create 'idn-int.h' has been updated to latest version.
613 ** API and ABI is backwards compatible with the previous version.
615 * Version 0.3.5 (released 2003-12-15)
617 ** The program 'idn' accepts input strings directly on the command line.
619 ** The program 'idn' defaults to --idna-to-ascii if no parameter is given.
621 ** The program 'idn' now print user instructions before waiting for input.
623 ** DocBook HTML output not included any longer.
624 The reason is that the filenames generated by docbook2html appear to
625 be rather random, so it is difficult to maintain the Makefile.am rules
626 for them.
628 ** Autoconf 2.59, automake 1.8 and libtool from CVS is used.
630 ** API and ABI is backwards compatible with the previous version.
631 IDNA_CONTAINS_NON_LDH: ADD.  Same integer value as IDNA_CONTAINS_LDH.
632 IDNA_CONTAINS_LDH: DEPRECATED.  LDH (letter-digits-hyphens) characters
633                 are not an error, but non-LDH characters are, when
634                 IDNA_USE_STD3_ASCII_RULES is used.  The logic of the
635                 mnemonic name of this error constant was reversed.
637 * Version 0.3.4 (released 2003-11-09)
639 ** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included.
641 * Version 0.3.3 (released 2003-10-18)
643 ** Fixed list of Stringprep profiles in 'idn --help' and 'idn.php'.
645 ** Fixed debug information in 'idn'.
647 ** Internal improvements.
648 Leads to reduced heap memory usage.  Simplified inter-dependency among
649 files in lib/* to make it easier to copy them into your project.
651 ** Debugging stringprep profile 'generic' removed.
653 ** Punycode implementation updated to rfc3492bis-00.
655 ** API and ABI is backwards compatible with the previous version.
656 stringprep_4i: NEW.
657 stringprep_4zi: NEW.
658 stringprep: CHANGED. 'profile' is marked as 'const'.
659 stringprep_profile: CHANGED. 'profile' is marked as 'const'.
660 stringprep_generic: REMOVED. Never meant for public use.
662 * Version 0.3.2 (released 2003-10-07)
664 ** SASL ANONYMOUS stringprep profile "trace" added.
665 It is equivalent to the already supported "plain" SASL ANONYMOUS
666 stringprep profile, except for the name.
668 ** API and ABI is backwards compatible with the previous version.
669 The 'in' parameter to stringprep_profile was changed from 'char*' to
670 'const char*'.
672 * Version 0.3.1 (released 2003-10-02)
674 ** Fixed handling of implicit and explicit zero-length root labels in ToASCII.
676 ** Fixed support for Hangul Syllables during Unicode NFKC normalization.
678 ** Fixed Unicode NFKC normalization of (some) BMP code points.
679 This was done by syncing the NFKC code with latest GLIB, and may have
680 fixed other bugs in the earlier versions of the updated functions.
682 ** Added more IDNA test vectors.
684 ** Emacs Lisp IDNA implementation now set the UseSTD3ASCIIRules flag.
685 This is the appropriate setting for mail-related uses of IDNA.
687 ** API and ABI is backwards compatible with the previous version.
689 * Version 0.3.0 (released 2003-09-23)
691 ** Ported to Mac OS X.
693 ** Gnulib code removed, we now assume a C89 compatible environment.
695 ** Building libidn as a libc add-on now works again.
697 ** Man pages for all public API functions are included.
699 ** Fixed bug in SASLprep profile.
701 ** API and ABI is NOT backwards compatible with the previous version.
702 All previously labeled (since 0.1.x) obsolete functions have been dropped.
703 The use of 'enum' types instead of 'int' added in 0.2.3 reverted, it
704 confused documentation generators and wasn't all that common practice.
706 * Version 0.2.3 (released 2003-08-26)
708 ** Example 4 was the same as example 3, now changed to demo ToUnicode.
710 ** Documentation improvements.
712 ** Prototype cleanups.
713 The proper enum types (Stringprep_rc, Idna_rc, etc) are now used in
714 several places where plain int where used before.  String lengths are
715 handled by (s)size_t instead of int.
717 ** API and ABI is backwards compatible with the previous version.
719 * Version 0.2.2 (released 2003-08-13)
721 ** Fixed problem with strings longer than 4GB in punycode functions.
722 The punycode code cannot handle strings longer than 4GB.  The code now
723 return PUNYCODE_BAD_INPUT on too long input, instead of failing in an
724 unknown way.
726 ** The "idn --idna-to-unicode" command now output locale encoded strings.
728 ** Build fixes, bug fixes.
730 ** API and ABI is backwards compatible with the previous version.
732 * Version 0.2.1 (released 2003-07-04)
734 ** Don't reject zero-length trailing labels as in, e.g., "www.example.org.".
735 The IDNA RFC is not clear on this topic, zero-length labels in general
736 are forbidden by the ToASCII algorithm in section 4.1 step 8, but the
737 terminology section define, inside a parenthesis, that the zero-length
738 root label is in fact not considered a label at all in IDNA.
740 ** Bug fixes.
742 ** API and ABI is backwards compatible with the previous version.
744 * Version 0.2.0 (released 2003-06-19)
746 ** Unicode code point data is now uint32_t, defined in "idn-int.h".
747 A header file "idn-int.h" is generated and installed to make sure the
748 "uint32_t" data type is available on all platforms.  The reason for
749 this change is that on 64-bit platforms, the application was required
750 to convert 32 bit integers (which is how Unicode code points are
751 typically represented) into 64 bit integers before calling libidn
752 functions.
754 ** New idna_*() functions have improved flags handling.
755 The allowunassigned and usestd3asciirules parameters were collapsed
756 into a flags parameter, that can take on the IDNA_ALLOW_UNASSIGNED and
757 IDNA_USE_STD3_ASCII_RULES values.  This allows for easier extensions
758 to support, e.g., Unicode 4.0 or RFC 952 ASCII rules checking.  Note
759 that the old entry points are unmodified (in this regard), and new
760 entry points with this modification were added.
762 ** The manual was moved into a separate directory doc/.
764 ** Bugfixes.
766 ** API and ABI is not backwards compatible.
767 In punycode.h and stringprep.h the "unsigned long" data type was
768 changed into "uint32_t", which cause a API and ABI missmatch.  For
769 idna.h, the old entry points that used "unsigned long" still exist,
770 and new entry points that uses "uint32_t" was added.  To update your
771 application, you probably only need to change "unsigned long" to
772 "uint32_t".  As a result of these changes, the shared object version
773 has been increased.
775 * Version 0.1.15 (released 2003-06-07)
777 ** Bugfixes.
779 ** API and ABI is backwards compatible with the previous version.
781 * Version 0.1.14 (released 2003-05-10)
783 ** Experimental documentation generation in contrib/doxygen/.
784 Simply invoke "doxygen" in that directory and it should build the
785 documentation.
787 ** Lisp API bug fixes.
789 ** API and ABI is backwards compatible with the previous version.
791 * Version 0.1.13 (released 2003-03-13)
793 ** Unfinished Java *.class files implementing the libidn API.
794 See the contrib/java/ directory.  It is implemented using the Java
795 Native Interface, and light initial testing indicate interoperability
796 between GCJ, IBM's JDK and Sun's JDK.
798 ** Building is now silent when gengetopt is not present.
800 ** Bug fixes.
802 ** API and ABI is backwards compatible with the previous version.
804 * Version 0.1.12 (released 2003-03-06)
806 ** Building libidn doesn't require gengetopt.
807 Warnings are still printed though.  Gengetopt will be replaced by argp
808 eventually.
810 ** Command line tool "idn" supports stringprep too.
812 ** New stringprep API entry point: stringprep_profile().
813 It takes a name of the stringprep profile as an argument instead of
814 the stringprep table structure.
816 ** stringprep_*.h are deprecated and will be removed in the future.
817 All symbols have been moved to stringprep.h.  The reasons are that (1)
818 the files typically only defined one CPP macro and exported one symbol
819 definition, which is wasteful as it generates too much work in the
820 manual, and (2) using one header file for all profiles allows easier
821 access to all stringprep profiles during runtime.  Note that the files
822 are still installed, but they only #include stringprep.h now, for
823 backwards compatibility.
825 ** GNU Libc add-on build instructions updated to GNU Libc 2.3.2.
827 ** SASLprep stringprep profile added.
829 ** An online interface to libidn written in PHP added to contrib/web/.
831 ** API and ABI is backwards compatible with the previous version.
833 * Version 0.1.11 (released 2003-02-26)
835 ** Command line application "idn" is included.
836 A simple wrapper around the library that allows you to invoke punycode
837 encoding/decoding and IDNA ToASCII/ToUnicode on the command line.
839 ** Emacs Lisp interface for punycode and IDNA included.
840 See punycode.el and idna.el.
842 ** API and ABI is backwards compatible with the previous version.
844 * Version 0.1.10 (released 2003-02-21)
846 ** idna_*_to_ace() and idna_*ace_to_*() are deprecated in favor of
847 ** idna_to_ascii_from_*() and idna_to_unicode_*_from_*() respectively.
848 The reason was that the old interfaces did not accept the
849 AllowUnassigned and UseSTD3ASCIIRules flags.  Note that the old
850 functions are not removed, but will be in the future.
852 ** IPS iSCSI stringprep profile added.
854 ** A new contrib/ directory added.
855 Currently it contains a Python interface to Libidn, contributed by
856 Stephane Bortzmeyer.
858 ** idna.h and punycode.h are now installed by "make install".
860 ** API and ABI is backwards compatible with the previous version.
862 * Version 0.1.9 (released 2003-02-20)
864 ** SASL ANONYMOUS "plain" stringprep profile added.
866 ** XMPP nodeprep profile fixed.
868 ** API and ABI is backwards compatible with the previous version.
869 For future releases, the NEWS entry will specifically mention whether
870 the C header API or library ABI backwards compatibility is affected.
872 * Version 0.1.8 (released 2003-02-14)
874 ** Portability fixes.
875 This includes not building the API Reference Manual with GTK-DOC by
876 default, if you want it use configure parameter --enable-gtk-doc after
877 making sure your gtkdoc-mkdb accept the --tmpl-dir parameter.
879 ** The type for string length variables is now (s)size_t.
880 Unfortunately this means binary shared library binary backwards
881 compatible is lost.
883 ** New nameprep test vectors.
885 * Version 0.1.7 (released 2003-02-12)
887 ** Uses official IDNA ACE prefix.
889 * Version 0.1.6 (released 2003-02-11)
891 ** Uses tentative IDNA ACE prefix.
893 ** Added XMPP Node/Resource Identifiers stringprep profiles.
895 ** Fixed prohibited character checks for bidi.
897 * Version 0.1.5 (released 2003-01-28)
899 ** The library can now be built as part of GNU Libc.
900 This is experimental and only tested against GNU Libc version 2.3.1.
901 See the libc/ directory, and libc/README in particular.
903 ** Bug fixes.
905 * Version 0.1.4 (released 2003-01-15)
907 ** Documentation fixes.
909 ** Portability fixes.
911 ** Bug fixes.
913 * Version 0.1.3 (released 2003-01-15)
915 ** Added texinfo manual.
917 * Version 0.1.2 (released 2003-01-08)
919 ** Added high-level IDNA API.
921 ** Added example3.c and example4.c demonstrating the high-level IDNA API.
923 * Version 0.1.1 (released 2003-01-08)
925 ** Added documentation using GTK-DOC.
927 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
928 By accident it was never removed in 0.1.0.
930 * Version 0.1.0 (released 2003-01-05)
932 ** Official GNU project.
934 ** Renamed from libstringprep to libidn.
936 ** Supports punycode and IDNA.  Caveat emptor: I don't use it myself.
938 ** Uses "unsigned long" for Unicode code points instead of "long".
939 Long is guaranteed to be at least 32 bits by C standards so it is
940 always sufficiently large, no need to use uint32_t and the like.
942 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
944 * Version 0.0.8 (released 2002-12-13)
946 ** Portability fixes (now works under Cygwin on Windows 2000).
948 ** Bug fixes.
950 * Version 0.0.7 (released 2002-12-09)
952 ** Apply all tables to entire strings, not just first hit.
954 ** Fix bidi infloop.
956 * Version 0.0.5 (released 2002-12-07)
958 ** Fix prohibited characters handling.
960 ** Fix bidi.
962 ** Renamed type (struct) stringprep_table_element to Stringprep_table_element.
964 ** Renamed type stringprep_profile to Stringprep_profile.
966 ** Renamed type (struct) stringprep_table to Stringprep_table.
968 ** Added more self-tests.
970 * Version 0.0.4 (released 2002-12-06)
972 ** Add unassigned code point handling, including self test cases.
974 ** Portability fixes.
976 * Version 0.0.3 (released 2002-11-30)
978 ** Exported utility function `stringprep_utf8_to_unichar', complementary
979 to existing `stringprep_unichar_to_utf8'.
981 ** Renamed `stringprep_utf8_to_ucs4_fast' to `stringprep_utf8_to_ucs4' to
982 clean up API. The old entry point is maintained for binary backwards
983 compatibility though.
985 ** The distribution is from now on signed using GnuPG.
987 ** Bug fixes.
989 * Version 0.0.2 (released 2002-11-07)
991 ** NFKC self test.
993 ** Bug fixes.
995 * Version 0.0.1 (released 2002-11-06)
997 ** Add utility functions stringprep_locale_charset(), stringprep_convert() 
998 and stringprep_locale_to_utf8 () that can be used to convert text from
999 system's locale into UTF-8, which should be done before invoking
1000 stringprep().  The functions requires iconv() in the operating system.
1002 ** An example program (example.c) that illustrates how libstringprep can be
1003 used is included.
1005 ** The pkg-config --libs output should now include necessary -R options.
1007 * Version 0.0.0 (released 2002-11-05)
1009 ** Initial release
1011 ----------------------------------------------------------------------
1012 Copying and distribution of this file, with or without modification,
1013 are permitted in any medium without royalty provided the copyright
1014 notice and this notice are preserved.