OSDN Git Service

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