Skip to content

Commit

Permalink
Post update tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 1, 2018
1 parent f5f74b3 commit 5d397cb
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,3 +1,10 @@
Release 5.3.5 (Not yet released)
-------------

*



Release 5.3.4
-------------------------------

Expand Down
6 changes: 3 additions & 3 deletions dev/configkit-schemas/index.json
Expand Up @@ -293,7 +293,7 @@
"type" : "unsigned integer"
},
"server_software" : {
"default_value" : "Phusion_Passenger/5.3.4",
"default_value" : "Phusion_Passenger/5.3.5",
"has_default_value" : "static",
"type" : "string"
},
Expand Down Expand Up @@ -795,7 +795,7 @@
"type" : "string"
},
"server_software" : {
"default_value" : "Phusion_Passenger/5.3.4",
"default_value" : "Phusion_Passenger/5.3.5",
"has_default_value" : "static",
"type" : "string"
},
Expand Down Expand Up @@ -1517,7 +1517,7 @@
"type" : "string"
},
"server_software" : {
"default_value" : "Phusion_Passenger/5.3.4",
"default_value" : "Phusion_Passenger/5.3.5",
"has_default_value" : "static",
"type" : "string"
},
Expand Down
2 changes: 1 addition & 1 deletion src/agent/Core/Config.h
Expand Up @@ -154,7 +154,7 @@ using namespace std;
* security_update_checker_interval unsigned integer - default(86400)
* security_update_checker_proxy_url string - -
* security_update_checker_url string - default("https://securitycheck.phusionpassenger.com/v1/check.json")
* server_software string - default("Phusion_Passenger/5.3.4")
* server_software string - default("Phusion_Passenger/5.3.5")
* show_version_in_header boolean - default(true)
* single_app_mode_app_root string - default,read_only
* single_app_mode_app_type string - read_only
Expand Down
2 changes: 1 addition & 1 deletion src/agent/Core/Controller/Config.h
Expand Up @@ -113,7 +113,7 @@ parseControllerBenchmarkMode(const StaticString &mode) {
* multi_app boolean - default(true),read_only
* request_freelist_limit unsigned integer - default(1024)
* response_buffer_high_watermark unsigned integer - default(134217728)
* server_software string - default("Phusion_Passenger/5.3.4")
* server_software string - default("Phusion_Passenger/5.3.5")
* show_version_in_header boolean - default(true)
* start_reading_after_accept boolean - default(true)
* stat_throttle_rate unsigned integer - default(10)
Expand Down
2 changes: 1 addition & 1 deletion src/agent/Watchdog/Config.h
Expand Up @@ -146,7 +146,7 @@ using namespace std;
* security_update_checker_interval unsigned integer - default(86400)
* security_update_checker_proxy_url string - -
* security_update_checker_url string - default("https://securitycheck.phusionpassenger.com/v1/check.json")
* server_software string - default("Phusion_Passenger/5.3.4")
* server_software string - default("Phusion_Passenger/5.3.5")
* setsid boolean - default(false)
* show_version_in_header boolean - default(true)
* single_app_mode_app_root string - default,read_only
Expand Down
2 changes: 1 addition & 1 deletion src/cxx_supportlib/Constants.h
Expand Up @@ -81,7 +81,7 @@
#define PASSENGER_API_VERSION_MAJOR 0
#define PASSENGER_API_VERSION_MINOR 3
#define PASSENGER_DEFAULT_USER "nobody"
#define PASSENGER_VERSION "5.3.4"
#define PASSENGER_VERSION "5.3.5"
#define POOL_HELPER_THREAD_STACK_SIZE 262144
#define PROCESS_SHUTDOWN_TIMEOUT 60
#define PROCESS_SHUTDOWN_TIMEOUT_DISPLAY "1 minute"
Expand Down
2 changes: 1 addition & 1 deletion src/ruby_supportlib/phusion_passenger.rb
Expand Up @@ -31,7 +31,7 @@ module PhusionPassenger

PACKAGE_NAME = 'passenger'
# Run 'rake src/cxx_supportlib/Constants.h configkit_schemas_inline_comments' after changing this number.
VERSION_STRING = '5.3.4'
VERSION_STRING = '5.3.5'

PREFERRED_NGINX_VERSION = '1.14.0'
NGINX_SHA256_CHECKSUM = '5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
Expand Down

0 comments on commit 5d397cb

Please sign in to comment.