File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ Release 3.0.16
2
+ --------------
3
+
4
+ * Fixed a Ruby 1.9 encoding-related bug in the memory measurer.
5
+ (Phusion Passenger Enterprise)
6
+
7
+
1
8
Release 3.0.15
2
9
--------------
3
10
Original file line number Diff line number Diff line change 26
26
#define _PASSENGER_CONSTANTS_H_
27
27
28
28
/* Don't forget to update lib/phusion_passenger.rb too. */
29
- #define PASSENGER_VERSION "3.0.15 "
29
+ #define PASSENGER_VERSION "3.0.16 "
30
30
31
31
#define FEEDBACK_FD 3
32
32
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ module PhusionPassenger
25
25
###### Version numbers ######
26
26
27
27
# Phusion Passenger version number. Don't forget to edit ext/common/Constants.h too.
28
- VERSION_STRING = '3.0.15 '
28
+ VERSION_STRING = '3.0.16 '
29
29
30
30
PREFERRED_NGINX_VERSION = '1.2.2'
31
31
PREFERRED_PCRE_VERSION = '8.30'
You can’t perform that action at this time.
0 commit comments