We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Bump version number to 0.9.3
Hongli Lai (Phusion) (author)
Sat Mar 01 05:58:35 -0800 2008
commit  8d167348f9fd22650b1da183795988df03413da6
tree    f52a89408fc9c095dee7eff0346a70b8556a7115
parent  79c6223380f58d56cd5ce3dec21d5e34f44ea968
...
82
83
84
85
 
86
87
88
...
285
286
287
288
 
289
290
291
...
82
83
84
 
85
86
87
88
...
285
286
287
 
288
289
290
291
0
@@ -82,7 +82,7 @@ end
0
 class APACHE2
0
   CXXFLAGS = CXXFLAGS + " -fPIC -g -DPASSENGER_DEBUG #{APR1_FLAGS} #{APXS2_FLAGS} -I.."
0
   OBJECTS = {
0
- 'Configuration.o' => %w(Configuration.cpp),
0
+ 'Configuration.o' => %w(Configuration.cpp Configuration.h),
0
     'Hooks.o' => %w(Hooks.cpp Hooks.h
0
         Configuration.h ApplicationPool.h ApplicationPoolClientServer.h
0
         SpawnManager.h Exceptions.h Application.h MessageChannel.h
0
@@ -285,7 +285,7 @@ spec = Gem::Specification.new do |s|
0
   s.homepage = "http://passenger.phusion.nl/"
0
   s.summary = "Apache module for Ruby on Rails support."
0
   s.name = "passenger"
0
- s.version = "0.9.2" # Don't forget to edit Configuration.h too
0
+ s.version = "0.9.3" # Don't forget to edit Configuration.h too
0
   s.requirements << "fastthread" << "Apache 2 with development headers"
0
   s.require_path = "lib"
0
   s.add_dependency 'rake', '>= 0.8.1'
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@
0
  */
0
 
0
 /** Module version number. */
0
-#define PASSENGER_VERSION "0.9.2"
0
+#define PASSENGER_VERSION "0.9.3"
0
 
0
 #ifdef __cplusplus
0
   #include <set>

Comments

    No one has commented yet.