<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -73,7 +73,7 @@ $class-&gt;new(
     license         =&gt; 'perl',
     dist_author     =&gt; 'Aaron Stone &lt;aaron@serendipity.cx&gt;',
     dist_abstract   =&gt; 'lightweight Perl module for Apache 2.x',
-    dist_version    =&gt; '0.09',
+    dist_version    =&gt; '0.10',
     build_requires  =&gt; {
         'File::Which'   =&gt; 0,
     },</diff>
      <filename>Build.PL</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,10 @@
 Revision history for Perlite Apache extension.
 
+0.10 Sat Oct 10 11:04:06 2009
+	- Patches from Yasuhiro Matsumoto, mattn@github, to make input
+	  processing work, to build on Win32, and several other fixes.
+	- Sys::Protect can be required by config setting.
+
 0.09  Thu Dec 10 19:09:21 2008
 	- added TODO of outstanding tasks.
 	- moved main code repo to github.org.</diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ PERL_ROOT=c:/perl
 all : mod_perlite.so
 
 mod_perlite.o : mod_perlite.c
-	gcc -shared -c mod_perlite.c -DMP_SYS_DL_DLOPEN=1 -MD -DNDEBUG -O1 -DWIN32 -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX  -I&quot;$(PERL_ROOT)/lib/CORE&quot;  -I&quot;$(APACHE_ROOT)/include&quot; -DVERSION=\&quot;0.09\&quot;
+	gcc -shared -c mod_perlite.c -DMP_SYS_DL_DLOPEN=1 -MD -DNDEBUG -O1 -DWIN32 -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX  -I&quot;$(PERL_ROOT)/lib/CORE&quot;  -I&quot;$(APACHE_ROOT)/include&quot; -DVERSION=\&quot;0.10\&quot;
 
 mod_perlite.so : mod_perlite.o
 	gcc -shared -o mod_perlite.so mod_perlite.o -L&quot;$(APACHE_ROOT)/lib&quot;  &quot;$(PERL_ROOT)/lib/core/perl510.lib&quot; -lapr1 -laprutil1 &quot;$(APACHE_ROOT)/lib/libhttpd.lib&quot;</diff>
      <filename>Makefile.w32</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-mod_perlite version 0.09
+mod_perlite version 0.10
 ========================
 
 mod_perlite is a lightweight Perl module for Apache 2.x that is
@@ -37,7 +37,7 @@ have luck installing this module into Apache 1.3. Good for you!
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2007-2008 by Aaron Stone &lt;aaron@serendipity.cx&gt;
+Copyright (C) 2007-2009 by Aaron Stone &lt;aaron@serendipity.cx&gt;
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.8.8 or,</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7db923f0cf739df9ea04cfc421cefa9ecf2e12c2</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Stone</name>
    <email>aaron@serendipity.cx</email>
  </author>
  <url>http://github.com/sodabrew/mod_perlite/commit/d3017e8d6b081628def9e8d0e6fc280d26feb3bf</url>
  <id>d3017e8d6b081628def9e8d0e6fc280d26feb3bf</id>
  <committed-date>2009-10-10T10:45:12-07:00</committed-date>
  <authored-date>2009-10-10T10:45:12-07:00</authored-date>
  <message>Bump version to 0.10 and add changelog messages.</message>
  <tree>0411735c8dc237e5a7c3c0a5f04826015c22fcab</tree>
  <committer>
    <name>Aaron Stone</name>
    <email>aaron@serendipity.cx</email>
  </committer>
</commit>
