OSDN Git Service

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