[DRE-commits] r5586 - in trunk/redmine/debian: . patches

Jérémy Lal kapouer-guest at alioth.debian.org
Tue Jun 15 10:42:47 UTC 2010


Author: kapouer-guest
Date: 2010-06-15 10:42:46 +0000 (Tue, 15 Jun 2010)
New Revision: 5586

Modified:
   trunk/redmine/debian/changelog
   trunk/redmine/debian/patches/0009-Allows-environment-variables-to-setup-debian-paths.patch
Log:
Let rails decide GC. (Closes: #585976)

Modified: trunk/redmine/debian/changelog
===================================================================
--- trunk/redmine/debian/changelog	2010-06-14 17:21:26 UTC (rev 5585)
+++ trunk/redmine/debian/changelog	2010-06-15 10:42:46 UTC (rev 5586)
@@ -1,3 +1,9 @@
+redmine (0.9.4-4) unstable; urgency=low
+
+  * Let rails decide GC. (Closes: #585976) 
+
+ -- Jérémy Lal <kapouer at melix.org>  Tue, 15 Jun 2010 12:41:08 +0200
+
 redmine (0.9.4-3) unstable; urgency=low
 
   * Depends on rails 2.3.5. (Closes: #583107, #583313)

Modified: trunk/redmine/debian/patches/0009-Allows-environment-variables-to-setup-debian-paths.patch
===================================================================
--- trunk/redmine/debian/patches/0009-Allows-environment-variables-to-setup-debian-paths.patch	2010-06-14 17:21:26 UTC (rev 5585)
+++ trunk/redmine/debian/patches/0009-Allows-environment-variables-to-setup-debian-paths.patch	2010-06-15 10:42:46 UTC (rev 5586)
@@ -88,7 +88,7 @@
 -
 -RailsFCGIHandler.process!
 +if ENV['RAILS_LOG']
-+  RailsFCGIHandler.process! File.join(ENV['RAILS_LOG'], 'fastcgi.crash.log'), 20 
++  RailsFCGIHandler.process! File.join(ENV['RAILS_LOG'], 'fastcgi.crash.log')
 +else
 +  RailsFCGIHandler.process!
 +end




More information about the Pkg-ruby-extras-commits mailing list