OSDN Git Service

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