File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- Release 3.0.16
1
+ Release 3.0.17
2
2
--------------
3
3
4
4
* Fixed a Ruby 1.9 encoding-related bug in the memory measurer.
@@ -10,6 +10,8 @@ Release 3.0.16
10
10
* Fixed various compilation warnings.
11
11
* Upgraded preferred Nginx version to 1.2.3.
12
12
13
+ 3.0.16 was an unofficial hotfix release, and so its announcement had been skipped.
14
+
13
15
14
16
Release 3.0.15
15
17
--------------
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.16 "
29
+ #define PASSENGER_VERSION "3.0.17 "
30
30
31
31
#define FEEDBACK_FD 3
32
32
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ 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.16 '
28
+ VERSION_STRING = '3.0.17 '
29
29
30
30
PREFERRED_NGINX_VERSION = '1.2.3'
31
- PREFERRED_PCRE_VERSION = '8.30 '
31
+ PREFERRED_PCRE_VERSION = '8.31 '
32
32
STANDALONE_INTERFACE_VERSION = 1
33
33
34
34
You can’t perform that action at this time.
0 commit comments