]> err.no Git - sope/blob - sope-ical/versitSaxDriver/ChangeLog
bumped Xcode dyld versions
[sope] / sope-ical / versitSaxDriver / ChangeLog
1 2004-12-14  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * versitSaxDriver.xcode: minor changes and updated
4
5 2004-10-20  Marcus Mueller  <znek@mulle-kybernetik.com>
6
7         * VSSaxDriver.m: fixed edge case problem introduced in v4.3.10
8           (v4.3.11)
9
10         * VSSaxDriver.m: remove surrounding double quotes from attribute values
11           if any. During parsing, check if end tags match expectations and
12           issue warnings if they don't. Added some logic to get parsing
13           straight nevertheless in such events. (v4.3.10)
14
15 2004-10-19  Marcus Mueller  <znek@mulle-kybernetik.com>
16
17         * v4.3.9
18
19         * VSSaxDriver.m: improved robustness in respect to illegal content
20           lines - the parser shouldn't crash anymore. Also, changed the
21           "OGoDebugVersitSaxDriver" default to "VSSaxDriverDebugEnabled".
22
23         * README: documented the default
24
25 2004-10-18  Marcus Mueller  <znek@mulle-kybernetik.com>
26
27         * v4.3.8
28
29         * VSSaxDriver.m: added support in _parseString: for Unix style
30           terminated content lines. Such content lines clearly violate the
31           RFC but such ical files happen to appear in the wildlife.
32
33         * README: updated
34
35         * v4.3.7
36
37         * Version: removed major and minor. This effectively bumps the version
38           to v4.3.7 which is in sync with the rest of sope-ical.
39
40 2004-10-17  Helge Hess  <helge.hess@opengroupware.org>
41
42         * added fhs.make, some other minor fixes to makefiles (v1.0.6)
43
44 2004-10-16  Marcus Mueller  <znek@mulle-kybernetik.com>
45
46         * v1.0.5
47
48         * VSSaxDriver.m: rewrote _parseLine: to properly parse content lines
49           according to RFC2445.
50
51         * README: updated
52
53         * v1.0.4
54
55         * VSStringFormatter.m: properly unescape '\N'
56
57         * README: updated, need to fix _parseLine:
58
59         * v1.0.3
60
61         * VSStringFormatter.[hm]: new singleton to perform unescaping on
62           iCal content/attributes.
63
64         * VSSaxDriver.m: uses the new VSStringFormatter in some funky places.
65           Unescaping is pretty memory efficient, hence its slight overuse is
66           justifyable I guess.
67
68 2004-10-15  Marcus Mueller  <znek@mulle-kybernetik.com>
69
70         * GNUmakefile.preamble: NGExtensions was missing for proper inline
71           compilation to work (v1.0.2)
72
73         * v1.0.1
74
75         * README: corrected the examples
76
77         * GNUmakefile.preamble: properly add paths
78
79 2004-10-14  Marcus Mueller  <znek@mulle-kybernetik.com>
80
81         * v1.0.0
82
83         * README, COPYRIGHT, COPYING, AUTHORS: new files
84
85         * VersitSaxDriver.[hm]: renamed to VSSaxDriver.[hm]
86
87         * ICalendarSaxDriver.[hm]: renamed to VSiCalSaxDriver.[hm]
88
89         * VCardSaxDriver.[hm]: renamed to VSvCardSaxDriver.[hm]
90
91         * ICalendarSaxDriver.[hm]: renamed to VSiCalSaxDriver.[hm]
92
93         * VSSaxDriver.m: Major cleanups, cache all character sets as class
94           variables, rewrote _parseString: to properly do unfolding. Bugfixes.
95
96         * VSiCalSaxDriver.m, VSvCardSaxDriver.m: cache character sets, cleanup,
97           minor fixes.
98
99         * bundle-info.plist: adjusted names
100
101 2004-04-09  Max Berger  <max@berger.name>
102
103         * fixed another bug related to libFoundation that applied to
104           NSMutableCharacterSet (v0.1.18)
105
106 2004-02-24  Max Berger  <max@berger.name>
107
108         * fixed bug to crash on libFoundation in scanner line (v0.1.17)
109
110 2004-02-25  Helge Hess  <helge.hess@skyrix.com>
111
112         * v0.1.16
113
114         * GNUmakefile.preamble: properly link with OGo gstep-make
115
116         * added a common.h file (and use that in the source files)
117
118         * VersitSaxDriver.m: fixed type, fixed a "==" vs "=" bug in -init,
119           minor code cleanups
120
121 2004-02-24  Max Berger  <max@berger.name>
122
123         * v0.1.15
124
125         * added new initialize function to check for debug property
126
127         * added debug messages to parseFromSource
128
129         * updated Copyright in VersitSaxDriver.m
130   
131 2003-12-13  Max Berger  <max@berger.name>
132
133         * replaces commas by spaces in attrs (as in spec) (v0.1.15)
134
135 2003-12-13  Max Berger  <max@berger.name>
136
137         * v0.1.14
138
139         * added support for apple item1.adr elements
140
141         * added support for multiple attributes of same type
142
143
144 2003-12-12  Max Berger  <max@berger.name>
145
146         * added support for subitems, added subitems for ical and vcard (v0.1.13)
147
148 2003-12-12  Max Berger  <max@berger.name>
149
150         * added mappings into vcard driver (v0.1.12)
151
152 2003-12-11  Max Berger  <max@berger.name>
153
154         * collapsed drivers for vcard 21 and 30 (v0.1.11)
155
156 2003-12-11  Max Berger  <max@berger.name>
157
158         * fixed range check (v0.1.10)
159
160 2003-12-11  Max Berger  <max@berger.name>
161
162         * fixed another missing () in malloc (v0.1.9)
163
164 2003-12-11  Max Berger  <max@berger.name>
165
166         * fixed a missing () in malloc (v0.1.8)
167
168 2003-12-11  Helge Hess  <helge.hess@opengroupware.org>
169
170         * v0.1.7
171
172         * minor tweaks to sourcecode style ;-)
173
174         * created GNUmakefile's
175
176 2003-11-23  Max Berger  <max@berger.name>
177
178         * v0.1.6
179
180         * added GNUmakefile for unix
181
182         * fixed bundle-info.plist
183
184         * fixed a bug that caused libFondation to crash
185
186 2003-11-23  Max Berger  <max@berger.name>
187
188         * v0.1.5
189
190         * Implemented attribute mapping
191
192         * Added list of attributes for xcal
193
194 2003-11-23  Max Berger  <max@berger.name>
195
196         * v0.1.4
197
198         * implemented handling via list and stack
199         
200         * added support for name mapping and mapping to attributes
201
202         * added complete iCalendar Name mapping
203
204 2003-11-23  Max Berger  <max@berger.name>
205
206         * v0.1.3
207
208         * VersitSaxDriver.m: Split up in lines works correctly
209
210         * VersitSaxDriver: added support for contentHandler
211
212         * VersitSaxDriver: added support for namespace
213
214         * VersitSaxDriver: now has begin/end document
215
216         * ICalendarSaxDriver: now set correct namespace
217
218         * VersitSaxDriver: now parses Tags, attibutes and values
219
220 2003-11-23  Max Berger  <max@berger.name>
221
222         * v0.1.2
223
224         * fixed Copyright notice
225
226         * added Data Retrieval
227         
228         * added unfold method (doesnt do anything yet)
229
230
231 2003-11-23  Max Berger  <max@berger.name>
232
233         * Initial Version (v0.1.1)
234