OSDN Git Service

* Updated changelog.
[modchxj/mod_chxj.git] / debian / changelog
1 libapache2-mod-chxj (0.11.0-1) unstable; urgency=low
2
3   * Fixed bug.
4     - chxj_encoding and chxj_rencoding invalid destlen.
5     - <p>a</p> ==> <p></p>a convertion defect.
6     - The line feed code is disregarded at <pre> tag. 
7
8   * Added Features.
9     - Added <blockquote> tag to CHTML1.0 converter.
10     - Added <br> tag clear attribute to CHTML1.0 converter.
11     - Added <dir> tag to CHTML1.0 converter.
12     - Added <dl> tag to CHTML1.0 converter.
13     - Added <dt> tag to CHTML1.0 converter.
14     - Added <dd> tag to CHTML1.0 converter.
15     - Added <menu> tag to CHTML1.0 converter.
16     - Added <p align> attribute to CHTML1.0 converter.
17     - Added <plaintext> tag to CHTML1.0 converter. (no parse mode)
18     - Added <blockquote> tag to CHTML2.0 converter.
19     - Added <dl> tag to CHTML2.0 converter.
20     - Added <dt> tag to CHTML2.0 converter.
21     - Added <dd> tag to CHTML2.0 converter.
22     - Added <h1 align> attribute to CHTML2.0 converter.
23     - Added <h2 align> attribute to CHTML2.0 converter.
24     - Added <h3 align> attribute to CHTML2.0 converter.
25     - Added <h4 align> attribute to CHTML2.0 converter.
26     - Added <h5 align> attribute to CHTML2.0 converter.
27     - Added <h6 align> attribute to CHTML2.0 converter.
28     - Added <li type> attribute to CHTML2.0 converter.
29     - Added <li value> attribute to CHTML2.0 converter.
30     - Added <menu> tag to CHTML2.0 converter.
31     - Added <ol type> attribute to CHTML2.0 converter.
32     - Added <ol start> attribute to CHTML2.0 converter.
33     - Added <p align> attribute to CHTML2.0 converter.
34     - Added <textarea accesskey> attribute to CHTML2.0 converter.
35     - Added <textarea istyle> attribute to CHTML2.0 converter.
36     - Added <blink> tag to CHTML2.0 converter.
37     - Added <marquee> tag to CHTML2.0 converter.
38     - Added <plaintext> tag to CHTML2.0 converter. (no parse mode)
39     - Added <blockquote> tag to CHTML3.0 converter.
40     - Added <dir> tag to CHTML3.0 converter.
41     - Added <dl> tag to CHTML3.0 converter.
42     - Added <dt> tag to CHTML3.0 converter.
43     - Added <dd> tag to CHTML3.0 converter.
44     - Added <h1 align> attribute to CHTML3.0 converter.
45     - Added <h2 align> attribute to CHTML3.0 converter.
46     - Added <h3 align> attribute to CHTML3.0 converter.
47     - Added <h4 align> attribute to CHTML3.0 converter.
48     - Added <h5 align> attribute to CHTML3.0 converter.
49     - Added <h6 align> attribute to CHTML3.0 converter.
50     - Added <blink> tag to CHTML3.0 converter.
51     - Added <marquee> tag to CHTML3.0 converter.
52     - Added <ol type> attribute to CHTML3.0 converter.
53     - Added <ol start> attribute to CHTML3.0 converter.
54     - Added <p align> attribute to CHTML3.0 converter.
55     - Added <textarea accesskey> attribute to CHTML3.0 converter.
56     - Added <textarea istyle> attribute to CHTML3.0 converter.
57     - Added <li type> attribute to CHTML3.0 converter.
58     - Added <li value> attribute to CHTML3.0 converter.
59     - Added <menu> tag to CHTML3.0 converter.
60     - Added <plaintext> tag to CHTML3.0 converter. (no parse mode)
61     - Added <blockquote> tag to au XHTML converter.
62     - Added <dir> tag to au XHTML converter.
63     - Added <dl> tag to au XHTML converter.
64     - Added <dt> tag to au XHTML converter.
65     - Added <dd> tag to au XHTML converter.
66     - Added <h1 align> attribute to au XHTML converter.
67     - Added <h2 align> attribute to au XHTML converter.
68     - Added <h3 align> attribute to au XHTML converter.
69     - Added <h4 align> attribute to au XHTML converter.
70     - Added <h5 align> attribute to au XHTML converter.
71     - Added <h6 align> attribute to au XHTML converter.
72     - Added <hr align> attribute to au XHTML converter.
73     - Added <hr size> attribute to au XHTML converter.
74     - Added <hr width> attribute to au XHTML converter.
75     - Added <li type> attribute to au XHTML converter.
76     - Added <li value> attribute to au XHTML converter.
77     - Added <menu> tag to au XHTML converter.
78     - Added <ol type> attribute to au XHTML converter.
79     - Added <ol start> attribute to au XHTML converter.
80     - Added <plaintext> tag to au XHTML converter. (no parse mode)
81     - Added <textarea accesskey> attribute to au XHTML converter.
82     - Added <textarea istyle> attribute to au XHTML converter.
83     - Added <plaintext> tag to au XHTML converter. (no parse mode)
84     - Added <blockquote> tag to au HDML converter.
85     - Added <dir> tag to au HDML converter.
86     - Added <dl> tag to au HDML converter.
87     - Added <dt> tag to au HDML converter.
88     - Added <dd> tag to au HDML converter.
89     - Added <h1 align> attribute for au HDML converter.
90     - Added <h2 align> attribute for au HDML converter.
91     - Added <h3 align> attribute for au HDML converter.
92     - Added <h4 align> attribute for au HDML converter.
93     - Added <h5 align> attribute for au HDML converter.
94     - Added <h6 align> attribute for au HDML converter.
95     - Added <menu> tag to au HDML converter.
96     - Added <p align> attribute to au HDML converter.
97     - Added <plaintext> tag to au HDML converter. (no parse mode)
98     - Added <pre> tag to au HDML converter. 
99     - Added <textarea> attribute to au HDML converter.
100     - Added <blockquote> tag to SoftBank HTML converter.
101     - Added <br clear> attribute to SoftBank HTML converter.
102     - Added <dir> tag to SoftBank HTML converter.
103     - Added <dl> tag to SoftBank HTML converter.
104     - Added <dt> tag to SoftBank HTML converter.
105     - Added <dd> tag to SoftBank HTML converter.
106     - Added <h1 align> attribute for SoftBank HTML converter.
107     - Added <h2 align> attribute for SoftBank HTML converter.
108     - Added <h3 align> attribute for SoftBank HTML converter.
109     - Added <h4 align> attribute for SoftBank HTML converter.
110     - Added <h5 align> attribute for SoftBank HTML converter.
111     - Added <h6 align> attribute for SoftBank HTML converter.
112
113  -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 19 Apr 2008 16:44:57 +0900
114
115 libapache2-mod-chxj (0.10.5-1) unstable; urgency=low
116
117   * Fixed bug.
118     - the value of the script tag is displayed.
119     - the value of the object tag is displayed.
120
121  -- Atsushi Konno <konn@users.sourceforege.jp>  Fri, 18 Apr 2008 22:25:55 +0900
122
123 libapache2-mod-chxj (0.10.4-1) unstable; urgency=low
124
125   * Fixed bug.
126     - Disregarded the tag did not know. 
127     - The tag closing by itself
128
129  -- Atsushi Konno <konn@users.sourceforge.jp>  Fri, 18 Apr 2008 03:13:27 +0900
130
131 libapache2-mod-chxj (0.10.3-1) unstable; urgency=low
132
133   * Fixed bug.
134       - Cookie ID is not given, except when Content-type is text/html and
135         application/xhtml+xml.  (Reported by bayside. Thanks!)
136
137  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 10 Apr 2008 23:30:52 +0900
138
139 libapache2-mod-chxj (0.10.2-1) unstable; urgency=low
140
141   * Fixed bug. 
142     - cookie ID is not added when redirect.(reported by bayside)
143
144  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue,  1 Apr 2008 23:47:26 +0900
145
146 libapache2-mod-chxj (0.10.1-1) unstable; urgency=low
147
148   * Fixed bug.
149     - forgot to do -1 in the string length specification part though sizeof was used with STRNCASEEQ. 
150
151  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue,  1 Apr 2008 19:08:27 +0900
152
153 libapache2-mod-chxj (0.10.0-1) unstable; urgency=low
154
155   * Added Features. 
156     - Add cookie path validator.
157     - Add cookie domain validator.
158     - Add cookie expires validator.
159     - Add cookie secure validator.
160     - Add content-type ``application/xhtml+xml''
161     - use Buffering.
162     - Added Cookie Lazy ID mode.
163     - Cookie simulator(delete experimental)
164   * Fixed bug.
165     - Parsing is abnormal of the comment tag.
166     - Parsing is abnormal of the script tag.
167
168  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 31 Mar 2008 17:58:05 +0900
169
170 libapache2-mod-chxj (0.9.0-1) unstable; urgency=low
171
172   * Added Features
173     - Cookie can have been recorded in MySQL. 
174     - Cookie can have been recorded in memcached. 
175   * Fixed Bug
176     - When mpeg is downloaded, it memory a large amount of consumes it.
177
178  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 24 Mar 2008 00:57:55 +0900
179
180 libapache2-mod-chxj (0.8.7-1) unstable; urgency=low
181
182   * Fixed Bug
183     - Using AC_FUNC_MALLOC by mistake.
184       AC_FUNC_MALLOC is neatly used because it is too good though
185       it is not necessary.
186       AC_FUNC_MALLOC reacts for CentOS due to the bug of autoconf2.59.
187     - When ap_regex.h is not found, pcre.h is used. In that case, to use
188       pcre-config.
189   * Changed Features
190     - Abolition of libiconv. use glibc/iconv.
191
192  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 17 Mar 2008 23:02:33 +0900
193
194 libapache2-mod-chxj (0.8.6-1) unstable; urgency=low
195
196   * Added error messages
197     - the error message of the parsing machine of HTML.
198     - the error message when the character-code is converted.
199   * Fixed Bug
200     - forgotten that apache2.0.x doesn't have ap_regex.h. (reported by R)
201
202  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 17 Mar 2008 23:02:13 +0900
203
204 libapache2-mod-chxj (0.8.5-1) unstable; urgency=low
205
206   * Fixed Bug
207     - when the image of non-correspondence is converted, and aborted.
208   * Changed features.
209     - Being able to convert the image changed only to jpeg, png, and gif. 
210
211  -- Atsushi Konno <konn@users.sorceforge.jp>  Thu, 14 Feb 2008 20:53:02 +0900
212
213 libapache2-mod-chxj (0.8.4-1) unstable; urgency=low
214
215   * Fixed Bug that deb package doesn't correspond to Apache2.2. 
216   * Added features: 
217     - ``ChxjImageCacheLimit'' directive.
218     - The serial number of "image workfile name" is deleted. 
219   * Added Document:
220     ``ChxjImageCacheLimit'' directive.
221
222  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue,  5 Feb 2008 20:33:16 +0900
223
224 libapache2-mod-chxj (0.8.3-1) unstable; urgency=high
225
226   * Fixed Bug  
227     - The image conversion is not operated at the access by PC. 
228     - Bug that doesn't erase cache file.
229       + default limit size is 10MByte.
230             but the setting cannot be changed now. 
231
232  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon,  4 Feb 2008 12:53:21 +0900
233
234 libapache2-mod-chxj (0.8.2-1) unstable; urgency=low
235
236   * Fixed Bug to which compile error occurs when A is specified. 
237
238  -- Atsushi Konno <konn@users.sourceforge.jp>  Sun,  3 Feb 2008 01:40:33 +0900
239
240 libapache2-mod-chxj (0.8.1-1) unstable; urgency=low
241
242   * fix warning.
243   * It is corrected that it is possible to use it with apache2.2. 
244   * Changed for Apache 2.2.x.
245   * Changed so that ``Configure'' might run well by CentOS5.1.
246   * Fixed Bug that Segmentation Falt had occurred when browser inforamtion was
247     read in the AMD64 environment.
248   * Fixed bug that the HTML conversion operates when connecting it from PC.
249   * Fixed bug that the HTML conversion for jhtml.
250
251
252  -- Atsushi Konno <konn@users.sourceforge.jp>  Fri, 11 Jan 2008 18:39:44 +0900
253
254 libapache2-mod-chxj (0.8.0-1) unstable; urgency=low
255
256   * add b tag.
257   * add fieldset tag.
258   * add cookie simulator.
259   * To use neither SetOutputFilter nor SetInputFilter, it changes. 
260   * add referer header simulator.
261   * When '_ chxj_nc' parameter exists, the cookie is not renewed.
262   * The bug that the dynamic qrcode output function doesn't operate is corrected. 
263
264  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
265
266 libapache2-mod-chxj (0.7.1-1) unstable; urgency=low
267
268   * bug fix
269       - it cannot correctly read the value when the backslash exists in the attribute.
270
271  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
272
273 libapache2-mod-chxj (0.7.0-1) unstable; urgency=low
274
275   * bug fix which the size before it converts it into Content-Length when HEAD of 
276     the image conversion is requested is returned. 
277   * change to acquire it even if the extension is attached by the image acquisition 
278     request.
279   * bug fix into which the submit value had not converted the character-code for HDML. 
280   * bug fix #8585.
281   * add user_agent rewrite function.
282   * bug fix that the image conversion routine was executed two times.
283
284  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
285
286 libapache2-mod-chxj (0.6.2-1) unstable; urgency=low
287
288   * Fix bug which operates the character-code conversion when PC 
289     accesses it. 
290
291  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
292
293 libapache2-mod-chxj (0.6.1-1) unstable; urgency=low
294
295   * Initial release 
296
297  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900