OSDN Git Service

* updated changelog.
[modchxj/mod_chxj.git] / debian / changelog
1 libapache2-mod-chxj (0.10.0-1) unstable; urgency=low
2
3   * Added Features. 
4     - Add cookie path validator.
5     - Add cookie domain validator.
6     - Add cookie expires validator.
7     - Add cookie secure validator.
8     - Add content-type ``application/xhtml+xml''
9     - use Buffering.
10     - Added Cookie Lazy ID mode.
11   * Fixed bug.
12     - Parsing is abnormal of the comment tag.
13     - Parsing is abnormal of the script tag.
14
15  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 31 Mar 2008 17:58:05 +0900
16
17 libapache2-mod-chxj (0.9.0-1) unstable; urgency=low
18
19   * Added Features
20     - Cookie can have been recorded in MySQL. 
21     - Cookie can have been recorded in memcached. 
22   * Fixed Bug
23     - When mpeg is downloaded, it memory a large amount of consumes it.
24
25  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 24 Mar 2008 00:57:55 +0900
26
27 libapache2-mod-chxj (0.8.7-1) unstable; urgency=low
28
29   * Fixed Bug
30     - Using AC_FUNC_MALLOC by mistake.
31       AC_FUNC_MALLOC is neatly used because it is too good though
32       it is not necessary.
33       AC_FUNC_MALLOC reacts for CentOS due to the bug of autoconf2.59.
34     - When ap_regex.h is not found, pcre.h is used. In that case, to use
35       pcre-config.
36   * Changed Features
37     - Abolition of libiconv. use glibc/iconv.
38
39  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 17 Mar 2008 23:02:33 +0900
40
41 libapache2-mod-chxj (0.8.6-1) unstable; urgency=low
42
43   * Added error messages
44     - the error message of the parsing machine of HTML.
45     - the error message when the character-code is converted.
46   * Fixed Bug
47     - forgotten that apache2.0.x doesn't have ap_regex.h. (reported by R)
48
49  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 17 Mar 2008 23:02:13 +0900
50
51 libapache2-mod-chxj (0.8.5-1) unstable; urgency=low
52
53   * Fixed Bug
54     - when the image of non-correspondence is converted, and aborted.
55   * Changed features.
56     - Being able to convert the image changed only to jpeg, png, and gif. 
57
58  -- Atsushi Konno <konn@users.sorceforge.jp>  Thu, 14 Feb 2008 20:53:02 +0900
59
60 libapache2-mod-chxj (0.8.4-1) unstable; urgency=low
61
62   * Fixed Bug that deb package doesn't correspond to Apache2.2. 
63   * Added features: 
64     - ``ChxjImageCacheLimit'' directive.
65     - The serial number of "image workfile name" is deleted. 
66   * Added Document:
67     ``ChxjImageCacheLimit'' directive.
68
69  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue,  5 Feb 2008 20:33:16 +0900
70
71 libapache2-mod-chxj (0.8.3-1) unstable; urgency=high
72
73   * Fixed Bug  
74     - The image conversion is not operated at the access by PC. 
75     - Bug that doesn't erase cache file.
76       + default limit size is 10MByte.
77             but the setting cannot be changed now. 
78
79  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon,  4 Feb 2008 12:53:21 +0900
80
81 libapache2-mod-chxj (0.8.2-1) unstable; urgency=low
82
83   * Fixed Bug to which compile error occurs when A is specified. 
84
85  -- Atsushi Konno <konn@users.sourceforge.jp>  Sun,  3 Feb 2008 01:40:33 +0900
86
87 libapache2-mod-chxj (0.8.1-1) unstable; urgency=low
88
89   * fix warning.
90   * It is corrected that it is possible to use it with apache2.2. 
91   * Changed for Apache 2.2.x.
92   * Changed so that ``Configure'' might run well by CentOS5.1.
93   * Fixed Bug that Segmentation Falt had occurred when browser inforamtion was
94     read in the AMD64 environment.
95   * Fixed bug that the HTML conversion operates when connecting it from PC.
96   * Fixed bug that the HTML conversion for jhtml.
97
98
99  -- Atsushi Konno <konn@users.sourceforge.jp>  Fri, 11 Jan 2008 18:39:44 +0900
100
101 libapache2-mod-chxj (0.8.0-1) unstable; urgency=low
102
103   * add b tag.
104   * add fieldset tag.
105   * add cookie simulator.
106   * To use neither SetOutputFilter nor SetInputFilter, it changes. 
107   * add referer header simulator.
108   * When '_ chxj_nc' parameter exists, the cookie is not renewed.
109   * The bug that the dynamic qrcode output function doesn't operate is corrected. 
110
111  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
112
113 libapache2-mod-chxj (0.7.1-1) unstable; urgency=low
114
115   * bug fix
116       - it cannot correctly read the value when the backslash exists in the attribute.
117
118  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
119
120 libapache2-mod-chxj (0.7.0-1) unstable; urgency=low
121
122   * bug fix which the size before it converts it into Content-Length when HEAD of 
123     the image conversion is requested is returned. 
124   * change to acquire it even if the extension is attached by the image acquisition 
125     request.
126   * bug fix into which the submit value had not converted the character-code for HDML. 
127   * bug fix #8585.
128   * add user_agent rewrite function.
129   * bug fix that the image conversion routine was executed two times.
130
131  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
132
133 libapache2-mod-chxj (0.6.2-1) unstable; urgency=low
134
135   * Fix bug which operates the character-code conversion when PC 
136     accesses it. 
137
138  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
139
140 libapache2-mod-chxj (0.6.1-1) unstable; urgency=low
141
142   * Initial release 
143
144  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900