OSDN Git Service

*** empty log message ***
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Tue, 27 Jun 2006 20:19:32 +0000 (20:19 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Tue, 27 Jun 2006 20:19:32 +0000 (20:19 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/trunk@1242 1a406e8e-add9-4483-a2c8-d8cac5b7c224

ChangeLog
debian/changelog
include/qs_parse_string.h

index f44ade1..29b5ab6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 libapache2-mod-chxj (0.8.0-1) unstable; urgency=low
 
+ -- Atsushi Konno <konn@users.sourceforge.jp>  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.
 
index d5a0f9c..a79976e 100644 (file)
@@ -1,5 +1,9 @@
 libapache2-mod-chxj (0.8.0-1) unstable; urgency=low
 
+ -- Atsushi Konno <konn@users.sourceforge.jp>  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.
 
index bdc1070..c407922 100644 (file)
 #ifndef __QS_PARSE_STRING_H__
 #define __QS_PARSE_STRING_H__
 #include <httpd.h>
+
 /*
 #define DEBUG
 #define USE_LOG
 */
+
 /**
  * Max of memory allocation times.
  */