*** empty log message ***
[libidn.git] / NEWS
blob633bb612c19abef7bc0b7ca96870bd98826a1a7c
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.8 (released 2006-10-18)
7 ** The gnulib directory is separated into two directories.
8 One gnulib directory (lib/gl/) for the LGPL library in lib/, and one
9 gnulib directory (gl/) for the GPL tools in src/.  This allows the
10 GPL'd tools to use more gnulib modules than before, since earlier all
11 gnulib files had to be LGPL.
13 ** Update gnulib files.
15 ** Some minor cleanups, like assuming locale.h and setlocale().
17 ** API and ABI is backwards compatible with the previous version.
19 * Version 0.6.7 (released 2006-09-13)
21 ** Fix build failure of idn-int.h on C99 platforms.
22 Reported by Paul Howarth <paul@city-fan.org>.
24 ** The manual includes the GPL license, for the command-line tools.
26 ** The function, variable and concept index is moved to the end of the manual.
28 ** Update gnulib files.
30 ** API and ABI is backwards compatible with the previous version.
32 * Version 0.6.6 (released 2006-08-23)
34 ** Instead of AX_CREATE_STDINT_H, use the stdint gnulib module, for idn-int.h.
35 This solves building on some HPPA systems.  Note that the generated
36 idn-int.h is specific to the build environment that libidn was built
37 under, and is not generally usable by any other compiler (if any) on
38 the host.  This was true before too.
40 ** Update gnulib files.
42 ** API and ABI is backwards compatible with the previous version.
44 * Version 0.6.5 (released 2006-06-07)
46 ** Link the library with external libintl, for gettext.
47 This fixes building on FreeBSD, reported by Kirill Ponomarew
48 <krion@voodoo.bawue.com>.
50 ** Update doxygen config file to version 1.4.7.
52 ** API and ABI is backwards compatible with the previous version.
54 * Version 0.6.4 (released 2006-06-07)
56 ** Fix translation of error messages.
57 Thanks to Joe Orton <jorton@redhat.com>.
59 ** Fix warnings on 64-bit platforms.
60 Thanks to Joe Orton <jorton@redhat.com>.
62 ** The tests are run under valgrind, if it is installed.
63 Use --disable-valgrind-tests to unconditionally disable this.  It is
64 disabled by default for cross compiles.
66 ** API and ABI is backwards compatible with the previous version.
68 * Version 0.6.3 (released 2006-03-08)
70 ** Fixes for the build environment.
72 ** API and ABI is backwards compatible with the previous version.
74 * Version 0.6.2 (released 2006-02-07)
76 ** Fix objdir != srcdir builds for the Java documentation.
77 Thanks to Bernard Leak <bernard@brenda-arkle.demon.co.uk>.
79 ** Update of gnulib files.
81 ** API and ABI is backwards compatible with the previous version.
83 * Version 0.6.1 (released 2006-01-20)
85 ** Make it possible to cross-compile to mingw32.
86 You can build Libidn for Windows by invoking `./configure
87 --host=i586-mingw32msvc' (or similar).
89 ** Minor changes in how the C# code is built.
91 ** Update of gnulib files.
93 ** API and ABI is backwards compatible with the previous version.
95 * Version 0.6.0 (released 2005-12-03)
97 ** A C# port of Libidn has been contributed by Alexander Gnauck.
98 The port resides in the csharp/ directory.  Configure will build it if
99 a working C# compiler can be found.  Mono's "mcs" compiler is known to
100 work (available in Debian in the "mono-mcs" package), but PNET's
101 "cscc" compiler should also work (available in Debian in the "pnet"
102 package).  The port is licensed under the GPL.  Some Microsoft Visual
103 Studio project files are also present in the csharp/ directory, which
104 may be useful when building the port under Windows.  The C# API is
105 currently not documented, improvements are gratefully accepted.
107 ** Support shared libraries on Cygwin and Mingw32, thanks to Yaakov S.
109 ** Fix memory leak.
111 ** API and ABI is backwards compatible with the previous version.
113 * Version 0.5.20 (released 2005-10-23)
115 ** The header file pr29.h is now installed by 'make install'.
117 ** Translation updates.
119 ** Update of gnulib files.
121 ** API and ABI is backwards compatible with the previous version.
123 * Version 0.5.19 (released 2005-09-19)
125 ** The test for setlocale and nl_langinfo has now been separated.
126 The autoconf script now test for locale.h, setlocale and
127 nl_langinfo(CODESET) independently.
129 ** Gnulib updates, fixes for getopt.
131 ** Java manuals in doc/java/ are now generated by Gjdoc from GNU Classpath.
133 ** Kaffe is used to link the pre-built libidn-*.jar file.
135 ** Translation updates.
137 ** API and ABI is backwards compatible with the previous version.
139 * Version 0.5.18 (released 2005-07-16)
141 ** The macro AX_CREATE_STDINT_H that is used to create idn-int.h
142 ** has been updated.
144 ** Fix use of 'head -1' in configure script (should be 'head -n -1'),
145 ** thanks to Carsten Lohrke.
147 ** Announce the help-libidn mailing list in documentation and README.
149 ** Translation updates.
151 ** API and ABI is backwards compatible with the previous version.
153 * Version 0.5.17 (released 2005-05-26)
155 ** The gnulib portability files were updated.
157 ** The license template in files were updated with the new address.
159 ** Translation updated.
161 ** API and ABI is backwards compatible with the previous version.
163 * Version 0.5.16 (released 2005-05-06)
165 ** Mark static PR29 data tables as 'const', thanks to Joe Orton.
167 ** Kinyarwanda translations added, thanks to Steve Murphy.
169 ** API and ABI is backwards compatible with the previous version.
171 * Version 0.5.15 (released 2005-03-19)
173 ** Improvements to code to convert data between character sets.
174 The license template was changed to the LGPL, from the GPL template
175 that was mistakenly used in the previous two releases.  Document here
176 that cleaning up this code has solved memory allocation and arithmetic
177 overflow problems.
179 ** API and ABI is backwards compatible with the previous version.
181 * Version 0.5.14 (released 2005-03-19)
183 ** Building for srcdir != objdir from CVS now work, thanks to Linus Nordberg.
185 ** Simplified Chinese translations added, thanks to Meng Jie.
187 ** Vietnamese translation added, thanks to Clytie Siddall.
189 ** API and ABI is backwards compatible with the previous version.
191 * Version 0.5.13 (released 2005-01-29)
193 ** The code to convert data between character encodings have been cleaned up.
194 The stringprep_convert function has been added to gnulib, under the
195 name iconv_string, and is now used by libidn.  This should not have
196 any user-visible consequences, though.
198 ** It is now possible to bootstrap with unmodified Automake installations.
200 ** Italian translation added, thanks to Marco Colombo.
202 ** Swedish translation updated.
204 ** API and ABI is backwards compatible with the previous version.
206 * Version 0.5.12 (released 2004-12-04)
208 ** Java code now support the XMPP NodePrep and ResourcePrep profiles.
210 ** Bug fixes and improvements to Java code.
211 The allowUnassigned flag is now respected properly.  The prohibited
212 code points check now works.  Arguments are now checked.  Convenience
213 method with allowUnassigned set to false was added.
215 ** Update getopt from gnulib.
217 ** API and ABI is backwards compatible with the previous version.
219 * Version 0.5.11 (released 2004-11-21)
221 ** Fix formatting of man pages, based on warnings from Doclifter.
223 ** Update of gnulib files to fix potential getopt problem on ELF systems.
225 ** API and ABI is backwards compatible with the previous version.
227 * Version 0.5.10 (released 2004-11-08)
229 ** Libtool's -export-symbols-regex is now used to only export official APIs.
230 Before, applications might accidentally access internal functions.
231 Note that this is not supported on all platforms, so you must still
232 make sure you are not using undocumented symbols in Libidn.
234 ** API and ABI is backwards compatible with the previous version.
236 * Version 0.5.9 (released 2004-11-07)
238 ** Align GTK-DOC build infrastructure with GTK-DOC official recommendations.
239 This mean that you can now browse the Libidn API manual using Devhelp.
241 ** Update of gnulib files to fix potential problem in getopt on BSD.
243 ** Documentation improvements.
245 ** API and ABI is backwards compatible with the previous version.
247 * Version 0.5.8 (released 2004-10-12)
249 ** BidiMirroring-3.2.0.txt is now included, not only the generated source code.
250 This allow builds to succeed after 'make realclean'.
252 ** Generated files now have consistent 'DO NOT EDIT!' comments.
254 ** API and ABI is backwards compatible with the previous version.
256 * Version 0.5.7 (released 2004-10-12)
258 ** Shared library version incremented, because new APIs were added.
259 This was forgotten in the last release.
261 ** French translation updated.
263 ** Minor bug fixes.
265 ** API and ABI is backwards compatible with the previous version.
267 * Version 0.5.6 (released 2004-10-02)
269 ** Added functions to convert return codes to human readable text.
271 ** Now using GNULib in command line front end (src/) for portability code.
272 See <http://www.gnu.org/software/gnulib/> for more information on
273 GNULib.  This should make the code easier to read and maintain.
275 ** API and ABI is backwards compatible with the previous version.
276 idna_strerror: ADD.
277 pr29_strerror: ADD.
278 punycode_strerror: ADD.
279 stringprep_strerror: ADD.
280 tld_strerror: ADD.
281 TLD_NO_TLD: ADD.  Replaces TLD_NOTLD.
282 TLD_NOTLD: DEPRECATED.  Use TLD_NO_TLD instead.
284 * Version 0.5.5 (released 2004-09-13)
286 ** Hide accidentally exported variable g_utf8_skip, by marking it as static.
288 ** Various fixes.
290 ** API and ABI is backwards compatible with the previous version.
291 g_utf8_skip: REMOVED.  (But never meant to be used.)
293 * Version 0.5.4 (released 2004-08-08)
295 ** Translation updates.
297 ** API and ABI is backwards compatible with the previous version.
299 * Version 0.5.3 (released 2004-08-05)
301 ** Fix crash in `idn --tld' command line tool.
303 ** API and ABI is backwards compatible with the previous version.
305 * Version 0.5.2 (released 2004-07-14)
307 ** Java "make install" rules are now DESTDIR compatible.
309 ** API and ABI is backwards compatible with the previous version.
311 * Version 0.5.1 (released 2004-07-09)
313 ** Cross compile builds should work.
314 It should work for any sane cross compile target, but the only tested
315 platform is uClibc/uClinux on Motorola Coldfire.
317 ** The example programs now correctly invoke `setlocale (LC_ALL, "")'.
319 ** API and ABI is backwards compatible with the previous version.
321 * Version 0.5.0 (released 2004-06-26)
323 ** Functions to detect "normalization problem sequences" as per PR-29 added.
324 See the new chapter "PR29 Functions" in the manual
325 (doc/libidn.{ps,pdf,html}) for more information and the background
326 story.  An external link that discuss the problem is
327 <http://www.unicode.org/review/pr-29.html>.
329 ** More translations.
330 Added Esperanto (by Edmund GRIMLEY EVANS).
332 ** API and ABI is backwards compatible with the previous version.
333 pr29.h: ADD.  Prototypes for PR29 types and functions.
334 pr29_4, pr29_4z, pr29_8z: ADD.  New API entry points for PR29 functions.
335 Pr29_rc: ADD.  New error code enum type for PR29 functions.
337 * Version 0.4.9 (released 2004-06-11)
339 ** The Java library (java/libidn-*.jar) is included in the distribution.
341 ** JavaDoc manuals (doc/javadoc/) are included.
343 ** API and ABI is backwards compatible with the previous version.
345 * Version 0.4.8 (released 2004-06-01)
347 ** The Java source code is actually included in the distribution.
349 ** API and ABI is backwards compatible with the previous version.
351 * Version 0.4.7 (released 2004-05-31)
353 ** The Java port should now be functional, contributed by Oliver Hitz.
354 See the new section "Java API" in the manual for more information.
356 ** API and ABI is backwards compatible with the previous version.
358 * Version 0.4.6 (released 2004-05-24)
360 ** The header file idn-free.h is actually installed by 'make install'.
362 ** API and ABI is backwards compatible with the previous version.
364 * Version 0.4.5 (released 2004-05-21)
366 ** In IDNA ToUnicode, a `free' on a stale pointer fixed by Ulrich Drepper.
368 ** Several memory leaks fixed by Ulrich Drepper.
370 ** Added more SASLPrep and NFKC test vectors.
372 ** Automake 1.8.4 is used.
374 ** API and ABI is backwards compatible with the previous version.
375 idn_free: ADD.  Wrapper around system `free'.
376 idn-free.h: ADD.  Prototype for `idn_free'.
377                 See idn-free.h for discussion.  The interface is
378                 currently not documented.  Comments and feedback is
379                 appreciated.
381 * Version 0.4.4 (released 2004-04-29)
383 ** Fixed two bugs in iSCSI definition, syncing with newly published RFC 3722.
384 The first bug was an omission of prohibiting the characters in C.1.1,
385 C.1.2 and C.7 (space characters and characters that are inappropriate
386 for canonical representation).  The second was a bug in the definition
387 of the table, causing the entire table to be skipped, of the special
388 prohibited output character table defined in RFC 3722 (see section 6,
389 the characters in the table are various ASCII characters and U+3002).
391 ** A few test vectors for iSCSI were added.
393 ** The self tests are linked with libtool -no-install to avoid wrapper script.
395 ** Separated self test utilities into a separate library, shared by all tests.
397 ** More translations.
398 Added Romanian (by Laurentiu Buzdugan).
400 ** API and ABI is backwards compatible with the previous version.
402 * Version 0.4.3 (released 2004-04-22)
404 ** Fixed a bug in table processing code to prohibit control characters.
405 The problem was that the code used a code point of 0 to indicate end
406 of table, but if (as for table C.2.1) a range starts with 0, this
407 logic would fail.  The end-of-table test is now that both the start
408 and end code points of the range is 0.  Table C.2.1 is responsible for
409 prohibiting non-ASCII control characters, i.e. ASCII 0-31 and 127.
410 Before, libidn silently accepted such strings without complaining.
412 ** A few test vectors for SASLprep were added.
414 ** The pkg-config script no longer include a -R parameter.
416 ** More translations.
417 Added Dutch (by Elros Cyriatan), and German (by Roland Illig).
419 ** API and ABI is backwards compatible with the previous version.
421 * Version 0.4.2 (released 2004-03-20)
423 ** A Punycode implementation in Java was added, by Oliver Hitz.
424 Eventually hopefully a StringPrep, Nameprep and IDNA implementation
425 will be added as well.  Currently you need to specify --enable-java to
426 enable the Java interface.  The Java sources (below java/) are
427 compiled into byte-code (not native code) into a JAR library.
429 ** More translations.
430 Added Danish (by Morten Bo Johansen), French (by Michel Robitaille),
431 Polish (by Jakub Bogusz), and Serbian (by Aleksandar Jelenak).
433 ** Norwegian TLD table added, by Thomas Jacob.
435 ** API and ABI is backwards compatible with the previous version.
437 * Version 0.4.1 (released 2004-03-08)
439 ** The user messages from the command line utility are now translated.
440 Currently English and Swedish is supported.
442 ** Logic of stringprep_locale_charset modified.
443 Future versions will use, in order, $CHARSET iff defined, nl_langinfo
444 (CODESET) iff working, or fall back to returning "ASCII".  Earlier it
445 attempted to guess the system locale, in contrast with the current
446 application's locale, via some setlocale save/set/reset magic.  This
447 change may require you to invoke setlocale() in your application,
448 which is (should be) required for non-ASCII to work anyway.  Based on
449 discussion with Ulrich Drepper.
451 ** The command-line utility now invoke setlocale (LC_ALL, "") at startup.
453 ** Fixed SASLprep tables to prohibit non-ASCII space in output.
454 Non-ASCII space has always been mapped to ASCII space, so it is not
455 clear this really have any effect, but the specification require it.
457 ** Building Libidn as part of GLIBC has been updated.
458 Refer to libc/README for more information.  Incidentally, GLIBC in CVS
459 now include a copy of Libidn.
461 ** API and ABI is backwards compatible with the previous version.
462 IDNA_DLOPEN_ERROR: ADD.  Only used internally by Libidn in libc.
464 * Version 0.4.0 (released 2004-02-28)
466 ** Support for TLD restrictions on IDN strings, contributed by Thomas Jacob.
467 Many TLDs restrict the set of characters that can be used, from the
468 full Unicode 3.2 range that is normally available.  This contribution
469 make it possible for you to test strings for TLD conformance locally.
470 The code can be disabled by --disable-tld.  If enabled (the default),
471 the new API "tld.h" is installed which can be used to check a string
472 for conformance to TLD specific rules.  This add a new self test, and
473 a new chapter in the manual.  People responsible for maintaining TLD
474 tables are hereby encouraged to contribute them (under reasonable
475 licensing terms) for inclusion in future versions of Libidn.  Be
476 warned that the API for TLD checking may change throughout the 0.4.x
477 series as we get feedback on it.
479 ** Kerberos 5 stringprep profile macro is no longer documented.
480 The macro itself will probably be removed in the future, if the
481 specification is dropped from the Kerberos WG agenda.
483 ** API and ABI is backwards compatible with the previous version.
484 stringprep_kerberos5: DEPRECATED.
485 Tld_table_element:
486 Tld_table:
487 Tld_rc: ADD.  New data types.
488 tld_get_4:
489 tld_get_4z:
490 tld_get_z: ADD.  New functions to extract TLD from string.
491 tld_get_table:
492 tld_default_table: ADD.  New functions to get TLD table from TLD name.
493 tld_check_4t:
494 tld_check_4tz: ADD.  New function to provide core TLD operations.
495 tld_check_4:
496 tld_check_4z:
497 tld_check_8z:
498 tld_check_lz: ADD.  New functions that combine all TLD operations in one call.
500 * Version 0.3.7 (released 2004-01-22)
502 ** The command line parameter '--' idiom is documented.
504 ** The iSCSI stringprep profile now recognized as "iSCSI".
505 The earlier name "ISCSIprep" is still recognized, for backwards
506 compatibility.
508 ** DocBook manuals no longer included (the tools are too unstable).
510 ** API and ABI is backwards compatible with the previous version.
512 * Version 0.3.6 (released 2004-01-06)
514 ** The manual now contain a troubleshooting section for the command line tool.
516 ** The PHP interface pass the string directly on the command line.
518 ** The macro that create 'idn-int.h' has been updated to latest version.
520 ** API and ABI is backwards compatible with the previous version.
522 * Version 0.3.5 (released 2003-12-15)
524 ** The program 'idn' accepts input strings directly on the command line.
526 ** The program 'idn' defaults to --idna-to-ascii if no parameter is given.
528 ** The program 'idn' now print user instructions before waiting for input.
530 ** DocBook HTML output not included any longer.
531 The reason is that the filenames generated by docbook2html appear to
532 be rather random, so it is difficult to maintain the Makefile.am rules
533 for them.
535 ** Autoconf 2.59, automake 1.8 and libtool from CVS is used.
537 ** API and ABI is backwards compatible with the previous version.
538 IDNA_CONTAINS_NON_LDH: ADD.  Same integer value as IDNA_CONTAINS_LDH.
539 IDNA_CONTAINS_LDH: DEPRECATED.  LDH (letter-digits-hyphens) characters
540                 are not an error, but non-LDH characters are, when
541                 IDNA_USE_STD3_ASCII_RULES is used.  The logic of the
542                 mnemonic name of this error constant was reversed.
544 * Version 0.3.4 (released 2003-11-09)
546 ** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included.
548 * Version 0.3.3 (released 2003-10-18)
550 ** Fixed list of Stringprep profiles in 'idn --help' and 'idn.php'.
552 ** Fixed debug information in 'idn'.
554 ** Internal improvements.
555 Leads to reduced heap memory usage.  Simplified inter-dependency among
556 files in lib/* to make it easier to copy them into your project.
558 ** Debugging stringprep profile 'generic' removed.
560 ** Punycode implementation updated to rfc3492bis-00.
562 ** API and ABI is backwards compatible with the previous version.
563 stringprep_4i: NEW.
564 stringprep_4zi: NEW.
565 stringprep: CHANGED. 'profile' is marked as 'const'.
566 stringprep_profile: CHANGED. 'profile' is marked as 'const'.
567 stringprep_generic: REMOVED. Never meant for public use.
569 * Version 0.3.2 (released 2003-10-07)
571 ** SASL ANONYMOUS stringprep profile "trace" added.
572 It is equivalent to the already supported "plain" SASL ANONYMOUS
573 stringprep profile, except for the name.
575 ** API and ABI is backwards compatible with the previous version.
576 The 'in' parameter to stringprep_profile was changed from 'char*' to
577 'const char*'.
579 * Version 0.3.1 (released 2003-10-02)
581 ** Fixed handling of implicit and explicit zero-length root labels in ToASCII.
583 ** Fixed support for Hangul Syllables during Unicode NFKC normalization.
585 ** Fixed Unicode NFKC normalization of (some) BMP code points.
586 This was done by syncing the NFKC code with latest GLIB, and may have
587 fixed other bugs in the earlier versions of the updated functions.
589 ** Added more IDNA test vectors.
591 ** Emacs Lisp IDNA implementation now set the UseSTD3ASCIIRules flag.
592 This is the appropriate setting for mail-related uses of IDNA.
594 ** API and ABI is backwards compatible with the previous version.
596 * Version 0.3.0 (released 2003-09-23)
598 ** Ported to Mac OS X.
600 ** Gnulib code removed, we now assume a C89 compatible environment.
602 ** Building libidn as a libc add-on now works again.
604 ** Man pages for all public API functions are included.
606 ** Fixed bug in SASLprep profile.
608 ** API and ABI is NOT backwards compatible with the previous version.
609 All previously labeled (since 0.1.x) obsolete functions have been dropped.
610 The use of 'enum' types instead of 'int' added in 0.2.3 reverted, it
611 confused documentation generators and wasn't all that common practice.
613 * Version 0.2.3 (released 2003-08-26)
615 ** Example 4 was the same as example 3, now changed to demo ToUnicode.
617 ** Documentation improvements.
619 ** Prototype cleanups.
620 The proper enum types (Stringprep_rc, Idna_rc, etc) are now used in
621 several places where plain int where used before.  String lengths are
622 handled by (s)size_t instead of int.
624 ** API and ABI is backwards compatible with the previous version.
626 * Version 0.2.2 (released 2003-08-13)
628 ** Fixed problem with strings longer than 4GB in punycode functions.
629 The punycode code cannot handle strings longer than 4GB.  The code now
630 return PUNYCODE_BAD_INPUT on too long input, instead of failing in an
631 unknown way.
633 ** The "idn --idna-to-unicode" command now output locale encoded strings.
635 ** Build fixes, bug fixes.
637 ** API and ABI is backwards compatible with the previous version.
639 * Version 0.2.1 (released 2003-07-04)
641 ** Don't reject zero-length trailing labels as in, e.g., "www.example.org.".
642 The IDNA RFC is not clear on this topic, zero-length labels in general
643 are forbidden by the ToASCII algorithm in section 4.1 step 8, but the
644 terminology section define, inside a parenthesis, that the zero-length
645 root label is in fact not considered a label at all in IDNA.
647 ** Bug fixes.
649 ** API and ABI is backwards compatible with the previous version.
651 * Version 0.2.0 (released 2003-06-19)
653 ** Unicode code point data is now uint32_t, defined in "idn-int.h".
654 A header file "idn-int.h" is generated and installed to make sure the
655 "uint32_t" data type is available on all platforms.  The reason for
656 this change is that on 64-bit platforms, the application was required
657 to convert 32 bit integers (which is how Unicode code points are
658 typically represented) into 64 bit integers before calling libidn
659 functions.
661 ** New idna_*() functions have improved flags handling.
662 The allowunassigned and usestd3asciirules parameters were collapsed
663 into a flags parameter, that can take on the IDNA_ALLOW_UNASSIGNED and
664 IDNA_USE_STD3_ASCII_RULES values.  This allows for easier extensions
665 to support, e.g., Unicode 4.0 or RFC 952 ASCII rules checking.  Note
666 that the old entry points are unmodified (in this regard), and new
667 entry points with this modification were added.
669 ** The manual was moved into a separate directory doc/.
671 ** Bugfixes.
673 ** API and ABI is not backwards compatible.
674 In punycode.h and stringprep.h the "unsigned long" data type was
675 changed into "uint32_t", which cause a API and ABI missmatch.  For
676 idna.h, the old entry points that used "unsigned long" still exist,
677 and new entry points that uses "uint32_t" was added.  To update your
678 application, you probably only need to change "unsigned long" to
679 "uint32_t".  As a result of these changes, the shared object version
680 has been increased.
682 * Version 0.1.15 (released 2003-06-07)
684 ** Bugfixes.
686 ** API and ABI is backwards compatible with the previous version.
688 * Version 0.1.14 (released 2003-05-10)
690 ** Experimental documentation generation in contrib/doxygen/.
691 Simply invoke "doxygen" in that directory and it should build the
692 documentation.
694 ** Lisp API bug fixes.
696 ** API and ABI is backwards compatible with the previous version.
698 * Version 0.1.13 (released 2003-03-13)
700 ** Unfinished Java *.class files implementing the libidn API.
701 See the contrib/java/ directory.  It is implemented using the Java
702 Native Interface, and light initial testing indicate interoperability
703 between GCJ, IBM's JDK and Sun's JDK.
705 ** Building is now silent when gengetopt is not present.
707 ** Bug fixes.
709 ** API and ABI is backwards compatible with the previous version.
711 * Version 0.1.12 (released 2003-03-06)
713 ** Building libidn doesn't require gengetopt.
714 Warnings are still printed though.  Gengetopt will be replaced by argp
715 eventually.
717 ** Command line tool "idn" supports stringprep too.
719 ** New stringprep API entry point: stringprep_profile().
720 It takes a name of the stringprep profile as an argument instead of
721 the stringprep table structure.
723 ** stringprep_*.h are deprecated and will be removed in the future.
724 All symbols have been moved to stringprep.h.  The reasons are that (1)
725 the files typically only defined one CPP macro and exported one symbol
726 definition, which is wasteful as it generates too much work in the
727 manual, and (2) using one header file for all profiles allows easier
728 access to all stringprep profiles during runtime.  Note that the files
729 are still installed, but they only #include stringprep.h now, for
730 backwards compatibility.
732 ** GNU Libc add-on build instructions updated to GNU Libc 2.3.2.
734 ** SASLprep stringprep profile added.
736 ** An online interface to libidn written in PHP added to contrib/web/.
738 ** API and ABI is backwards compatible with the previous version.
740 * Version 0.1.11 (released 2003-02-26)
742 ** Command line application "idn" is included.
743 A simple wrapper around the library that allows you to invoke punycode
744 encoding/decoding and IDNA ToASCII/ToUnicode on the command line.
746 ** Emacs Lisp interface for punycode and IDNA included.
747 See punycode.el and idna.el.
749 ** API and ABI is backwards compatible with the previous version.
751 * Version 0.1.10 (released 2003-02-21)
753 ** idna_*_to_ace() and idna_*ace_to_*() are deprecated in favor of
754 ** idna_to_ascii_from_*() and idna_to_unicode_*_from_*() respectively.
755 The reason was that the old interfaces did not accept the
756 AllowUnassigned and UseSTD3ASCIIRules flags.  Note that the old
757 functions are not removed, but will be in the future.
759 ** IPS iSCSI stringprep profile added.
761 ** A new contrib/ directory added.
762 Currently it contains a Python interface to Libidn, contributed by
763 Stephane Bortzmeyer.
765 ** idna.h and punycode.h are now installed by "make install".
767 ** API and ABI is backwards compatible with the previous version.
769 * Version 0.1.9 (released 2003-02-20)
771 ** SASL ANONYMOUS "plain" stringprep profile added.
773 ** XMPP nodeprep profile fixed.
775 ** API and ABI is backwards compatible with the previous version.
776 For future releases, the NEWS entry will specifically mention whether
777 the C header API or library ABI backwards compatibility is affected.
779 * Version 0.1.8 (released 2003-02-14)
781 ** Portability fixes.
782 This includes not building the API Reference Manual with GTK-DOC by
783 default, if you want it use configure parameter --enable-gtk-doc after
784 making sure your gtkdoc-mkdb accept the --tmpl-dir parameter.
786 ** The type for string length variables is now (s)size_t.
787 Unfortunately this means binary shared library binary backwards
788 compatible is lost.
790 ** New nameprep test vectors.
792 * Version 0.1.7 (released 2003-02-12)
794 ** Uses official IDNA ACE prefix.
796 * Version 0.1.6 (released 2003-02-11)
798 ** Uses tentative IDNA ACE prefix.
800 ** Added XMPP Node/Resource Identifiers stringprep profiles.
802 ** Fixed prohibited character checks for bidi.
804 * Version 0.1.5 (released 2003-01-28)
806 ** The library can now be built as part of GNU Libc.
807 This is experimental and only tested against GNU Libc version 2.3.1.
808 See the libc/ directory, and libc/README in particular.
810 ** Bug fixes.
812 * Version 0.1.4 (released 2003-01-15)
814 ** Documentation fixes.
816 ** Portability fixes.
818 ** Bug fixes.
820 * Version 0.1.3 (released 2003-01-15)
822 ** Added texinfo manual.
824 * Version 0.1.2 (released 2003-01-08)
826 ** Added high-level IDNA API.
828 ** Added example3.c and example4.c demonstrating the high-level IDNA API.
830 * Version 0.1.1 (released 2003-01-08)
832 ** Added documentation using GTK-DOC.
834 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
835 By accident it was never removed in 0.1.0.
837 * Version 0.1.0 (released 2003-01-05)
839 ** Official GNU project.
841 ** Renamed from libstringprep to libidn.
843 ** Supports punycode and IDNA.  Caveat emptor: I don't use it myself.
845 ** Uses "unsigned long" for Unicode code points instead of "long".
846 Long is guaranteed to be at least 32 bits by C standards so it is
847 always sufficiently large, no need to use uint32_t and the like.
849 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
851 * Version 0.0.8 (released 2002-12-13)
853 ** Portability fixes (now works under Cygwin on Windows 2000).
855 ** Bug fixes.
857 * Version 0.0.7 (released 2002-12-09)
859 ** Apply all tables to entire strings, not just first hit.
861 ** Fix bidi infloop.
863 * Version 0.0.5 (released 2002-12-07)
865 ** Fix prohibited characters handling.
867 ** Fix bidi.
869 ** Renamed type (struct) stringprep_table_element to Stringprep_table_element.
871 ** Renamed type stringprep_profile to Stringprep_profile.
873 ** Renamed type (struct) stringprep_table to Stringprep_table.
875 ** Added more self-tests.
877 * Version 0.0.4 (released 2002-12-06)
879 ** Add unassigned code point handling, including self test cases.
881 ** Portability fixes.
883 * Version 0.0.3 (released 2002-11-30)
885 ** Exported utility function `stringprep_utf8_to_unichar', complementary
886 to existing `stringprep_unichar_to_utf8'.
888 ** Renamed `stringprep_utf8_to_ucs4_fast' to `stringprep_utf8_to_ucs4' to
889 clean up API. The old entry point is maintained for binary backwards
890 compatibility though.
892 ** The distribution is from now on signed using GnuPG.
894 ** Bug fixes.
896 * Version 0.0.2 (released 2002-11-07)
898 ** NFKC self test.
900 ** Bug fixes.
902 * Version 0.0.1 (released 2002-11-06)
904 ** Add utility functions stringprep_locale_charset(), stringprep_convert() 
905 and stringprep_locale_to_utf8 () that can be used to convert text from
906 system's locale into UTF-8, which should be done before invoking
907 stringprep().  The functions requires iconv() in the operating system.
909 ** An example program (example.c) that illustrates how libstringprep can be
910 used is included.
912 ** The pkg-config --libs output should now include necessary -R options.
914 * Version 0.0.0 (released 2002-11-05)
916 ** Initial release
918 ----------------------------------------------------------------------
919 Copying and distribution of this file, with or without modification,
920 are permitted in any medium without royalty provided the copyright
921 notice and this notice are preserved.