Bump versions.
[libidn.git] / ChangeLog
blob8854b366bf81f56b1495c71d20e0beb7835a281c
1 2003-06-19  Simon Josefsson <simon@josefsson.org>
3         * NEWS: Version 0.2.0.
5 2003-06-19  Simon Josefsson <simon@josefsson.org>
7         * Makefile.am: Distclean idn-int.h (really!).
9 2003-06-19  Simon Josefsson <simon@josefsson.org>
11         * Makefile.am: Install and distclean idn-int.h properly.
13 2003-06-19  Simon Josefsson <simon@josefsson.org>
15         * Makefile.am: Distclean idn-int.h.
17 2003-06-19  Simon Josefsson <simon@josefsson.org>
19         * Makefile.am: Remove idn-int.h.
21 2003-06-19  Simon Josefsson <simon@josefsson.org>
23         * doc/libidn.texi: Add woody armv4l.
25 2003-06-19  Simon Josefsson <simon@josefsson.org>
27         * configure.ac: Bump so version.
29 2003-06-19  Simon Josefsson <simon@josefsson.org>
31         * doc/libidn.texi: Tested on debian-sparc64.
33 2003-06-19  Simon Josefsson <simon@josefsson.org>
35         * reference/Makefile.am: Ignore idn-int.h.
37 2003-06-19  Simon Josefsson <simon@josefsson.org>
39         * Makefile.am: Build e.g. idn before doc/idn.1 is built.
41 2003-06-19  Simon Josefsson <simon@josefsson.org>
43         * punycode.c, punycode.h, doc/libidn.texi: GTK-DOC doesn't like
44         enum return types.
46 2003-06-19  Simon Josefsson <simon@josefsson.org>
48         * NEWS: Add.
50 2003-06-19  Simon Josefsson <simon@josefsson.org>
52         * Makefile.am: Copy manual from right place.
54 2003-06-19  Simon Josefsson <simon@josefsson.org>
56         * THANKS: Add.
58 2003-06-19  Simon Josefsson <simon@josefsson.org>
60         * Makefile.am, tst_oidna.c: Remove obsolete test (we break
61         backwards compatibility).
63 2003-06-19  Simon Josefsson <simon@josefsson.org>
65         * doc/libidn.texi: Fix.
67 2003-06-18  Simon Josefsson <simon@josefsson.org>
69         * idn.c, idna.c, nfkc.c, profiles.c, stringprep.c, toutf8.c,
70         tst_idna.c, tst_oidna.c, tst_stringprep.c: Indent.
72 2003-06-18  Simon Josefsson <simon@josefsson.org>
74         * tst_punycode.c: Fix typo.
76 2003-06-18  Simon Josefsson <simon@josefsson.org>
78         * tst_punycode.c: Use uint32_t instead of unsigned long.
80 2003-06-18  Simon Josefsson <simon@josefsson.org>
82         * idn.c: Fix typo.
84 2003-06-18  Simon Josefsson <simon@josefsson.org>
86         * Makefile.am, tst_opunycode.c, tst_ostringprep.c: Not needed (new
87         API backwards compatible).
89 2003-06-18  Simon Josefsson <simon@josefsson.org>
91         * tst_stringprep.c: Use uint32_t instead of unsigned long.
93 2003-06-18  Simon Josefsson <simon@josefsson.org>
95         * NEWS: Fix.
97 2003-06-18  Simon Josefsson <simon@josefsson.org>
99         * example2.c: Revert to RFC, but use uint32_t and size_t.
101 2003-06-18  Simon Josefsson <simon@josefsson.org>
103         * idna.h: Revert last change.
105 2003-06-18  Simon Josefsson <simon@josefsson.org>
107         * idna.c: Fixes.
109 2003-06-18  Simon Josefsson <simon@josefsson.org>
111         * idna.h: Remove old interfaces.
113 2003-06-18  Simon Josefsson <simon@josefsson.org>
115         * example4.c, example3.c, idn.c: Use modern API.
117 2003-06-18  Simon Josefsson <simon@josefsson.org>
119         * toutf8.c: Fix warnings.
121 2003-06-18  Simon Josefsson <simon@josefsson.org>
123         * idna.c: Use uint32_t instead of unsigned long.  New functions
124         idna_to_ascii_4i, idna_to_unicode_44i, idna_to_ascii_4z,
125         idna_to_ascii_8z, idna_to_ascii_lz, idna_to_unicode_4z4z,
126         idna_to_unicode_8z4z, idna_to_unicode_8z8z, idna_to_unicode_8zlz,
127         idna_to_unicode_lzlz.
129 2003-06-18  Simon Josefsson <simon@josefsson.org>
131         * tst_idna.c, tst_oidna.c: Fix.
133 2003-06-18  Simon Josefsson <simon@josefsson.org>
135         * idna.h: Fix.
137 2003-06-18  Simon Josefsson <simon@josefsson.org>
139         * idna.h: Include stddef.h and idn-int.h.  Add IDNA flags.  Add new
140         IDNA entry points.
142 2003-06-18  Simon Josefsson <simon@josefsson.org>
144         * NEWS: Add.
146 2003-06-18  Simon Josefsson <simon@josefsson.org>
148         * configure.ac: Bump version.
150 2003-06-18  Simon Josefsson <simon@josefsson.org>
152         * stringprep.c: Change unsigned long to uint32_t.
154 2003-06-18  Simon Josefsson <simon@josefsson.org>
156         * stringprep.h.in: Change unsigned long to uint32_t.  Fix enum
157         definitions.
159 2003-06-18  Simon Josefsson <simon@josefsson.org>
161         * internal.h: Remove inttypes/stdint, idn-int.h is used now.
163 2003-06-18  Simon Josefsson <simon@josefsson.org>
165         * tst_oidna.c, tst_opunycode.c, tst_ostringprep.c: Add old API
166         tests.
168 2003-06-18  Simon Josefsson <simon@josefsson.org>
170         * doc/Makefile.am: Fix.
172 2003-06-18  Simon Josefsson <simon@josefsson.org>
174         * fdl.texi, lgpl.texi, Makefile.am, configure.ac, libidn.texi,
175         doc/Makefile.am, doc/fdl.texi, doc/lgpl.texi, doc/libidn.texi: Move
176         manual to doc/.
178 2003-06-18  Simon Josefsson <simon@josefsson.org>
180         * Makefile.am: Don't use gdoc.
182 2003-06-18  Simon Josefsson <simon@josefsson.org>
184         * nfkc.c: Use uint32_t instead of unsigned long.
186 2003-06-18  Simon Josefsson <simon@josefsson.org>
188         * Makefile.am: Get m4's from m4/.  Add tst_o*'s.  Regenerate
189         ChangeLog only for releases.
191 2003-06-18  Simon Josefsson <simon@josefsson.org>
193         * gen-unicode-tables.pl: Include internal.h for uint32_t and use
194         it.
196 2003-06-18  Simon Josefsson <simon@josefsson.org>
198         * punycode.c: Change unsigned long to uint32_t.  Use enum
199         punycode_status return type.  Sync with RFC (after indent).
201 2003-06-18  Simon Josefsson <simon@josefsson.org>
203         * punycode.h: Include stddef and idn-int.h.  Add RFC compatibility
204         enum punycode_status elements.  Change return type to enum
205         punycode_status.  Use uint32_t instead of unsigned long.
207 2003-06-18  Simon Josefsson <simon@josefsson.org>
209         * Makefile.am, configure.ac, iconv.m4,
210         m4/ac_compile_check_sizeof.m4, m4/ax_create_stdint_h.m4,
211         m4/iconv.m4: New idn-int.h for portable fixed size integers. 
212         Create m4/ and move iconv.m4 to it.
214 2003-06-12  Simon Josefsson <simon@josefsson.org>
216         * Makefile.am: Remove GNU make specific idiom.
218 2003-06-07  Simon Josefsson <simon@josefsson.org>
220         * NEWS: Version 0.1.15.
222 2003-06-07  Simon Josefsson <simon@josefsson.org>
224         * NEWS: Add.
226 2003-06-07  Simon Josefsson <simon@josefsson.org>
228         * configure.ac: Bump version.
230 2003-06-07  Simon Josefsson <simon@josefsson.org>
232         * tst_stringprep.c, stringprep.c, tst_idna.c: Remove DRAFT stuff
233         (moved to separate branch).
235 2003-06-07  Simon Josefsson <simon@josefsson.org>
237         * THANKS: Add. Fix.
239 2003-06-07  Simon Josefsson <simon@josefsson.org>
241         * idna.c: Handle non-zero terminated inputs.  Tiny patch suggested
242         by Thiago Macieira.
244 2003-06-07  Simon Josefsson <simon@josefsson.org>
246         * draft-ietf-xmpp-nodeprep-03.txt,
247         draft-ietf-xmpp-resourceprep-03.txt: Add.
249 2003-06-04  Simon Josefsson <simon@josefsson.org>
251         * THANKS: Add.
253 2003-06-04  Simon Josefsson <simon@josefsson.org>
255         * nfkc.c: Check array bounds, tiny patch from Joe Hildebrand.
257 2003-05-28  Simon Josefsson <simon@josefsson.org>
259         * draft-ietf-ldapbis-strprep-00.txt: Add.
261 2003-05-28  Simon Josefsson <simon@josefsson.org>
263         * draft-ietf-sasl-saslprep-02.txt: Add.
265 2003-05-10  Simon Josefsson <simon@josefsson.org>
267         * NEWS: Version 0.1.14.
269 2003-05-10  Simon Josefsson <simon@josefsson.org>
271         * idna.el, punycode.el: Bind process-environment correctly.
273 2003-05-09  Simon Josefsson <simon@josefsson.org>
275         * Makefile.am: Copy doxygen docs.
277 2003-05-09  Simon Josefsson <simon@josefsson.org>
279         * draft-ietf-ldapbis-dn-10.txt: Unrealted, mistakenly added.
281 2003-05-09  Simon Josefsson <simon@josefsson.org>
283         * NEWS: Add.
285 2003-05-09  Simon Josefsson <simon@josefsson.org>
287         * punycode.el: Use process-environment instead of utility env. 
288         Default values of punycode-program, punycode-to-ascii-parameters,
289         punycode-to-unicode-parameters changed, and punycode-environment
290         added.  Use separate error strings.  Handle when idn is not
291         installed.
293 2003-05-09  Simon Josefsson <simon@josefsson.org>
295         * idna.el: Use process-environment instead of utility env.  Default
296         values of idna-program, idna-to-ascii-parameters,
297         idna-to-unicode-parameters changed, and idna-environment added. 
298         Use separate error strings.
300 2003-05-09  Simon Josefsson <simon@josefsson.org>
302         * libidn.texi: Update Emacs Lisp API.  Fix toc.
304 2003-05-09  Simon Josefsson <simon@josefsson.org>
306         * THANKS: Add.
308 2003-05-07  Simon Josefsson <simon@josefsson.org>
310         * idna.el: Handle when idn is not installed.
312 2003-05-06  Simon Josefsson <simon@josefsson.org>
314         * draft-ietf-ldapbis-dn-10.txt, draft-ietf-sasl-saslprep-01.txt,
315         draft-zeilenga-ldapbis-strprep-00.txt: Add.
317 2003-04-23  Simon Josefsson <simon@josefsson.org>
319         * NEWS: Add.
321 2003-04-23  Simon Josefsson <simon@josefsson.org>
323         * NEWS: Fix NEWS entry of last release (API/ABI compatibility).
325 2003-04-23  Simon Josefsson <simon@josefsson.org>
327         * draft-ietf-xmpp-nodeprep-02.txt,
328         draft-ietf-xmpp-resourceprep-02.txt: Add.
330 2003-04-20  Simon Josefsson <simon@josefsson.org>
332         * draft-josefsson-idn-test-vectors-00.txt: Add.
334 2003-04-16  Simon Josefsson <simon@josefsson.org>
336         * ANNOUNCE: Mention devices it runs on.
338 2003-03-28  Simon Josefsson <simon@josefsson.org>
340         * tst_stringprep.c: Fix bad UTF-8.  Self test for bad UTF-8.
342 2003-03-27  Simon Josefsson <simon@josefsson.org>
344         * tst_idna.c, tst_stringprep.c: Fix -DDRAFT output.
346 2003-03-26  Simon Josefsson <simon@josefsson.org>
348         * Makefile.am: Dist contrib/doxygen/.
350 2003-03-26  Simon Josefsson <simon@josefsson.org>
352         * NEWS: Mention doxygen.
354 2003-03-26  Simon Josefsson <simon@josefsson.org>
356         * configure.ac: Build contrib/doxygen/Doxyfile.
358 2003-03-26  Simon Josefsson <simon@josefsson.org>
360         * gdoc: Add -doxygen.
362 2003-03-26  Simon Josefsson <simon@josefsson.org>
364         * internal.h: Add \mainpage for doxygen.
366 2003-03-23  Simon Josefsson <simon@josefsson.org>
368         * FAQ: Fix.
370 2003-03-23  Simon Josefsson <simon@josefsson.org>
372         * configure.ac: Bump versions.
374 2003-03-23  Simon Josefsson <simon@josefsson.org>
376         * Makefile.am: Ignore draft.*xml in ChangeLog.
378 2003-03-23  Simon Josefsson <simon@josefsson.org>
380         * idn.c: Fix debug prints.
382 2003-03-22  Simon Josefsson <simon@josefsson.org>
384         * stringprep.c, tst_stringprep.c: Fixes for -DDRAFT.
386 2003-03-22  Simon Josefsson <simon@josefsson.org>
388         * tst_idna.c: Support -DDRAFT.
390 2003-03-13  Simon Josefsson <simon@josefsson.org>
392         * NEWS: Version 0.1.13.
394 2003-03-13  Simon Josefsson <simon@josefsson.org>
396         * libidn.texi: Sync ANNOUNCE.
398 2003-03-13  Simon Josefsson <simon@josefsson.org>
400         * configure.ac: Bump so version.
402 2003-03-13  Simon Josefsson <simon@josefsson.org>
404         * NEWS: Add.
406 2003-03-13  Simon Josefsson <simon@josefsson.org>
408         * ANNOUNCE: Add lingos.
410 2003-03-13  Simon Josefsson <simon@josefsson.org>
412         * Makefile.am: Dist Java stuff.
414 2003-03-13  Simon Josefsson <simon@josefsson.org>
416         * NEWS: Mention Java API.
418 2003-03-13  Simon Josefsson <simon@josefsson.org>
420         * libidn.texi: Tested on more platforms.
422 2003-03-12  Simon Josefsson <simon@josefsson.org>
424         * tst_stringprep.c: Fix mem leak.
426 2003-03-12  Simon Josefsson <simon@josefsson.org>
428         * stringprep.c: Fix mem leak.
430 2003-03-12  Simon Josefsson <simon@josefsson.org>
432         * tst_idna.c: Fix mem leak.
434 2003-03-12  Simon Josefsson <simon@josefsson.org>
436         * Makefile.am: Ignore errors instead of using missing for
437         gengetopt.
439 2003-03-12  Simon Josefsson <simon@josefsson.org>
441         * configure.ac: Ignore errors instead of using missing for
442         gengetopt.  Bump version.
444 2003-03-12  Simon Josefsson <simon@josefsson.org>
446         * libidn.texi: Add platform.
448 2003-03-12  Simon Josefsson <simon@josefsson.org>
450         * ANNOUNCE: Spec update.
452 2003-03-10  Simon Josefsson <simon@josefsson.org>
454         * Makefile.am: Cvs2cl ignore contrib.
456 2003-03-10  Simon Josefsson <simon@josefsson.org>
458         * Makefile.am: Use cvs2cl's new --FSF.
460 2003-03-08  Simon Josefsson <simon@josefsson.org>
462         * punycode.c, punycode.h, example2.c: Sync with RFC.
464 2003-03-08  Simon Josefsson <simon@josefsson.org>
466         * draft-zeilenga-ldapbis-strmatch-02.txt: Add.
468 2003-03-08  Simon Josefsson <simon@josefsson.org>
470         * draft-ietf-idn-idna-14.txt, draft-ietf-idn-nameprep-11.txt,
471         draft-ietf-idn-punycode-03.txt, rfc3490.txt, rfc3491.txt,
472         rfc3492.txt: Replace drafts with RFCs.
474 2003-03-07  Simon Josefsson <simon@josefsson.org>
476         * README-alpha: Mention more prereqs.
478 2003-03-07  Simon Josefsson <simon@josefsson.org>
480         * idna.c: Remove gtk-doc trigger for obsolete functions.
482 2003-03-07  Simon Josefsson <simon@josefsson.org>
484         * libidn.texi: Move appendix last.  Cleanup @copying.
486 2003-03-07  Simon Josefsson <simon@josefsson.org>
488         * Makefile.am: Dist FAQ and contrib/web/idn.php.
490 2003-03-07  Simon Josefsson <simon@josefsson.org>
492         * README: Add.  Move todo list to TODO.
494 2003-03-07  Simon Josefsson <simon@josefsson.org>
496         * TODO: Add, taken from README.
498 2003-03-06  Simon Josefsson <simon@josefsson.org>
500         * libidn.texi: ANNOUNCE sync.
502 2003-03-06  Simon Josefsson <simon@josefsson.org>
504         * ANNOUNCE: Cleanup.
506 2003-03-06  Simon Josefsson <simon@josefsson.org>
508         * FAQ: Update questions and answers.
510 2003-03-06  Simon Josefsson <simon@josefsson.org>
512         * FAQ: Moved faq from file README.
514 2003-03-06  Simon Josefsson <simon@josefsson.org>
516         * README: Move faq to file FAQ.  Add donation info.  Update todo's.
518 2003-03-06  Simon Josefsson <simon@josefsson.org>
520         * NEWS: Add forgotten 0.1.12 items.
522 2003-03-06  Simon Josefsson <simon@josefsson.org>
524         * draft-ietf-ips-iscsi-string-prep-03.txt,
525         draft-ietf-krb-wg-utf8-profile-00.txt: Remove.
527 2003-03-06  Simon Josefsson <simon@josefsson.org>
529         * NEWS: Version 0.1.12.
531 2003-03-06  Simon Josefsson <simon@josefsson.org>
533         * libidn.texi: Remove stringprep_*.h.  Document stringprep in idn.
535 2003-03-06  Simon Josefsson <simon@josefsson.org>
537         * THANKS: Add.
539 2003-03-06  Simon Josefsson <simon@josefsson.org>
541         * libc/README: Fix ace.
543 2003-03-06  Simon Josefsson <simon@josefsson.org>
545         * Makefile.am: Ignore gengetopt errors.
547 2003-03-06  Simon Josefsson <simon@josefsson.org>
549         * draft-ietf-xmpp-nodeprep-00.txt,
550         draft-ietf-xmpp-resourceprep-00.txt: Remove.
552 2003-03-06  Simon Josefsson <simon@josefsson.org>
554         * idn.c, idn.ggo.in: Add -s and -p for stringprep.
556 2003-03-06  Simon Josefsson <simon@josefsson.org>
558         * NEWS: Mention stringprep API changes.
560 2003-03-06  Simon Josefsson <simon@josefsson.org>
562         * profiles.c, stringprep.c, stringprep.h.in, tst_stringprep.c: Add
563         stringprep_profile().
565 2003-03-06  Simon Josefsson <simon@josefsson.org>
567         * reference/Makefile.am: Cosmetic fix.
569 2003-03-06  Simon Josefsson <simon@josefsson.org>
571         * NEWS, example.c, internal.h, profiles.c, stringprep.h.in,
572         stringprep_generic.h, stringprep_iscsi.h, stringprep_kerberos5.h,
573         stringprep_nameprep.h, stringprep_plain.h, stringprep_xmpp.h,
574         reference/Makefile.am, reference/libidn-docs.tmpl: Deprecate
575         stringprep_*.h.
577 2003-03-06  Simon Josefsson <simon@josefsson.org>
579         * draft-ietf-ips-iscsi-string-prep-04.txt,
580         draft-ietf-krb-wg-utf8-profile-01.txt: Add.
582 2003-03-04  Simon Josefsson <simon@josefsson.org>
584         * README-alpha: Fixup.
586 2003-03-02  Simon Josefsson <simon@josefsson.org>
588         * NEWS: Mention idn.php.
590 2003-03-01  Simon Josefsson <simon@josefsson.org>
592         * configure.ac: Check for gengetopt.
594 2003-03-01  Simon Josefsson <simon@josefsson.org>
596         * Makefile.am: Use GENGETOPT.
598 2003-03-01  Simon Josefsson <simon@josefsson.org>
600         * NEWS: Add glibc 2.3.2.
602 2003-03-01  Simon Josefsson <simon@josefsson.org>
604         * configure.ac: Bump version.
606 2003-03-01  Simon Josefsson <simon@josefsson.org>
608         * libc/README, libc/Versions, libc/getaddrinfo.c, libc/libc.patch:
609         Update to libc 2.3.2.
611 2003-02-28  Simon Josefsson <simon@josefsson.org>
613         * NEWS: Add.
615 2003-02-27  Simon Josefsson <simon@josefsson.org>
617         * libidn.texi: Copying conditions.
619 2003-02-27  Simon Josefsson <simon@josefsson.org>
621         * profiles.c: Add SASLprep.
623 2003-02-27  Simon Josefsson <simon@josefsson.org>
625         * stringprep.h.in: Add SASL profile.
627 2003-02-27  Simon Josefsson <simon@josefsson.org>
629         * tst_stringprep.c: Test SASL profile.
631 2003-02-27  Simon Josefsson <simon@josefsson.org>
633         * Makefile.am: Don't byte compile elisp.  Cleanup EXTRA_DIST.
635 2003-02-27  Simon Josefsson <simon@josefsson.org>
637         * idn.ggo.in: Add copyright.
639 2003-02-27  Simon Josefsson <simon@josefsson.org>
641         * draft-ietf-sasl-saslprep-00.txt: Add.
643 2003-02-27  Simon Josefsson <simon@josefsson.org>
645         * libidn.texi: Don't ack self.
647 2003-02-26  Simon Josefsson <simon@josefsson.org>
649         * Makefile.am: Cleanup extra dist.
651 2003-02-26  Simon Josefsson <simon@josefsson.org>
653         * Makefile.am: Make idn.c depend on idn_cmd.*.
655 2003-02-26  Simon Josefsson <simon@josefsson.org>
657         * reference/Makefile.am: Ignore getopt.h.
659 2003-02-26  Simon Josefsson <simon@josefsson.org>
661         * idna.el, punycode.el: Doc fix.
663 2003-02-26  Simon Josefsson <simon@josefsson.org>
665         * libidn.texi: Reorder acks.  Add function and variable index.
667 2003-02-26  Simon Josefsson <simon@josefsson.org>
669         * fdl.texi, lgpl.texi: Fix TOC.
671 2003-02-26  Simon Josefsson <simon@josefsson.org>
673         * NEWS: Version 0.1.11.
675 2003-02-26  Simon Josefsson <simon@josefsson.org>
677         * Makefile.am: Distcheck fixes.
679 2003-02-26  Simon Josefsson <simon@josefsson.org>
681         * libidn.texi: Document Emacs API.
683 2003-02-26  Simon Josefsson <simon@josefsson.org>
685         * configure.ac: Bump versions.  Look for help2man.
687 2003-02-26  Simon Josefsson <simon@josefsson.org>
689         * Makefile.am: Build idn.1 man page.
691 2003-02-26  Simon Josefsson <simon@josefsson.org>
693         * libidn.texi: Document idn.
695 2003-02-26  Simon Josefsson <simon@josefsson.org>
697         * idna.el: Mention todo.
699 2003-02-26  Simon Josefsson <simon@josefsson.org>
701         * Makefile.am: Build idna.el.
703 2003-02-26  Simon Josefsson <simon@josefsson.org>
705         * idna.el: Elisp interface for IDNA.
707 2003-02-26  Simon Josefsson <simon@josefsson.org>
709         * punycode.el: Add keywords.
711 2003-02-26  Simon Josefsson <simon@josefsson.org>
713         * punycode.el: Fix doc.
715 2003-02-26  Simon Josefsson <simon@josefsson.org>
717         * configure.ac: Add automake elisp check.
719 2003-02-26  Simon Josefsson <simon@josefsson.org>
721         * Makefile.am: Add punycode.el.
723 2003-02-26  Simon Josefsson <simon@josefsson.org>
725         * punycode.el: Elisp interface for punycode.
727 2003-02-26  Simon Josefsson <simon@josefsson.org>
729         * Makefile.am: Fix gengetopt invocation.
731 2003-02-26  Simon Josefsson <simon@josefsson.org>
733         * idn.c: Print help on usage error.  Minor cleanup.
735 2003-02-26  Simon Josefsson <simon@josefsson.org>
737         * idn.ggo.in: Fix package/version name.
739 2003-02-26  Simon Josefsson <simon@josefsson.org>
741         * idn.ggo.in: Shorten line <80ch.
743 2003-02-26  Simon Josefsson <simon@josefsson.org>
745         * getopt.c, getopt.h, getopt1.c: Add.
747 2003-02-26  Simon Josefsson <simon@josefsson.org>
749         * configure.ac: Link with getopt if system doesn't have
750         getopt_long().  Build idn.ggo.
752 2003-02-26  Simon Josefsson <simon@josefsson.org>
754         * Makefile.am: Build idn.
756 2003-02-26  Simon Josefsson <simon@josefsson.org>
758         * idn.ggo.in: Add command line option specification for idn.c.
760 2003-02-26  Simon Josefsson <simon@josefsson.org>
762         * idn.c: Add command line interface to library.
764 2003-02-25  Simon Josefsson <simon@josefsson.org>
766         * draft-ietf-xmpp-nodeprep-01.txt,
767         draft-ietf-xmpp-resourceprep-01.txt: Add.
769 2003-02-21  Simon Josefsson <simon@josefsson.org>
771         * profiles.c: NFKC XMPP resourceprep.
773 2003-02-21  Simon Josefsson <simon@josefsson.org>
775         * profiles.c: NFKC XMPP nodeprep.
777 2003-02-21  Simon Josefsson <simon@josefsson.org>
779         * NEWS: Version 0.1.10.
781 2003-02-21  Simon Josefsson <simon@josefsson.org>
783         * reference/Makefile.am: Distribute libidn-stringprep-iscsi.html.
785 2003-02-21  Simon Josefsson <simon@josefsson.org>
787         * idna.c: Doc fix.
789 2003-02-21  Simon Josefsson <simon@josefsson.org>
791         * NEWS, idna.c, idna.h: Deprecate idna_*_to_ace() and
792         idna_*ace_to_*().  Add idna_to_ascii_from_*() and
793         idna_to_unicode_*_from_*().
795 2003-02-21  Simon Josefsson <simon@josefsson.org>
797         * Makefile.am: Make release project independent.
799 2003-02-21  Simon Josefsson <simon@josefsson.org>
801         * NEWS: Add.
803 2003-02-21  Simon Josefsson <simon@josefsson.org>
805         * ANNOUNCE, Makefile.am, README, internal.h, libidn.texi,
806         profiles.c, stringprep_iscsi.h, tst_stringprep.c,
807         reference/dummy.c, reference/libidn-docs.tmpl: Add iSCSI profile.
809 2003-02-21  Simon Josefsson <simon@josefsson.org>
811         * NEWS: Add.
813 2003-02-21  Simon Josefsson <simon@josefsson.org>
815         * configure.ac: Bump versions.
817 2003-02-21  Simon Josefsson <simon@josefsson.org>
819         * NEWS: Add.
821 2003-02-21  Simon Josefsson <simon@josefsson.org>
823         * Makefile.am: Distribute contrib/*.
825 2003-02-21  Simon Josefsson <simon@josefsson.org>
827         * Makefile.am: Install punycode.h.
829 2003-02-21  Simon Josefsson <simon@josefsson.org>
831         * Makefile.am: Install idna.h, tiny patch from Stephane Bortzmeyer.
833 2003-02-20  Simon Josefsson <simon@josefsson.org>
835         * NEWS: Version 0.1.9.
837 2003-02-20  Simon Josefsson <simon@josefsson.org>
839         * reference/libidn-docs.tmpl: Include stringprep_plain.sgml.
841 2003-02-20  Simon Josefsson <simon@josefsson.org>
843         * reference/Makefile.am: Add libidn-stringprep-plain.html.
845 2003-02-20  Simon Josefsson <simon@josefsson.org>
847         * libidn.texi: Fix last commit.
849 2003-02-20  Simon Josefsson <simon@josefsson.org>
851         * libidn.texi: Mention stringprep_plain.h.
853 2003-02-20  Simon Josefsson <simon@josefsson.org>
855         * reference/dummy.c: Add stringprep_plain.
857 2003-02-20  Simon Josefsson <simon@josefsson.org>
859         * profiles.c: Don't case fold XMPP resources.
861 2003-02-20  Simon Josefsson <simon@josefsson.org>
863         * profiles.c: Really fix XMPP definition.
865 2003-02-20  Simon Josefsson <simon@josefsson.org>
867         * Makefile.am: Add stringprep_plain.h.
869 2003-02-20  Simon Josefsson <simon@josefsson.org>
871         * configure.ac: Bump versions.
873 2003-02-20  Simon Josefsson <simon@josefsson.org>
875         * libidn.texi: Sync ANNOUNCE.
877 2003-02-20  Simon Josefsson <simon@josefsson.org>
879         * ANNOUNCE: Mention SASL "plain".
881 2003-02-20  Simon Josefsson <simon@josefsson.org>
883         * NEWS: Add.
885 2003-02-20  Simon Josefsson <simon@josefsson.org>
887         * tst_stringprep.c: Remove broken XMPP tests.  Add SASL test.
889 2003-02-20  Simon Josefsson <simon@josefsson.org>
891         * draft-ietf-sasl-anon-00.txt: Add.
893 2003-02-20  Simon Josefsson <simon@josefsson.org>
895         * internal.h: Include stringprep_plain.h.
897 2003-02-20  Simon Josefsson <simon@josefsson.org>
899         * profiles.c: Add stringprep_plain for SASL ANONYMOUS plain
900         profile.
902 2003-02-20  Simon Josefsson <simon@josefsson.org>
904         * profiles.c: Fix XMPP definition.
906 2003-02-20  Simon Josefsson <simon@josefsson.org>
908         * stringprep_plain.h: New file.
910 2003-02-19  Simon Josefsson <simon@josefsson.org>
912         * NEWS: Add.
914 2003-02-19  Simon Josefsson <simon@josefsson.org>
916         * THANKS: Add.
918 2003-02-19  Simon Josefsson <simon@josefsson.org>
920         * profiles.c: Don't normalize or map ASCII space for XMPP nodeprep.
921          Tiny patch from Travis Shirk <TShirk@jabber.com>.
923 2003-02-18  Simon Josefsson <simon@josefsson.org>
925         * README: Add.
927 2003-02-15  Simon Josefsson <simon@josefsson.org>
929         * idna.c: Make sure decoded punycode data is zero terminated.
931 2003-02-15  Simon Josefsson <simon@josefsson.org>
933         * tst_idna.c: Fix memory leak.
935 2003-02-15  Simon Josefsson <simon@josefsson.org>
937         * idna.c: Fix memory leaks.  Waste less memory.
939 2003-02-15  Simon Josefsson <simon@josefsson.org>
941         * idna.c: Fix memory leak.
943 2003-02-14  Simon Josefsson <simon@josefsson.org>
945         * tst_stringprep.c: Fix.
947 2003-02-14  Simon Josefsson <simon@josefsson.org>
949         * nfkc.c: Fix typo.
951 2003-02-14  Simon Josefsson <simon@josefsson.org>
953         * stringprep.c: Fix maplen calculation.
955 2003-02-14  Simon Josefsson <simon@josefsson.org>
957         * stringprep.c: Fix gcc warnings.
959 2003-02-14  Simon Josefsson <simon@josefsson.org>
961         * stringprep.c, stringprep.h.in: Change STRINGPREP_MAX_MAP_CHARS to
962         4 to waste less space.
964 2003-02-14  Simon Josefsson <simon@josefsson.org>
966         * NEWS: Version 0.1.8.
968 2003-02-14  Simon Josefsson <simon@josefsson.org>
970         * Makefile.am: GTK-DOC fix.
972 2003-02-14  Simon Josefsson <simon@josefsson.org>
974         * libidn.texi: Update port status.
976 2003-02-14  Simon Josefsson <simon@josefsson.org>
978         * configure.ac: Use = instead of == as test operator.
980 2003-02-13  Simon Josefsson <simon@josefsson.org>
982         * example2.c, stringprep.c: Use size_t for string lengths.
984 2003-02-13  Simon Josefsson <simon@josefsson.org>
986         * example2.c: Revert missing-noreturn fix.
988 2003-02-13  Simon Josefsson <simon@josefsson.org>
990         * idna.c: Use size_t for string lengths.
992 2003-02-13  Simon Josefsson <simon@josefsson.org>
994         * configure.ac, Makefile.am: Condition GTK-DOC and disable by
995         default.
997 2003-02-13  Simon Josefsson <simon@josefsson.org>
999         * configure.ac: Cleanup gtk-doc build.
1001 2003-02-13  Simon Josefsson <simon@josefsson.org>
1003         * reference/Makefile.am, reference/libidn-docs.sgml,
1004         reference/libidn-docs.tmpl, reference/libidn.types: Cleanup gtk-doc
1005         build.
1007 2003-02-13  Simon Josefsson <simon@josefsson.org>
1009         * profiles.c: Zero terminate XMPP array.
1011 2003-02-13  Simon Josefsson <simon@josefsson.org>
1013         * configure.ac: Bump version (both shared library and package).
1015 2003-02-13  Simon Josefsson <simon@josefsson.org>
1017         * NEWS: Add.
1019 2003-02-13  Simon Josefsson <simon@josefsson.org>
1021         * example.c, example2.c, gen-unicode-tables.pl, idna.c, internal.h,
1022         nfkc.c, punycode.c, stringprep.c, stringprep.h.in, toutf8.c,
1023         tst_idna.c, tst_nfkc.c, tst_punycode.c, tst_stringprep.c: Fix
1024         CFLAGS warnings.
1026 2003-02-13  Simon Josefsson <simon@josefsson.org>
1028         * example3.c, example4.c: Fix CFLAGS warnings.  Use official IDNA
1029         ACE prefix.
1031 2003-02-12  Simon Josefsson <simon@josefsson.org>
1033         * tst_stringprep.c: Cleanups for including as appendix in draft.
1035 2003-02-12  Simon Josefsson <simon@josefsson.org>
1037         * profiles.c: Don't optimize prohibited output tables (better trace
1038         logs).
1040 2003-02-12  Simon Josefsson <simon@josefsson.org>
1042         * tst_stringprep.c: More self tests.  More debug info.
1044 2003-02-12  Simon Josefsson <simon@josefsson.org>
1046         * stringprep.c: More debug output.
1048 2003-02-12  Simon Josefsson <simon@josefsson.org>
1050         * idna-ace-prefix.txt: Official results.
1052 2003-02-12  Simon Josefsson <simon@josefsson.org>
1054         * Makefile.am: Improve release target.
1056 2003-02-12  Simon Josefsson <simon@josefsson.org>
1058         * Makefile.am: Add release target.
1060 2003-02-12  Simon Josefsson <simon@josefsson.org>
1062         * NEWS, configure.ac: Version 0.1.7.
1064 2003-02-12  Simon Josefsson <simon@josefsson.org>
1066         * tst_idna.c: Fix IDNA ACE prefix.
1068 2003-02-12  Simon Josefsson <simon@josefsson.org>
1070         * idna.h: Use official IDNA prefix.
1072 2003-02-11  Simon Josefsson <simon@josefsson.org>
1074         * Makefile.am: Add upload target.
1076 2003-02-11  Simon Josefsson <simon@josefsson.org>
1078         * tst_idna.c: Use new IDNA ACE prefix.
1080 2003-02-11  Simon Josefsson <simon@josefsson.org>
1082         * NEWS, configure.ac: Version 0.1.6.
1084 2003-02-11  Simon Josefsson <simon@josefsson.org>
1086         * idna-ace-prefix.txt: Add my computation.
1088 2003-02-11  Simon Josefsson <simon@josefsson.org>
1090         * idna.h: Chose IDNA prefix based on my computation.
1092 2003-02-09  Simon Josefsson <simon@josefsson.org>
1094         * internal.h: Fix header.
1096 2003-02-09  Simon Josefsson <simon@josefsson.org>
1098         * stringprep.h.in: Fix.
1100 2003-02-09  Simon Josefsson <simon@josefsson.org>
1102         * draft-ietf-ips-iscsi-string-prep-03.txt: Add.
1104 2003-02-09  Simon Josefsson <simon@josefsson.org>
1106         * profiles.c: Indent.
1108 2003-02-09  Simon Josefsson <simon@josefsson.org>
1110         * Makefile.am: Fix cvs2cl.
1112 2003-02-07  Simon Josefsson <simon@josefsson.org>
1114         * README: Fix.
1116 2003-02-07  Simon Josefsson <simon@josefsson.org>
1118         * reference/libidn-docs.sgml: Reorder.
1120 2003-02-07  Simon Josefsson <simon@josefsson.org>
1122         * README-alpha: Add build instructions.
1124 2003-02-07  Simon Josefsson <simon@josefsson.org>
1126         * NEWS: Add.
1128 2003-02-07  Simon Josefsson <simon@josefsson.org>
1130         * reference/dummy.c, libidn.texi: Add XMPP.
1132 2003-02-07  Simon Josefsson <simon@josefsson.org>
1134         * reference/libidn-docs.sgml: Include xmpp.
1136 2003-02-07  Simon Josefsson <simon@josefsson.org>
1138         * reference/libidn-docs.sgml: Update (from ANNOUNCE).
1140 2003-02-07  Simon Josefsson <simon@josefsson.org>
1142         * profiles.c: Use table C.8 for bidi prohibited instead of C.9.
1144 2003-02-07  Simon Josefsson <simon@josefsson.org>
1146         * Makefile.am, draft-ietf-xmpp-nodeprep-00.txt,
1147         draft-ietf-xmpp-resourceprep-00.txt, internal.h, profiles.c,
1148         stringprep_xmpp.h, tst_stringprep.c: Support XMPP.
1150 2003-02-07  Simon Josefsson <simon@josefsson.org>
1152         * draft-ietf-krb-wg-utf8-profile-00.txt: Add.
1154 2003-02-07  Simon Josefsson <simon@josefsson.org>
1156         * ANNOUNCE: Fix.
1158 2003-02-07  Simon Josefsson <simon@josefsson.org>
1160         * stringprep_kerberos5.h, stringprep_nameprep.h,
1161         stringprep_generic.h: Name fix.
1163 2003-02-05  Simon Josefsson <simon@josefsson.org>
1165         * libc/README: Fix.
1167 2003-01-31  Simon Josefsson <simon@josefsson.org>
1169         * tst_punycode.c, tst_idna.c: Indent.
1171 2003-01-31  Simon Josefsson <simon@josefsson.org>
1173         * tst_punycode.c: Indent.
1175 2003-01-31  Simon Josefsson <simon@josefsson.org>
1177         * example3.c, example4.c, idna.c, stringprep.c, toutf8.c,
1178         tst_idna.c, tst_punycode.c: Indent.
1180 2003-01-30  Simon Josefsson <simon@josefsson.org>
1182         * ANNOUNCE: Fix.
1184 2003-01-30  Simon Josefsson <simon@josefsson.org>
1186         * libidn.texi: Typo.
1188 2003-01-29  Simon Josefsson <simon@josefsson.org>
1190         * ANNOUNCE: Mention libc.
1192 2003-01-28  Simon Josefsson <simon@josefsson.org>
1194         * libc/README: Typo.
1196 2003-01-28  Simon Josefsson <simon@josefsson.org>
1198         * reference/Makefile.am: Really ignore netdb.h.
1200 2003-01-28  Simon Josefsson <simon@josefsson.org>
1202         * configure.ac: Release 0.1.5.
1204 2003-01-28  Simon Josefsson <simon@josefsson.org>
1206         * Makefile.am: Dist libc/*.
1208 2003-01-28  Simon Josefsson <simon@josefsson.org>
1210         * reference/Makefile.am: Ignore netdb.h.
1212 2003-01-28  Simon Josefsson <simon@josefsson.org>
1214         * libc/README: Fix.
1216 2003-01-28  Simon Josefsson <simon@josefsson.org>
1218         * libc/README: Add.
1220 2003-01-28  Simon Josefsson <simon@josefsson.org>
1222         * NEWS, libc/Makefile, libc/README, libc/Versions, libc/configure,
1223         libc/example.c, libc/getaddrinfo.c, libc/libc.patch, libc/netdb.h:
1224         Libidn as libc add-on.
1226 2003-01-28  Simon Josefsson <simon@josefsson.org>
1228         * idna.c, idna.h: Return new error code IDNA_ICONV_ERROR instead of
1229         crashing when character set conversion fails.
1231 2003-01-28  Simon Josefsson <simon@josefsson.org>
1233         * toutf8.c: Fix prototype.  Move unused parameter unless
1234         LOCALE_WORKS.
1236 2003-01-28  Simon Josefsson <simon@josefsson.org>
1238         * internal.h: Work from within GNU Libc.
1240 2003-01-27  Simon Josefsson <simon@josefsson.org>
1242         * THANKS: Add ack.
1244 2003-01-27  Simon Josefsson <simon@josefsson.org>
1246         * libidn.texi: Point to THANKS for more acks.
1248 2003-01-27  Simon Josefsson <simon@josefsson.org>
1250         * idna.c: Fix possible memory corruption.  Noncopyrightable patch
1251         from Waldo Bastian <bastian@kde.org>.
1253 2003-01-20  Simon Josefsson <simon@josefsson.org>
1255         * configure.ac: Change bug email address.
1257 2003-01-18  Simon Josefsson <simon@josefsson.org>
1259         * Makefile.am: Generate ChangeLog with --no-times.
1261 2003-01-15  Simon Josefsson <simon@josefsson.org>
1263         * NEWS, configure.ac: Release 0.1.4.
1265 2003-01-15  Simon Josefsson <simon@josefsson.org>
1267         * toutf8.c: Fix functions on bad platforms.
1269 2003-01-15  Simon Josefsson <simon@josefsson.org>
1271         * stringprep.c: Add comment.
1273 2003-01-15  Simon Josefsson <simon@josefsson.org>
1275         * tst_idna.c: Test step 5 in ToASCII.
1277 2003-01-15  Simon Josefsson <simon@josefsson.org>
1279         * idna.c, idna.h: Fix ToASCII().
1281 2003-01-15  Simon Josefsson <simon@josefsson.org>
1283         * libidn.texi: Fix copyright.
1285 2003-01-15  Simon Josefsson <simon@josefsson.org>
1287         * libidn.texi: Fix dir entry.
1289 2003-01-15  Simon Josefsson <simon@josefsson.org>
1291         * Makefile.am: Use automake's ps and pdf texinfo targets.  Remove
1292         txt texinfo target.
1294 2003-01-15  Simon Josefsson <simon@josefsson.org>
1296         * Makefile.am: EXTRA_DIST lgplg.texi.  Disable GTK-DOC for
1297         distcheck builds (doesn't work).
1299 2003-01-15  Simon Josefsson <simon@josefsson.org>
1301         * reference/Makefile.am: Add uninstall target.  Fix distcheck
1302         builds.
1304 2003-01-15  Simon Josefsson <simon@josefsson.org>
1306         * lgpl.texi, libidn.texi: Add acknowledgements, lgpl.
1308 2003-01-15  Simon Josefsson <simon@josefsson.org>
1310         * Makefile.am, configure.ac, example.c, example2.c, idna.c, idna.h,
1311         libidn.texi, nfkc.c, profiles.c, punycode.c, punycode.h,
1312         stringprep.c, stringprep.h.in, toutf8.c, tst_idna.c, tst_nfkc.c,
1313         tst_punycode.c, tst_stringprep.c, version.c: Comment cleanup.
1315 2003-01-15  Simon Josefsson <simon@josefsson.org>
1317         * Makefile.am, reference/dummy.c: Improve texinfo manual.
1319 2003-01-15  Simon Josefsson <simon@josefsson.org>
1321         * stringprep.c: Add doc.
1323 2003-01-15  Simon Josefsson <simon@josefsson.org>
1325         * libidn.texi: Add.
1327 2003-01-15  Simon Josefsson <simon@josefsson.org>
1329         * README: Remove API documentation.
1331 2003-01-15  Simon Josefsson <simon@josefsson.org>
1333         * NEWS, configure.ac: Release 0.1.3.
1335 2003-01-15  Simon Josefsson <simon@josefsson.org>
1337         * Makefile.am, fdl.texi, gdoc, libidn.texi: Add texinfo manual.
1339 2003-01-15  Simon Josefsson <simon@josefsson.org>
1341         * example2.c: Fix for texinfiscation.
1343 2003-01-15  Simon Josefsson <simon@josefsson.org>
1345         * nfkc.c: Doc fixes.
1347 2003-01-08  Simon Josefsson <simon@josefsson.org>
1349         * README-alpha: Add.
1351 2003-01-08  Simon Josefsson <simon@josefsson.org>
1353         * NEWS, configure.ac: Release 0.1.2.
1355 2003-01-08  Simon Josefsson <simon@josefsson.org>
1357         * example4.c: Fix.
1359 2003-01-08  Simon Josefsson <simon@josefsson.org>
1361         * Makefile.am, example3.c, example4.c, idna.c, idna.h,
1362         stringprep.h.in, toutf8.c: IDNA high-level API.
1364 2003-01-08  Simon Josefsson <simon@josefsson.org>
1366         * NEWS, configure.ac: Release 0.1.1.
1368 2003-01-08  Simon Josefsson <simon@josefsson.org>
1370         * reference/Makefile.am: dist dummy.c.
1372 2003-01-08  Simon Josefsson <simon@josefsson.org>
1374         * reference/Makefile.am: Add templates.  Don't parse internal.h
1376 2003-01-08  Simon Josefsson <simon@josefsson.org>
1378         * reference/libidn-docs.sgml: Add ANNOUNCE text.
1380 2003-01-08  Simon Josefsson <simon@josefsson.org>
1382         * reference/dummy.c: Add.
1384 2003-01-08  Simon Josefsson <simon@josefsson.org>
1386         * version.c, toutf8.c: Doc fix.
1388 2003-01-08  Simon Josefsson <simon@josefsson.org>
1390         * idna.c: Doc fix.
1392 2003-01-08  Simon Josefsson <simon@josefsson.org>
1394         * stringprep.c: Doc fix.
1396 2003-01-08  Simon Josefsson <simon@josefsson.org>
1398         * nfkc.c, stringprep.c, version.c: Add GTK-DOC documentation.
1400 2003-01-08  Simon Josefsson <simon@josefsson.org>
1402         * reference/dummy.c, reference/Makefile.am: Dummy GTK-DOC C file
1403         with documentation for #define macros.
1405 2003-01-08  Simon Josefsson <simon@josefsson.org>
1407         * stringprep.h.in: GTK-DOC fixes.
1409 2003-01-08  Simon Josefsson <simon@josefsson.org>
1411         * toutf8.c: Add GTK-DOC documentation.
1413 2003-01-08  Simon Josefsson <simon@josefsson.org>
1415         * punycode.c: Add GTK-DOC documentation.
1417 2003-01-08  Simon Josefsson <simon@josefsson.org>
1419         * Makefile.am, configure.ac, reference/Makefile.am,
1420         reference/libidn-docs.sgml, reference/libidn.types: Add API
1421         Reference Manual.
1423 2003-01-05  Simon Josefsson <simon@josefsson.org>
1425         * configure.ac: Release 0.1.0.
1427 2003-01-05  Simon Josefsson <simon@josefsson.org>
1429         * Makefile.am: Fix ChangeLog in distcheck.
1431 2003-01-05  Simon Josefsson <simon@josefsson.org>
1433         * README-alpha, README: Fix.
1435 2003-01-05  Simon Josefsson <simon@josefsson.org>
1437         * idna.h, Makefile.am: Add.
1439 2003-01-05  Simon Josefsson <simon@josefsson.org>
1441         * tst_idna.c: Check idna_to_unicode().
1443 2003-01-05  Simon Josefsson <simon@josefsson.org>
1445         * idna.c: Fix.
1447 2003-01-05  Simon Josefsson <simon@josefsson.org>
1449         * tst_punycode.c: Check decoding.
1451 2003-01-05  Simon Josefsson <simon@josefsson.org>
1453         * README-alpha: Add.
1455 2003-01-04  Simon Josefsson <simon@josefsson.org>
1457         * ANNOUNCE: Fix.
1459 2003-01-03  Simon Josefsson <simon@josefsson.org>
1461         * README-alpha: Rename.
1463 2003-01-03  Simon Josefsson <simon@josefsson.org>
1465         * NEWS: Fix.
1467 2003-01-03  Simon Josefsson <simon@josefsson.org>
1469         * Makefile.am: Build IDNA.
1471 2003-01-03  Simon Josefsson <simon@josefsson.org>
1473         * AUTHORS: Rename.
1475 2003-01-03  Simon Josefsson <simon@josefsson.org>
1477         * ANNOUNCE: Fix.
1479 2003-01-03  Simon Josefsson <simon@josefsson.org>
1481         * README, idna.c, idna.h, internal.h, tst_idna.c: Add unfinished
1482         old IDNA stuff.
1484 2003-01-03  Simon Josefsson <simon@josefsson.org>
1486         * libidn.pc.in: Rename and fix.
1488 2003-01-03  Simon Josefsson <simon@josefsson.org>
1490         * THANKS, draft-ietf-idn-idna-14.txt,
1491         draft-ietf-idn-nameprep-11.txt: Add.
1493 2003-01-03  Simon Josefsson <simon@josefsson.org>
1495         * THANKS, README: Rename.
1497 2003-01-03  Simon Josefsson <simon@josefsson.org>
1499         * Makefile.am, configure.ac: Rename.
1501 2003-01-03  Simon Josefsson <simon@josefsson.org>
1503         * libidn.pc.in, libstringprep.pc.in: Rename libstringprep.pc.in to
1504         libidn.pc.in.
1506 2003-01-02  Simon Josefsson <simon@josefsson.org>
1508         * Makefile.am, draft-hoffman-stringprep-07.txt,
1509         gen-stringprep-tables.pl, rfc3454.txt: Use rfc3454.txt instead of
1510         draft-hoffman-stringprep-07.txt.
1512 2002-12-27  Simon Josefsson <simon@josefsson.org>
1514         * ANNOUNCE: Fix.
1516 2002-12-26  Simon Josefsson <simon@josefsson.org>
1518         * ANNOUNCE: Cleanup.
1520 2002-12-26  Simon Josefsson <simon@josefsson.org>
1522         * ANNOUNCE: Initiate name change for savannah project registration.
1524 2002-12-26  Simon Josefsson <simon@josefsson.org>
1526         * tst_punycode.c: Fixes.
1528 2002-12-26  Simon Josefsson <simon@josefsson.org>
1530         * tst_stringprep.c: Fix.
1532 2002-12-26  Simon Josefsson <simon@josefsson.org>
1534         * README-alpha: Add.
1536 2002-12-26  Simon Josefsson <simon@josefsson.org>
1538         * ANNOUNCE: Fix.
1540 2002-12-19  Simon Josefsson <simon@josefsson.org>
1542         * Makefile.am, NEWS, configure.ac, draft-ietf-idn-punycode-03.txt,
1543         example.c, example2.c, internal.h, nfkc.c, punycode.c, punycode.h,
1544         stringprep.c, stringprep.h.in, tst_punycode.c: Add punycode.  Use
1545         "unsigned long" for Unicode code points.  Copying condition fixes. 
1546         Fixes.
1548 2002-12-14  Simon Josefsson <simon@josefsson.org>
1550         * Makefile.am: Make sure ChangeLog is regenerated.
1552 2002-12-13  Simon Josefsson <simon@josefsson.org>
1554         * NEWS, configure.ac: Release 0.0.8.
1556 2002-12-13  Simon Josefsson <simon@josefsson.org>
1558         * AUTHORS, Makefile.am, NEWS, README, THANKS, configure.ac,
1559         internal.h, libstringprep.pc.in, strdup.c, stringprep.c,
1560         stringprep_generic.h, stringprep_kerberos5.h,
1561         stringprep_nameprep.h, toutf8.c, tst_nfkc.c, tst_stringprep.c:
1562         Portability fixes.
1564 2002-12-13  Simon Josefsson <simon@josefsson.org>
1566         * Makefile.am: Link with libiconv.
1568 2002-12-10  Simon Josefsson <simon@josefsson.org>
1570         * stringprep.c: Don't use uint32_t in one odd place.
1572 2002-12-10  Simon Josefsson <simon@josefsson.org>
1574         * stringprep.c: Flawfinder.
1576 2002-12-10  Simon Josefsson <simon@josefsson.org>
1578         * toutf8.c: Fix.
1580 2002-12-10  Simon Josefsson <simon@josefsson.org>
1582         * stringprep.h.in: Remove comma on last enum entry.
1584 2002-12-09  Simon Josefsson <simon@josefsson.org>
1586         * tst_nfkc.c: Fix memory leak.
1588 2002-12-09  Simon Josefsson <simon@josefsson.org>
1590         * configure.ac, internal.h, stringprep.c: Use dmalloc.  Fix memory
1591         leak when bidi fails.
1593 2002-12-09  Simon Josefsson <simon@josefsson.org>
1595         * tst_stringprep.c: Check version.
1597 2002-12-09  Simon Josefsson <simon@josefsson.org>
1599         * NEWS, configure.ac: Release 0.0.7 (version 0.0.6 was abandoned).
1601 2002-12-09  Simon Josefsson <simon@josefsson.org>
1603         * configure.ac: Release 0.0.6.
1605 2002-12-09  Simon Josefsson <simon@josefsson.org>
1607         * tst_stringprep.c: Check all upper string case mapping.
1609 2002-12-09  Simon Josefsson <simon@josefsson.org>
1611         * stringprep.c: Apply table until it can't be applied any longer.
1613 2002-12-07  Simon Josefsson <simon@josefsson.org>
1615         * tst_stringprep.c: Add nameprep vector.
1617 2002-12-07  Simon Josefsson <simon@josefsson.org>
1619         * example.c: Cosmetic fix.
1621 2002-12-07  Simon Josefsson <simon@josefsson.org>
1623         * stringprep.c: Fix printf() format warnings.  Fix bidi table for
1624         loop (affected only nameprep).
1626 2002-12-07  Simon Josefsson <simon@josefsson.org>
1628         * NEWS: Release 0.0.5.
1630 2002-12-07  Simon Josefsson <simon@josefsson.org>
1632         * Makefile.am, configure.ac: Add memset.c, an AC_LIBOBJ.
1634 2002-12-07  Simon Josefsson <simon@josefsson.org>
1636         * memset.c: An AC_LIBOBJ, from gnulib.
1638 2002-12-07  Simon Josefsson <simon@josefsson.org>
1640         * profiles.c, stringprep.c, stringprep.h.in: Indent.
1642 2002-12-07  Simon Josefsson <simon@josefsson.org>
1644         * README: Use new types.
1646 2002-12-07  Simon Josefsson <simon@josefsson.org>
1648         * profiles.c, stringprep.c, stringprep.h.in, tst_stringprep.c:
1649         Fixes.
1651 2002-12-07  Simon Josefsson <simon@josefsson.org>
1653         * profiles.c, stringprep.c, tst_stringprep.c: Fix bidi code and add
1654         self tests.
1656 2002-12-07  Simon Josefsson <simon@josefsson.org>
1658         * gen-stringprep-tables.pl, profiles.c, stringprep.c,
1659         stringprep.h.in, stringprep_generic.h, stringprep_kerberos5.h,
1660         stringprep_nameprep.h, tst_stringprep.c: Clean up internal
1661         profiling definitions.
1663 2002-12-06  Simon Josefsson <simon@josefsson.org>
1665         * example.c: Fix typo.
1667 2002-12-06  Simon Josefsson <simon@josefsson.org>
1669         * configure.ac: Release 0.0.4.
1671 2002-12-06  Simon Josefsson <simon@josefsson.org>
1673         * NEWS, README, profiles.c, stringprep.c, stringprep.h.in,
1674         stringprep_nameprep.h, tst_stringprep.c: Add unassigned code point
1675         handling, and self test.
1677 2002-12-06  Simon Josefsson <simon@josefsson.org>
1679         * tst_stringprep.c: Don't modify constant string during debug.
1681 2002-12-05  Simon Josefsson <simon@josefsson.org>
1683         * stringprep.c: Don't use *_fast().
1685 2002-12-05  Simon Josefsson <simon@josefsson.org>
1687         * Makefile.am: Don't use $< (GNU specific).
1689 2002-12-03  Simon Josefsson <simon@josefsson.org>
1691         * Makefile.am: Portability fixes.
1693 2002-12-03  Simon Josefsson <simon@josefsson.org>
1695         * internal.h, nfkc.c, stringprep.c, toutf8.c, tst_nfkc.c,
1696         tst_stringprep.c, version.c: Simplify the #include-mess. (NULL
1697         wasn't found on alpha-unknown-netbsd1.6)
1699 2002-11-30  Simon Josefsson <simon@josefsson.org>
1701         * config.rpath: [no log message]
1703 2002-11-30  Simon Josefsson <simon@josefsson.org>
1705         * NEWS, configure.ac: Release 0.0.3.
1707 2002-11-30  Simon Josefsson <simon@josefsson.org>
1709         * Makefile.am, configure.ac, strdup.c: Add replacement strdup.c for
1710         system's without it.  Increment shared library version.  Trim
1711         autoconf tests.
1713 2002-11-30  Simon Josefsson <simon@josefsson.org>
1715         * README: Added copying conditions.  Added more API documentation.
1717 2002-11-30  Simon Josefsson <simon@josefsson.org>
1719         * THANKS: Add copying conditions.
1721 2002-11-30  Simon Josefsson <simon@josefsson.org>
1723         * AUTHORS: Add copying conditions and public key.
1725 2002-11-30  Simon Josefsson <simon@josefsson.org>
1727         * Makefile.am, example.c, nfkc.c, stringprep.h.in,
1728         tst_stringprep.c: Export stringprep_utf8_to_unichar.
1729         
1730         Rename stringprep_utf8_to_ucs4_fast to stringprep_utf8_to_ucs4 to
1731         clean up API (old entry maintained for binary backwards
1732         compatibility though).
1733         
1734         Indent.
1735         
1736         Add sign make target.
1738 2002-11-29  Simon Josefsson <simon@josefsson.org>
1740         * nfkc.c, profiles.c, toutf8.c: indent
1742 2002-11-29  Simon Josefsson <simon@josefsson.org>
1744         * stringprep.c: improve debugging output
1746 2002-11-14  Simon Josefsson <simon@josefsson.org>
1748         * configure.ac: AC_PROG_RANLIB obsoleted by libtool.
1750 2002-11-07  Simon Josefsson <simon@josefsson.org>
1752         * example.c: improve comment
1754 2002-11-07  Simon Josefsson <simon@josefsson.org>
1756         * Makefile.am: add dependency
1758 2002-11-07  Simon Josefsson <simon@josefsson.org>
1760         * NEWS, configure.ac: Release 0.0.2.
1762 2002-11-07  Simon Josefsson <simon@josefsson.org>
1764         * toutf8.c: Remove unused variable.
1766 2002-11-07  Simon Josefsson <simon@josefsson.org>
1768         * stringprep.c: Fix memory leak.
1770 2002-11-07  Simon Josefsson <simon@josefsson.org>
1772         * Makefile.am, tst_nfkc.c, tst_stringprep.c: Add NFKC self test.
1774 2002-11-06  Simon Josefsson <simon@josefsson.org>
1776         * stringprep.h.in, toutf8.c: Cosmetic fixes.
1778 2002-11-06  Simon Josefsson <simon@josefsson.org>
1780         * ANNOUNCE: Add.
1782 2002-11-06  Simon Josefsson <simon@josefsson.org>
1784         * README: Explain why GLIB is not used.
1786 2002-11-06  Simon Josefsson <simon@josefsson.org>
1788         * Makefile.am, README: Build fixes.
1790 2002-11-06  Simon Josefsson <simon@josefsson.org>
1792         * Makefile.am, NEWS, README, THANKS, configure.ac, example.c,
1793         iconv.m4, libstringprep.pc.in, profiles.c, stringprep.h.in,
1794         stringprep_generic.h, stringprep_kerberos5.h,
1795         stringprep_nameprep.h, toutf8.c: Add example.  Add toutf8.c.  Check
1796         if OS has locale functions.  Add -R to pkg-config info file.  Moved
1797         profile variables to profile.c from header files.
1799 2002-11-05  Simon Josefsson <simon@josefsson.org>
1801         * AUTHORS, COPYING.LIB, CaseFolding-3.2.0.txt,
1802         CompositionExclusions-3.2.0.txt, LineBreak-3.2.0.txt, Makefile.am,
1803         NEWS, README, SpecialCasing-3.2.0.txt, THANKS,
1804         UnicodeData-3.2.0.txt, configure.ac,
1805         draft-hoffman-stringprep-07.txt, gen-stringprep-tables.pl,
1806         gen-unicode-tables.pl, libstringprep.pc.in, nfkc.c, stringprep.c,
1807         stringprep.h.in, stringprep_generic.h, stringprep_kerberos5.h,
1808         stringprep_nameprep.h, tst_stringprep.c, version.c: Initial
1809         version.