OSDN Git Service

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