• R/O
  • HTTP
  • SSH
  • HTTPS

mod_chxj: Commit

mod_chxj


Commit MetaInfo

Revisãoefaaf0b233f5fb5ebc8b68bf548d26192f3423ff (tree)
Hora2009-04-11 18:03:28
AutorAtsushi Konno <konn@user...>
CommiterAtsushi Konno

Mensagem de Log

  • Added ChangeLog.

Mudança Sumário

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
1+libapache2-mod-chxj (0.12.36-1) unstable; urgency=low
2+
3+ * Added Features.
4+ - Added CHXJ:RAW origianl tag. this is an abbreviation of <CHXJ:IF
5+ lang="all">.
6+ - Expansion of copyright protection function. for OLD SoftBank.
7+ - When JRConvOff is used, a part of QSConvOff is invalidated.
8+ - An extra access log was not given for temporary.
9+ (use env=!chxj-post-log)
10+ * Changed Features.
11+ - Changed the behavior of Z2hOn, and so on.
12+ * Fixed Bug.
13+ - When the port number has adhered to the Host header of the request,
14+ Cookie might not be loaded.
15+ (Reported by ippsio. Thanks!)
16+ - When StatusCode is 304, garbage in two bytes outputs it.
17+ (Reported by isssk. Thanks!)
18+ - the BMP image is not converted.
19+ (Reported by isssk. Thanks!)
20+ - Guid=ON doesn't work when the third argument of ChxjConvertRule is NONE.
21+ (Reported by isssk. Thanks!)
22+ - Even if ChxjImageCopyright is specified, copyright information is not
23+ added to PNG.
24+ (Reported by isssk. Thanks!)
25+ - The reservation parameter name of the QueryString inside of POST is
26+ converted though it is JRConvOff.
27+ (Reported by isssk. Thanks!)
28+ - In the image conversion processing, when the extension is not specified,
29+ bmp doesn't become an object.
30+ (Reported by isssk. Thanks!)
31+ - In the image conversion processing, when the extension is specified, the
32+ cache file is not made.
33+ (Reported by isssk. Thanks!)
34+ - Dependence definition leakage of OpenSSL.
35+ - The error log is output if there is no data that matches to the key when
36+ Cookie is loaded.
37+ (Reported by ippsio. Thanks!)
38+ - _ chxj_cc is doubly added when there is already _ chxj_cc in the
39+ Location header.
40+ (Reported by ippsio. Thanks!)
41+
42+ -- Atsushi Konno <konn@users.sourceforge.jp> Sat, 11 Apr 2009 17:41:40 +0900
43+
144 libapache2-mod-chxj (0.12.35-1) unstable; urgency=low
245
346 * Fixed Bug.
--- a/debian-sarge/changelog
+++ b/debian-sarge/changelog
@@ -1,3 +1,46 @@
1+libapache2-mod-chxj (0.12.36-1) unstable; urgency=low
2+
3+ * Added Features.
4+ - Added CHXJ:RAW origianl tag. this is an abbreviation of <CHXJ:IF
5+ lang="all">.
6+ - Expansion of copyright protection function. for OLD SoftBank.
7+ - When JRConvOff is used, a part of QSConvOff is invalidated.
8+ - An extra access log was not given for temporary.
9+ (use env=!chxj-post-log)
10+ * Changed Features.
11+ - Changed the behavior of Z2hOn, and so on.
12+ * Fixed Bug.
13+ - When the port number has adhered to the Host header of the request,
14+ Cookie might not be loaded.
15+ (Reported by ippsio. Thanks!)
16+ - When StatusCode is 304, garbage in two bytes outputs it.
17+ (Reported by isssk. Thanks!)
18+ - the BMP image is not converted.
19+ (Reported by isssk. Thanks!)
20+ - Guid=ON doesn't work when the third argument of ChxjConvertRule is NONE.
21+ (Reported by isssk. Thanks!)
22+ - Even if ChxjImageCopyright is specified, copyright information is not
23+ added to PNG.
24+ (Reported by isssk. Thanks!)
25+ - The reservation parameter name of the QueryString inside of POST is
26+ converted though it is JRConvOff.
27+ (Reported by isssk. Thanks!)
28+ - In the image conversion processing, when the extension is not specified,
29+ bmp doesn't become an object.
30+ (Reported by isssk. Thanks!)
31+ - In the image conversion processing, when the extension is specified, the
32+ cache file is not made.
33+ (Reported by isssk. Thanks!)
34+ - Dependence definition leakage of OpenSSL.
35+ - The error log is output if there is no data that matches to the key when
36+ Cookie is loaded.
37+ (Reported by ippsio. Thanks!)
38+ - _ chxj_cc is doubly added when there is already _ chxj_cc in the
39+ Location header.
40+ (Reported by ippsio. Thanks!)
41+
42+ -- Atsushi Konno <konn@users.sourceforge.jp> Sat, 11 Apr 2009 17:41:40 +0900
43+
144 libapache2-mod-chxj (0.12.35-1) unstable; urgency=low
245
346 * Fixed Bug.
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,46 @@
1+libapache2-mod-chxj (0.12.36-1) unstable; urgency=low
2+
3+ * Added Features.
4+ - Added CHXJ:RAW origianl tag. this is an abbreviation of <CHXJ:IF
5+ lang="all">.
6+ - Expansion of copyright protection function. for OLD SoftBank.
7+ - When JRConvOff is used, a part of QSConvOff is invalidated.
8+ - An extra access log was not given for temporary.
9+ (use env=!chxj-post-log)
10+ * Changed Features.
11+ - Changed the behavior of Z2hOn, and so on.
12+ * Fixed Bug.
13+ - When the port number has adhered to the Host header of the request,
14+ Cookie might not be loaded.
15+ (Reported by ippsio. Thanks!)
16+ - When StatusCode is 304, garbage in two bytes outputs it.
17+ (Reported by isssk. Thanks!)
18+ - the BMP image is not converted.
19+ (Reported by isssk. Thanks!)
20+ - Guid=ON doesn't work when the third argument of ChxjConvertRule is NONE.
21+ (Reported by isssk. Thanks!)
22+ - Even if ChxjImageCopyright is specified, copyright information is not
23+ added to PNG.
24+ (Reported by isssk. Thanks!)
25+ - The reservation parameter name of the QueryString inside of POST is
26+ converted though it is JRConvOff.
27+ (Reported by isssk. Thanks!)
28+ - In the image conversion processing, when the extension is not specified,
29+ bmp doesn't become an object.
30+ (Reported by isssk. Thanks!)
31+ - In the image conversion processing, when the extension is specified, the
32+ cache file is not made.
33+ (Reported by isssk. Thanks!)
34+ - Dependence definition leakage of OpenSSL.
35+ - The error log is output if there is no data that matches to the key when
36+ Cookie is loaded.
37+ (Reported by ippsio. Thanks!)
38+ - _ chxj_cc is doubly added when there is already _ chxj_cc in the
39+ Location header.
40+ (Reported by ippsio. Thanks!)
41+
42+ -- Atsushi Konno <konn@users.sourceforge.jp> Sat, 11 Apr 2009 17:41:40 +0900
43+
144 libapache2-mod-chxj (0.12.35-1) unstable; urgency=low
245
346 * Fixed Bug.
Show on old repository browser