forked from TidyHuang/WV2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
150 lines (90 loc) · 4.48 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
2006-06-12 Werner Trobin <[email protected]>
* Released wv2-0.2.3
* Fixed an integer overflow bug (CVE-2006-2197)
2004-09-14 Werner Trobin <[email protected]>
* Applied a patch by Friedemann Kleint (Fa. metis) <[email protected]>
with fixes for Solaris / Sun C++ 5.5 Patch 113817-02 2003/08/29.
Additionally fixes some tab-related bugs (unique and erase stuff)
2004-05-09 Werner Trobin <[email protected]>
* Released wv2-0.2.2
* Fixed compilation with gcc 3.4
2003-11-05 Werner Trobin <[email protected]>
* Released wv2-0.2.1
* Fixed a very stupid bug: it didn't compile on gcc 2.95.x ... doh!
* Released wv2-0.2
* Merged some fixes from HEAD to the WV2_0_1_9_BRANCH
2003-10-23 Werner Trobin <[email protected]>
* Fixed a tricky list bug. When a compat list was converted to Word 8
format it worked for the first time. From the second time on the
index into the pllfo was off-by-one. This triggered a crash in case
the first list in the pllfo was a compat one (i.e. there are *just*
compat lists in a document).
2003-09-01 Werner Trobin <[email protected]>
* Released wv2-0.1.9
2003-08-30 Werner Trobin <[email protected]>
* Implemented a different logging mechanism to support a really
quiet wv2 for users. :-)
Packagers will have to use --disable-debug
2003-08-29 Werner Trobin <[email protected]>
* Okay, as it turned out there was still a problem with lists and
restarting counters yesterday. Now all my test documents work
as expected, though.
2003-08-28 Werner Trobin <[email protected]>
* Fixed the handling of startAt in list level overrides and
some related list bugs. Looks pretty okay now...
2003-08-26 Werner Trobin <[email protected]>
* Fixed list handling for Word 6 files.
2003-08-25 Werner Trobin <[email protected]>
* Added a public domain implementation of CRC32 written by
Ross Williams. We need that to calculate unique list ids.
2003-08-23 Werner Trobin <[email protected]>
* Added some ideas about image handling in wv2 to the design document.
Moved some variables in Parser9x to the private section.
2003-08-13 Werner Trobin <[email protected]>
* Fixed the problem of lost text in some Word 95 documents.
Unfortunately MS uses CP1252 characters marked as UNDEFINED
in the specification. iconv doesn't really like that.
The filter now tries to recover as much text as possible.
2003-08-09 Werner Trobin <[email protected]>
* Rewrote parts of the design document to reflect the recent changes.
2003-08-07 Werner Trobin <[email protected]>
* Removed the "any later version" clause from the license headers.
* Released wv2-0.1.8
* Fixed a bug in the lid handling
2003-08-01 Werner Trobin <[email protected]>
* Fixed some SPRMs (Word 6 vs. Word 8)
2003-07-31 Werner Trobin <[email protected]>
* Released wv2-0.1.7
* Word 6/7 support should work now. Well, at least none of the test
documents crashes and headers/footers also seem to work. Now I'd
need some more test documents (including screenshots).
2003-07-23 Werner Trobin <[email protected]>
* Started to implement Word 6/7 support by moving code around. This
stuff is quite tricky. Basically I'm trying to unify the code and
move it to the common base class Parser9x, which Parser95 and
Parser97 inherit.
2003-06-08 Werner Trobin <[email protected]>
* Applied a patch from Ben Burton <[email protected]> to make wv2 work
with libgsf-1.8.x and libgsf-1.7.2.
* Released wv2-0.1
2003-04-26 Werner Trobin <[email protected]>
* Got rid of the acconfig.h file, as autoconf 2.57 issued warnings.
2003-04-08 Werner Trobin <[email protected]>
* Applied a patch from Adrian Schroeter <[email protected]>, fixing the
build system. (e.g. CFLAGS -> AM_CFLAGS,...)
* Fixed the libtool versioning
* Released wv2-0.0.9
2003-03-21 Werner Trobin <[email protected]>
* Worked around another bug in list handling (05_...). Unfortunately
I have no idea how to fix that "the right way" as some information
is just missing and I see no way to recover it (having only one
test document with that oddity). Maybe I can recognize a pattern
when I get some more flaky list documents.
* Fixed a bug in list handling, avoids crashes on flaky documents.
2003-03-16 Werner Trobin <[email protected]>
* Removed the "/wv2" after the include path, to avoid header
clashes when #including e.g. parser.h (libxml2 also has a
header named parser.h)
2003-03-09 Werner Trobin <[email protected]>
* Released wv2-0.0.8 (and decided to start writing a ChangeLog :-)
* Registered the project at freshmeat.net