OSDN Git Service

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