OSDN Git Service

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