*** empty log message ***
[libidn.git] / ChangeLog
blob7bdd317f8b84678278c9844982e90f3f04b81727
1 2002-11-30 16:16  Simon Josefsson <simon@josefsson.org>
3         * NEWS, configure.ac:
5         Release 0.0.3.  
7 2002-11-30 16:14  Simon Josefsson <simon@josefsson.org>
9         * Makefile.am, configure.ac, strdup.c:
11         Add replacement strdup.c for system's without it.  Increment shared
12         library version.  Trim autoconf tests.  
14 2002-11-30 16:11  Simon Josefsson <simon@josefsson.org>
16         * README:
18         Added copying conditions.  Added more API documentation.  
20 2002-11-30 16:10  Simon Josefsson <simon@josefsson.org>
22         * THANKS:
24         Add copying conditions.  
26 2002-11-30 16:10  Simon Josefsson <simon@josefsson.org>
28         * AUTHORS:
30         Add copying conditions and public key.  
32 2002-11-30 15:52  Simon Josefsson <simon@josefsson.org>
34         * Makefile.am, example.c, nfkc.c, stringprep.h.in,
35         tst_stringprep.c:
37         Export stringprep_utf8_to_unichar.  
38         
39         Rename stringprep_utf8_to_ucs4_fast to stringprep_utf8_to_ucs4 to 
40         clean up API (old entry maintained for binary backwards
41         compatibility though).  
42         
43         Indent.  
44         
45         Add sign make target.  
47 2002-11-29 04:03  Simon Josefsson <simon@josefsson.org>
49         * nfkc.c, profiles.c, toutf8.c:
51         indent 
53 2002-11-29 04:02  Simon Josefsson <simon@josefsson.org>
55         * stringprep.c:
57         improve debugging output 
59 2002-11-14 09:55  Simon Josefsson <simon@josefsson.org>
61         * configure.ac:
63         AC_PROG_RANLIB obsoleted by libtool.  
65 2002-11-07 06:55  Simon Josefsson <simon@josefsson.org>
67         * example.c:
69         improve comment 
71 2002-11-07 06:50  Simon Josefsson <simon@josefsson.org>
73         * Makefile.am:
75         add dependency 
77 2002-11-07 04:28  Simon Josefsson <simon@josefsson.org>
79         * NEWS, configure.ac:
81         Release 0.0.2.  
83 2002-11-07 04:14  Simon Josefsson <simon@josefsson.org>
85         * toutf8.c:
87         Remove unused variable.  
89 2002-11-07 04:14  Simon Josefsson <simon@josefsson.org>
91         * stringprep.c:
93         Fix memory leak.  
95 2002-11-07 02:51  Simon Josefsson <simon@josefsson.org>
97         * Makefile.am, tst_nfkc.c, tst_stringprep.c:
99         Add NFKC self test.  
101 2002-11-06 12:25  Simon Josefsson <simon@josefsson.org>
103         * stringprep.h.in, toutf8.c:
105         Cosmetic fixes.  
107 2002-11-06 12:25  Simon Josefsson <simon@josefsson.org>
109         * ANNOUNCE:
111         Add.  
113 2002-11-06 07:56  Simon Josefsson <simon@josefsson.org>
115         * README:
117         Explain why GLIB is not used.  
119 2002-11-06 07:33  Simon Josefsson <simon@josefsson.org>
121         * Makefile.am, README:
123         Build fixes.  
125 2002-11-06 07:15  Simon Josefsson <simon@josefsson.org>
127         * Makefile.am, NEWS, README, THANKS, config.rpath, configure.ac,
128         example.c, iconv.m4, libstringprep.pc.in, profiles.c,
129         stringprep.h.in, stringprep_generic.h, stringprep_kerberos5.h,
130         stringprep_nameprep.h, toutf8.c:
132         Add example.  Add toutf8.c.  Check if OS has locale functions.  Add
133         -R to pkg-config info file.  Moved profile variables to profile.c
134         from header files.  
136 2002-11-05 12:53  Simon Josefsson <simon@josefsson.org>
138         * AUTHORS, COPYING, CaseFolding-3.2.0.txt,
139         CompositionExclusions-3.2.0.txt, LineBreak-3.2.0.txt, Makefile.am,
140         NEWS, README, SpecialCasing-3.2.0.txt, THANKS,
141         UnicodeData-3.2.0.txt, configure.ac,
142         draft-hoffman-stringprep-07.txt, gen-stringprep-tables.pl,
143         gen-unicode-tables.pl, libstringprep.pc.in, nfkc.c, stringprep.c,
144         stringprep.h.in, stringprep_generic.h, stringprep_kerberos5.h,
145         stringprep_nameprep.h, tst_stringprep.c, version.c:
147         Initial version.