OSDN Git Service

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