From 87ab7afa7f2f6800d77c1b4dedd23e5820cceafe Mon Sep 17 00:00:00 2001 From: konn Date: Tue, 27 Jun 2006 20:19:32 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/trunk@1242 1a406e8e-add9-4483-a2c8-d8cac5b7c224 --- ChangeLog | 4 ++++ debian/changelog | 4 ++++ include/qs_parse_string.h | 2 ++ 3 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index f44ade1f..29b5ab6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ libapache2-mod-chxj (0.8.0-1) unstable; urgency=low + -- Atsushi Konno Mon, 19 Jun 2006 17:29:48 +0900 + +libapache2-mod-chxj (0.7.1-1) unstable; urgency=low + * bug fix - it cannot correctly read the value when the backslash exists in the attribute. diff --git a/debian/changelog b/debian/changelog index d5a0f9c0..a79976e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ libapache2-mod-chxj (0.8.0-1) unstable; urgency=low + -- Atsushi Konno Mon, 19 Jun 2006 17:29:48 +0900 + +libapache2-mod-chxj (0.7.1-1) unstable; urgency=low + * bug fix - it cannot correctly read the value when the backslash exists in the attribute. diff --git a/include/qs_parse_string.h b/include/qs_parse_string.h index bdc10701..c4079225 100644 --- a/include/qs_parse_string.h +++ b/include/qs_parse_string.h @@ -17,10 +17,12 @@ #ifndef __QS_PARSE_STRING_H__ #define __QS_PARSE_STRING_H__ #include + /* #define DEBUG #define USE_LOG */ + /** * Max of memory allocation times. */ -- 2.11.0