-
Notifications
You must be signed in to change notification settings - Fork 24
/
ChangeLog
190 lines (112 loc) · 5.42 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
2014-09-23 Jesus Arias Fisteus <[email protected]>
* html2xhtml Released version 1.3
* html2xhtml Improved solution to the vsnprintf problem
* html2xhtml New snippet mode.
* html2xhtml Web API example clients for BASH, Node.js and Python.
* html2xhtml Fixed a segfault error.
* html2xhtml Updated the autotools files to recent versions.
2010-04-07 Jesus Arias Fisteus <[email protected]>
* html2xhtml Released version 1.1.2-2
* html2xhtml Bugfix related to the use of vsnprintf
2009-11-05 Jesus Arias Fisteus <[email protected]>
* html2xhtml Released as stable, version 1.1.2
2009-10-11 Jesus Arias Fisteus <[email protected]>
* html2xhtml The DTD coder module implements now a cache of
downloaded DTD entities. The User-Agent header of that feature
has also been changed to avoid being blocked by W3C servers.
2009-07-03 Jesus Arias Fisteus <[email protected]>
* html2xhtml More robust HTML parser, using the Bison's error
recovery mechanism.
* html2xhtml Released as 1.1.2-rc3
2009-07-02 Jesus Arias Fisteus <[email protected]>
* html2xhtml More robust handling of invalid chars
2009-06-30 Jesus Arias Fisteus <[email protected]>
* html2xhtml Several bugfixes.
* html2xhtml Released as 1.1.2-rc2
2009-05-28 Jesus Arias Fisteus <[email protected]>
* html2xhtml Updated DTD data.
2009-04-13 Jesus Arias Fisteus <[email protected]>
* html2xhtml Released as 1.1.2-rc1
2009-04-08 Jesus Arias Fisteus <[email protected]>
* html2xhtml End-of-line (UNIX-like or DOS-like) characters can be
chosen with a command-line parameter.
* html2xhtml Improved documentation.
2009-03-26 Jesus Arias Fisteus <[email protected]>
* html2xhtml Updated DTD data.
2009-03-25 Jesus Arias Fisteus <[email protected]>
* html2xhtml Redesigned CGI-handling code. Support to both
multipart/form-data input and direct (text/html) input.
2009-03-10 Jesus Arias Fisteus <[email protected]>
* html2xhtml New --compact-empty-elem-tags option. Renamed
option --empty-elm-tags-always.
* html2xhtml Support for many input/output character sets using iconv.
2009-03-03 Jesus Arias Fisteus <[email protected]>
* html2xhtml Adapted the lexer to recent flex versions (2.5.35)
2008-07-28 Jesus Arias Fisteus <[email protected]>
* html2xhtml New test system, to help to detect regressions.
2008-07-27 Jesus Arias Fisteus <[email protected]>
* html2xhtml Empty element tags written only for elements
declared as empty in DTD.
2008-06-26 Jesus Arias Fisteus <[email protected]>
* html2xhtml Updated DTD data.
* html2xhtml Ported dtd_query from the old source tree.
2008-06-17 Jesus Arias Fisteus <[email protected]>
* html2xhtml Released as stable, version 1.1.1.
2008-05-29 Jesus Arias Fisteus <[email protected]>
* html2xhtml Removed the REJECT rule from the parser.
2008-05-22 Jesus Arias Fisteus <[email protected]>
* html2xhtml Fixed a bug in the CGI related to charset.
2008-04-17 Jesus Arias Fisteus <[email protected]>
* html2xhtml Released as 1.1b6
2008-04-08 Jesus Arias Fisteus <[email protected]>
* html2xhtml Fixed two bugs related to incorrect memory access.
2008-03-31 Jesus Arias Fisteus <[email protected]>
* html2xhtml Fixed a bug when "<" and "&" follow "]" in CDATA.
* html2xhtml Fixed whitespace problems with entity references.
* html2xhtml Entity reference "percnt" is replaced by "%".
* html2xhtml Flexibility added to the parser: allows closing
XML PIs with ">" instead of "%>"
2008-03-05 Jesus Arias Fisteus <[email protected]>
* html2xhtml Released as 1.1b5
2008-03-03 Jesus Arias Fisteus <[email protected]>
* html2xhtml Fixed a bug when an end tags appears inside
a script. The end tag was not properly wrapped inside a CDATA
section.
* html2xhtml Fixed a bug in the CGI: comments were not properly
escaped.
* html2xhtml Changed the result page of the CGI to make it
look closer to the other pages of the html2xhtml website.
2008-01-16 Jesus Arias Fisteus <[email protected]>
* html2xhtml Released as 1.1b4
* html2xhtml Fixed some bugs with Windows carriage returns.
* html2xhtml Fixed a bug when line breaks appeared inside
attribute values.
* html2xhtml Added the --compact-block-elements option.
2008-01-04 Jesus Arias Fisteus <[email protected]>
* html2xhtml New output formatting code. Now indentation
length and line length are configurable. Line wrapping is
now better.
* html2xhtml Integrated the code of the CGI version of the
program in the executable file html2xhtml. Define the
macro WITH_CGI to activate it at compilation time. The
executable will decide at run time if it works in command
line or as a CGI.
* html2xhtml Better support of XHTML input.
* html2xhtml Better support for CDATA sections.
* html2xhtml Fixed several other minor issues.
2007-10-30 Jesus Arias Fisteus <[email protected]>
* html2xhtml Fixed a bug regarding whitespaces: spacing was
removed in situations like "<b>1</b> <b>2</b>"
2007-09-16 Jesus Arias Fisteus <[email protected]>
* html2xhtml Added support for XHTML Print 1.0
* html2xhtml Bug fixes and help message improved
* html2xhtml Now converts from XHTML to XHTML
* html2xhtml Released as 1.1b3
2007-09-15 Jesus Arias Fisteus <[email protected]>
* html2xhtml Added support for XHTML Basic 1.1 and updated DTDs
* html2xhtml Released as 1.1b2
2007-05-19 Jesus Arias Fisteus <[email protected]>
* html2xhtml First release under the GNU GPL license (1.1b1)
* html2xhtml First version with autotools-based build system
* html2xhtml Removed from the source tree the CGI and DLL
versions, dtd_test and xhtmlpedia.