OSDN Git Service

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