OSDN Git Service

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