Skip to content

Commit

Permalink
Version update to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-beilis committed May 16, 2018
1 parent cf875f7 commit b72b199
Show file tree
Hide file tree
Showing 22 changed files with 38 additions and 38 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion tests/disco_test_async_cgi_multiple.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion tests/disco_test_async_cgi_nonblocking.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion tests/disco_test_async_cgi_single.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion tests/disco_test_gzip_cgi.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion tests/disco_test_norm_cgi.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

6 changes: 3 additions & 3 deletions tests/proto_test_http_1.out
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

6 changes: 3 additions & 3 deletions tests/proto_test_http_2.out
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

6 changes: 3 additions & 3 deletions tests/proto_test_http_4.out
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions tests/proto_test_http_5.out
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion tests/proto_test_scgi_1.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 2 additions & 2 deletions tests/proto_test_scgi_1.out
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

2 changes: 1 addition & 1 deletion tests/proto_test_scgi_2.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 2 additions & 2 deletions tests/proto_test_scgi_2.out
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

2 changes: 1 addition & 1 deletion tests/proto_test_scgi_3.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions tests/proto_test_scgi_3.out
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion tests/proto_test_scgi_4.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 2 additions & 2 deletions tests/proto_test_scgi_4.out
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

2 changes: 1 addition & 1 deletion tests/proto_test_scgi_5.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 2 additions & 2 deletions tests/proto_test_scgi_5.out
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

2 changes: 1 addition & 1 deletion tests/proto_test_scgi_6.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 2 additions & 2 deletions tests/proto_test_scgi_6.out
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit b72b199

Please sign in to comment.