source: heimdal/trunk/lib/wind/ChangeLog@ 5

Last change on this file since 5 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 3.3 KB
Line 
12008-07-15 Love Hörnquist Å
2strand <lha@kth.se>
3
4 * Makefile.am: Try to do depencies better.
5
62008-07-15 Love Hörnquist Å
7strand <lha@kth.se>
8
9 * Makefile.am: add punycode_examples.[ch] to built files.
10
112008-06-01 Love Hörnquist Å
12strand <lha@kth.se>
13
14 * Add utf8 <-> utf16 support.
15
162008-05-31 Love Hörnquist Å
17strand <lha@kth.se>
18
19 * generate files into the source tree
20
212008-05-31 Love Hörnquist Å
22strand <lha@kth.se>
23
24 * Support utf8 to utf16 conversion.
25
262008-05-30 Love Hörnquist Å
27strand <lha@kth.se>
28
29 * idn-lookup.c: Drop <stdint.h>
30
31 * wind.h: Use <krb5-types.h>
32
332008-05-23 Love Hörnquist Å
34strand <lha@kth.se>
35
36 * windlocl.h: Include <krb5-types.h> to get fixed int types.
37
382008-04-20 Love Hörnquist Å
39strand <lha@it.su.se>
40
41 * stringprep.c: Use <string.h> instead of <strings.h>.
42
432008-04-14 Love Hörnquist Å
44strand <lha@it.su.se>
45
46 * wind.h: Make wind_stringprep match prototype in .c file. pointed
47 out by David Rosenstrauch.
48
492008-04-08 Love Hörnquist Å
50strand <lha@it.su.se>
51
52 * test-normalize.c: include roken.h
53
542008-02-26 Love Hörnquist Å
55strand <lha@it.su.se>
56
57 * Add more built files so they are distributed.
58
592008-02-24 Love Hörnquist Å
60strand <lha@it.su.se>
61
62 * Makefile.am: Add LIB_com_err.
63
642008-02-23 Love Hörnquist Å
65strand <lha@it.su.se>
66
67 * Makefile.am: Add more built files.
68
69 * Makefile.am: Add unicode header files.
70
71 * punycode.c: make pass the test cases again.
72
73 * Makefile.am: add more missing .py files.
74
75 * Makefile.am: add generate.py
76
77 * test-ldap.c: Test ldap cases.
78
79 * Makefile.am: Drop com_err files from dist sources.
80
81 * ldap.c (_wind_ldap_case_exact_attribute): case exact matching.
82
832008-02-12 Love Hörnquist Å
84strand <lha@it.su.se>
85
86 * rename wind_punycode_toascii to wind_punycode_label_toascii
87
88 * stringprep.c: Move else to make it work again.
89
902008-02-11 Love Hörnquist Å
91strand <lha@it.su.se>
92
93 * Add partial support for LDAP-prep Insignificant Character Handling
94
95 * normalize.c: use generated constant for length, check for
96 overruns, dont use gcc/c99 extentions
97
98 * gen-normalize.py, test-normalize.c: use generated constant for length
99
1002008-02-05 Love Hörnquist Å
101strand <lha@it.su.se>
102
103 * utf8.c: Make wind_utf8ucs4_length() work again.
104
105 * test-utf8.c: Test wind_utf8ucs4_length().
106
1072008-02-03 Love Hörnquist Å
108strand <lha@it.su.se>
109
110 * utf8.c: Fix overaggressive checks, fix comments.
111
112 * Add UCS-2 reading and writing functions
113
1142008-02-01 Love Hörnquist Å
115strand <lha@it.su.se>
116
117 * Add and use com_err error codes
118
119 * libwind from Assar. stringprep library supporting nameprep,
120 saslprep and ldapprep. Added libwind to Heimdal repository.
121
1222007-01-17 Love Hörnquist Å
123strand <lha@it.su.se>
124
125 * test-utf8.c: spelling
126
127 * utf8.c: Add wind_ucs4toutf8
128
1292006-10-08 Love Hörnquist Å
130strand <lha@it.su.se>
131
132 * test-utf8.c: Add test for wind_ucs4toutf8.
133
134 * wind.h (wind_ucs4toutf8): New function.
135
136 * utf8.c (wind_utf8toucs4): allow calculation of length by passing
137 in NULL as out buffer.
138 (wind_ucs4toutf8): new function.
139
1402004-12-20 Assar Westerlund <assar@kth.se>
141
142 * util.py:
143 * rfc3454.py:
144 * generate.py:
145 * gen-punycode-examples.py:
146 * gen-normalize.py:
147 * gen-map.py:
148 * gen-errorlist.py:
149 * gen-combining.py:
150 * gen-bidi.py:
151 * UnicodeData.py:
152 Add encoding.
153
1542004-12-20 Assar Westerlund <assar@kth.se>
155
156 * First version of stringprep library.
Note: See TracBrowser for help on using the repository browser.