OSDN Git Service

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