OSDN Git Service

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