OSDN Git Service

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