OSDN Git Service

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