OSDN Git Service

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