OSDN Git Service

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