From 7fe287946ebc85dd985e1b5f568eb5f28c54227e Mon Sep 17 00:00:00 2001 From: Artyom Beilis Date: Mon, 14 Aug 2017 12:01:37 +0300 Subject: [PATCH] Updated version to 1.1.1 --- CMakeLists.txt | 8 ++++---- tests/disco_test_async_cgi_multiple.in | 2 +- tests/disco_test_async_cgi_nonblocking.in | 2 +- tests/disco_test_async_cgi_single.in | 2 +- tests/disco_test_gzip_cgi.in | 2 +- tests/disco_test_norm_cgi.in | 2 +- tests/proto_test_http_1.out | 6 +++--- tests/proto_test_http_2.out | 6 +++--- tests/proto_test_http_4.out | 6 +++--- tests/proto_test_http_5.out | 6 +++--- tests/proto_test_scgi_1.in | 2 +- tests/proto_test_scgi_1.out | 4 ++-- tests/proto_test_scgi_2.in | 2 +- tests/proto_test_scgi_2.out | 4 ++-- tests/proto_test_scgi_3.in | 2 +- tests/proto_test_scgi_3.out | 4 ++-- tests/proto_test_scgi_4.in | 2 +- tests/proto_test_scgi_4.out | 4 ++-- tests/proto_test_scgi_5.in | 2 +- tests/proto_test_scgi_5.out | 4 ++-- 20 files changed, 36 insertions(+), 36 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34c8838..4068fb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,11 +4,11 @@ set(CMAKE_LEGACY_CYGWIN_WIN32 0) project(cppcms) set(CPPCMS_PACKAGE_NAME "CppCMS") -set(CPPCMS_PACKAGE_STRING "CppCMS/1.1.0") -set(CPPCMS_PACKAGE_VERSION "1.1.0") +set(CPPCMS_PACKAGE_STRING "CppCMS/1.1.1") +set(CPPCMS_PACKAGE_VERSION "1.1.1") -set(CPPCMS_VERSION "1.1.0") -set(BOOSTER_VERSION "1.1.0") +set(CPPCMS_VERSION "1.1.1") +set(BOOSTER_VERSION "1.1.1") set(CPPCMS_SOVERSION "1") set(BOOSTER_SOVERSION "0") diff --git a/tests/disco_test_async_cgi_multiple.in b/tests/disco_test_async_cgi_multiple.in index 83951e8..b91c6bd 100644 --- a/tests/disco_test_async_cgi_multiple.in +++ b/tests/disco_test_async_cgi_multiple.in @@ -7,5 +7,5 @@ SCRIPT_NAME:/async SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 diff --git a/tests/disco_test_async_cgi_nonblocking.in b/tests/disco_test_async_cgi_nonblocking.in index bea24a0..2cd2f16 100644 --- a/tests/disco_test_async_cgi_nonblocking.in +++ b/tests/disco_test_async_cgi_nonblocking.in @@ -7,5 +7,5 @@ SCRIPT_NAME:/nonblocking SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 diff --git a/tests/disco_test_async_cgi_single.in b/tests/disco_test_async_cgi_single.in index 916b49b..7b7de79 100644 --- a/tests/disco_test_async_cgi_single.in +++ b/tests/disco_test_async_cgi_single.in @@ -7,5 +7,5 @@ SCRIPT_NAME:/async SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 diff --git a/tests/disco_test_gzip_cgi.in b/tests/disco_test_gzip_cgi.in index 1008a00..3e0bcaa 100644 --- a/tests/disco_test_gzip_cgi.in +++ b/tests/disco_test_gzip_cgi.in @@ -8,5 +8,5 @@ SCRIPT_NAME:/sync SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 diff --git a/tests/disco_test_norm_cgi.in b/tests/disco_test_norm_cgi.in index 5645831..a7e22e2 100644 --- a/tests/disco_test_norm_cgi.in +++ b/tests/disco_test_norm_cgi.in @@ -7,5 +7,5 @@ SCRIPT_NAME:/sync SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 diff --git a/tests/proto_test_http_1.out b/tests/proto_test_http_1.out index 74dcdd4..35e3620 100644 --- a/tests/proto_test_http_1.out +++ b/tests/proto_test_http_1.out @@ -1,8 +1,8 @@ HTTP/1.0 200 Ok -Server: CppCMS-Embedded/1.1.0 +Server: CppCMS-Embedded/1.1.1 Connection: close Content-Type: text/plain; charset=utf-8 -X-Powered-By: CppCMS/1.1.0 +X-Powered-By: CppCMS/1.1.1 GATEWAY_INTERFACE:CGI/1.0 PATH_INFO: @@ -13,5 +13,5 @@ SCRIPT_NAME:/test SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 diff --git a/tests/proto_test_http_2.out b/tests/proto_test_http_2.out index 52a5721..a3622ab 100644 --- a/tests/proto_test_http_2.out +++ b/tests/proto_test_http_2.out @@ -1,8 +1,8 @@ HTTP/1.0 200 Ok -Server: CppCMS-Embedded/1.1.0 +Server: CppCMS-Embedded/1.1.1 Connection: close Content-Type: text/plain; charset=utf-8 -X-Powered-By: CppCMS/1.1.0 +X-Powered-By: CppCMS/1.1.1 GATEWAY_INTERFACE:CGI/1.0 HTTP_ACCEPT_ENCODING:gzip @@ -14,5 +14,5 @@ SCRIPT_NAME:/test SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 diff --git a/tests/proto_test_http_4.out b/tests/proto_test_http_4.out index c459bf2..d58d74b 100644 --- a/tests/proto_test_http_4.out +++ b/tests/proto_test_http_4.out @@ -1,8 +1,8 @@ HTTP/1.0 200 Ok -Server: CppCMS-Embedded/1.1.0 +Server: CppCMS-Embedded/1.1.1 Connection: close Content-Type: text/plain; charset=utf-8 -X-Powered-By: CppCMS/1.1.0 +X-Powered-By: CppCMS/1.1.1 CONTENT_LENGTH:11 CONTENT_TYPE:application/x-www-form-urlencoded @@ -15,7 +15,7 @@ SCRIPT_NAME:/test SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 1=2 foo=bar diff --git a/tests/proto_test_http_5.out b/tests/proto_test_http_5.out index 4d0f23d..aa5c97c 100644 --- a/tests/proto_test_http_5.out +++ b/tests/proto_test_http_5.out @@ -1,8 +1,8 @@ HTTP/1.0 200 Ok -Server: CppCMS-Embedded/1.1.0 +Server: CppCMS-Embedded/1.1.1 Connection: close Content-Type: text/plain; charset=utf-8 -X-Powered-By: CppCMS/1.1.0 +X-Powered-By: CppCMS/1.1.1 CONTENT_LENGTH:11 CONTENT_TYPE:application/x-www-form-urlencoded; charset=utf-8 @@ -15,7 +15,7 @@ SCRIPT_NAME:/test SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 1=2 foo=bar diff --git a/tests/proto_test_scgi_1.in b/tests/proto_test_scgi_1.in index caff3b0..2a85a94 100644 --- a/tests/proto_test_scgi_1.in +++ b/tests/proto_test_scgi_1.in @@ -7,5 +7,5 @@ SCRIPT_NAME:/test SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 diff --git a/tests/proto_test_scgi_1.out b/tests/proto_test_scgi_1.out index e02c278..4d7f43e 100644 --- a/tests/proto_test_scgi_1.out +++ b/tests/proto_test_scgi_1.out @@ -1,5 +1,5 @@ Content-Type: text/plain; charset=utf-8 -X-Powered-By: CppCMS/1.1.0 +X-Powered-By: CppCMS/1.1.1 CONTENT_LENGTH:0 GATEWAY_INTERFACE:CGI/1.0 @@ -11,5 +11,5 @@ SCRIPT_NAME:/test SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 diff --git a/tests/proto_test_scgi_2.in b/tests/proto_test_scgi_2.in index 135df02..88d6739 100644 --- a/tests/proto_test_scgi_2.in +++ b/tests/proto_test_scgi_2.in @@ -8,5 +8,5 @@ SCRIPT_NAME:/test SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 diff --git a/tests/proto_test_scgi_2.out b/tests/proto_test_scgi_2.out index 1123308..6e4294b 100644 --- a/tests/proto_test_scgi_2.out +++ b/tests/proto_test_scgi_2.out @@ -1,5 +1,5 @@ Content-Type: text/plain; charset=utf-8 -X-Powered-By: CppCMS/1.1.0 +X-Powered-By: CppCMS/1.1.1 CONTENT_LENGTH:0 GATEWAY_INTERFACE:CGI/1.0 @@ -12,5 +12,5 @@ SCRIPT_NAME:/test SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 diff --git a/tests/proto_test_scgi_3.in b/tests/proto_test_scgi_3.in index b1b680d..2a7c191 100644 --- a/tests/proto_test_scgi_3.in +++ b/tests/proto_test_scgi_3.in @@ -8,6 +8,6 @@ SCRIPT_NAME:/test SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 foo=bar&1=2 \ No newline at end of file diff --git a/tests/proto_test_scgi_3.out b/tests/proto_test_scgi_3.out index 007f2ee..16502b6 100644 --- a/tests/proto_test_scgi_3.out +++ b/tests/proto_test_scgi_3.out @@ -1,5 +1,5 @@ Content-Type: text/plain; charset=utf-8 -X-Powered-By: CppCMS/1.1.0 +X-Powered-By: CppCMS/1.1.1 CONTENT_LENGTH:11 CONTENT_TYPE:application/x-www-form-urlencoded; charset=utf-8 @@ -12,7 +12,7 @@ SCRIPT_NAME:/test SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 1=2 foo=bar diff --git a/tests/proto_test_scgi_4.in b/tests/proto_test_scgi_4.in index 0ceb009..71a38d6 100644 --- a/tests/proto_test_scgi_4.in +++ b/tests/proto_test_scgi_4.in @@ -8,5 +8,5 @@ SERVER_NAME:127.0.0.1 SERVER_PORT:8080 TEST:12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 diff --git a/tests/proto_test_scgi_4.out b/tests/proto_test_scgi_4.out index 6364a3a..7a2e025 100644 --- a/tests/proto_test_scgi_4.out +++ b/tests/proto_test_scgi_4.out @@ -1,5 +1,5 @@ Content-Type: text/plain; charset=utf-8 -X-Powered-By: CppCMS/1.1.0 +X-Powered-By: CppCMS/1.1.1 CONTENT_LENGTH:0 GATEWAY_INTERFACE:CGI/1.0 @@ -11,6 +11,6 @@ SCRIPT_NAME:/test SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 TEST:12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 diff --git a/tests/proto_test_scgi_5.in b/tests/proto_test_scgi_5.in index 91e7bea..1d607b1 100644 --- a/tests/proto_test_scgi_5.in +++ b/tests/proto_test_scgi_5.in @@ -8,5 +8,5 @@ SERVER_NAME:127.0.0.1 SERVER_PORT:8080 TEST1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789:0 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 diff --git a/tests/proto_test_scgi_5.out b/tests/proto_test_scgi_5.out index c45f7e6..b030a4b 100644 --- a/tests/proto_test_scgi_5.out +++ b/tests/proto_test_scgi_5.out @@ -1,5 +1,5 @@ Content-Type: text/plain; charset=utf-8 -X-Powered-By: CppCMS/1.1.0 +X-Powered-By: CppCMS/1.1.1 CONTENT_LENGTH:0 GATEWAY_INTERFACE:CGI/1.0 @@ -11,6 +11,6 @@ SCRIPT_NAME:/test SERVER_NAME:127.0.0.1 SERVER_PORT:8080 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.1.0 +SERVER_SOFTWARE:CppCMS/1.1.1 TEST1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789:0