OSDN Git Service

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