diff --git a/CMakeLists.txt b/CMakeLists.txt index 23940c1..5ce0d53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,10 +4,10 @@ set(CMAKE_LEGACY_CYGWIN_WIN32 0) project(cppcms) set(CPPCMS_PACKAGE_NAME "CppCMS") -set(CPPCMS_PACKAGE_STRING "CppCMS/1.2.0") -set(CPPCMS_PACKAGE_VERSION "1.2.0") +set(CPPCMS_PACKAGE_STRING "CppCMS/1.2.1") +set(CPPCMS_PACKAGE_VERSION "1.2.1") -set(CPPCMS_VERSION "1.2.0") +set(CPPCMS_VERSION "1.2.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 0c47a3e..f0dc4e7 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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 diff --git a/tests/disco_test_async_cgi_nonblocking.in b/tests/disco_test_async_cgi_nonblocking.in index 0e27708..4fdc366 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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 diff --git a/tests/disco_test_async_cgi_single.in b/tests/disco_test_async_cgi_single.in index 1b77c9d..5b9db4c 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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 diff --git a/tests/disco_test_gzip_cgi.in b/tests/disco_test_gzip_cgi.in index 6392fe7..7cf7b1b 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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 diff --git a/tests/disco_test_norm_cgi.in b/tests/disco_test_norm_cgi.in index fa1c201..0c5db11 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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 diff --git a/tests/proto_test_http_1.out b/tests/proto_test_http_1.out index ff98859..5477d4e 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.2.0 +Server: CppCMS-Embedded/1.2.1 Connection: close Content-Type: text/plain; charset=utf-8 -X-Powered-By: CppCMS/1.2.0 +X-Powered-By: CppCMS/1.2.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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 diff --git a/tests/proto_test_http_2.out b/tests/proto_test_http_2.out index a1c14d5..c0a5ae4 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.2.0 +Server: CppCMS-Embedded/1.2.1 Connection: close Content-Type: text/plain; charset=utf-8 -X-Powered-By: CppCMS/1.2.0 +X-Powered-By: CppCMS/1.2.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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 diff --git a/tests/proto_test_http_4.out b/tests/proto_test_http_4.out index 41381b0..48d093b 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.2.0 +Server: CppCMS-Embedded/1.2.1 Connection: close Content-Type: text/plain; charset=utf-8 -X-Powered-By: CppCMS/1.2.0 +X-Powered-By: CppCMS/1.2.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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 1=2 foo=bar diff --git a/tests/proto_test_http_5.out b/tests/proto_test_http_5.out index ac4ef5a..f719e2e 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.2.0 +Server: CppCMS-Embedded/1.2.1 Connection: close Content-Type: text/plain; charset=utf-8 -X-Powered-By: CppCMS/1.2.0 +X-Powered-By: CppCMS/1.2.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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 1=2 foo=bar diff --git a/tests/proto_test_scgi_1.in b/tests/proto_test_scgi_1.in index 25ea58d..f59977a 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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 diff --git a/tests/proto_test_scgi_1.out b/tests/proto_test_scgi_1.out index 2f7255a..1d07073 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.2.0 +X-Powered-By: CppCMS/1.2.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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 diff --git a/tests/proto_test_scgi_2.in b/tests/proto_test_scgi_2.in index f7c3535..1c7a2b6 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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 diff --git a/tests/proto_test_scgi_2.out b/tests/proto_test_scgi_2.out index 6b7da78..90deed9 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.2.0 +X-Powered-By: CppCMS/1.2.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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 diff --git a/tests/proto_test_scgi_3.in b/tests/proto_test_scgi_3.in index 7fae1d9..52a0739 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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.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 c504842..18b6b30 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.2.0 +X-Powered-By: CppCMS/1.2.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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 1=2 foo=bar diff --git a/tests/proto_test_scgi_4.in b/tests/proto_test_scgi_4.in index 679393f..8737961 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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 diff --git a/tests/proto_test_scgi_4.out b/tests/proto_test_scgi_4.out index e302e5e..d516108 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.2.0 +X-Powered-By: CppCMS/1.2.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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 TEST:12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 diff --git a/tests/proto_test_scgi_5.in b/tests/proto_test_scgi_5.in index be80900..b241ff6 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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 diff --git a/tests/proto_test_scgi_5.out b/tests/proto_test_scgi_5.out index bc890c9..214562c 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.2.0 +X-Powered-By: CppCMS/1.2.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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 TEST1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789:0 diff --git a/tests/proto_test_scgi_6.in b/tests/proto_test_scgi_6.in index 79ef9c0..fc12ebe 100644 --- a/tests/proto_test_scgi_6.in +++ b/tests/proto_test_scgi_6.in @@ -8,5 +8,5 @@ SERVER_NAME:127.0.0.1 SERVER_PORT:8080 LONG_MESSAGE:30000 SERVER_PROTOCOL:HTTP/1.0 -SERVER_SOFTWARE:CppCMS/1.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 diff --git a/tests/proto_test_scgi_6.out b/tests/proto_test_scgi_6.out index 6fdc259..84db4a6 100644 --- a/tests/proto_test_scgi_6.out +++ b/tests/proto_test_scgi_6.out @@ -1,5 +1,5 @@ Content-Type: text/plain; charset=utf-8 -X-Powered-By: CppCMS/1.2.0 +X-Powered-By: CppCMS/1.2.1 CONTENT_LENGTH:0 GATEWAY_INTERFACE:CGI/1.0 @@ -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.2.0 +SERVER_SOFTWARE:CppCMS/1.2.1 00001 00002