<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,7 +27,7 @@ require 'passenger/platform_info'
 ##### Configuration
 
 # Don't forget to edit Configuration.h too
-PACKAGE_VERSION = &quot;1.9.0&quot;
+PACKAGE_VERSION = &quot;1.9.1&quot;
 OPTIMIZE = [&quot;yes&quot;, &quot;on&quot;, &quot;true&quot;].include?(ENV['OPTIMIZE'])
 
 include PlatformInfo
@@ -406,7 +406,13 @@ spec = Gem::Specification.new do |s|
 		'lib/passenger/templates/*',
 		'bin/*',
 		'doc/*',
-		'doc/*.html',
+		
+		# If you're running 'rake package' for the first time, then these
+		# files don't exist yet, and so won't be matched by the above glob.
+		# So we add these filenames manually.
+		'doc/Users guide.html',
+		'doc/Security of user switching support.html',
+		
 		'doc/*/*',
 		'doc/*/*/*',
 		'doc/*/*/*/*',</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -31,7 +31,7 @@
  */
 
 /** Module version number. */
-#define PASSENGER_VERSION &quot;1.9.0&quot;
+#define PASSENGER_VERSION &quot;1.9.1&quot;
 
 #ifdef __cplusplus
 	#include &lt;set&gt;</diff>
      <filename>ext/apache2/Configuration.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>da3287654ff6f3f09573eec0929b652bd4571f33</id>
    </parent>
  </parents>
  <author>
    <name>Hongli Lai (Phusion)</name>
    <email>hongli@phusion.nl</email>
  </author>
  <url>http://github.com/FooBarWidget/passenger/commit/b0a1a10094db96238c3f1f8ad5c000f5cf305954</url>
  <id>b0a1a10094db96238c3f1f8ad5c000f5cf305954</id>
  <committed-date>2008-06-16T11:51:09-07:00</committed-date>
  <authored-date>2008-06-16T11:51:09-07:00</authored-date>
  <message>Bump version to 1.9.1. Fix some packaging issues.</message>
  <tree>1bf5b0b9abd69596f8a12d6986b5fbe31fd48594</tree>
  <committer>
    <name>Hongli Lai (Phusion)</name>
    <email>hongli@phusion.nl</email>
  </committer>
</commit>
