Browse Source

Version update to 1.2.1

master
Artyom Beilis 6 years ago
parent
commit
b72b199157
22 changed files with 38 additions and 38 deletions
  1. +3
    -3
      CMakeLists.txt
  2. +1
    -1
      tests/disco_test_async_cgi_multiple.in
  3. +1
    -1
      tests/disco_test_async_cgi_nonblocking.in
  4. +1
    -1
      tests/disco_test_async_cgi_single.in
  5. +1
    -1
      tests/disco_test_gzip_cgi.in
  6. +1
    -1
      tests/disco_test_norm_cgi.in
  7. +3
    -3
      tests/proto_test_http_1.out
  8. +3
    -3
      tests/proto_test_http_2.out
  9. +3
    -3
      tests/proto_test_http_4.out
  10. +3
    -3
      tests/proto_test_http_5.out
  11. +1
    -1
      tests/proto_test_scgi_1.in
  12. +2
    -2
      tests/proto_test_scgi_1.out
  13. +1
    -1
      tests/proto_test_scgi_2.in
  14. +2
    -2
      tests/proto_test_scgi_2.out
  15. +1
    -1
      tests/proto_test_scgi_3.in
  16. +2
    -2
      tests/proto_test_scgi_3.out
  17. +1
    -1
      tests/proto_test_scgi_4.in
  18. +2
    -2
      tests/proto_test_scgi_4.out
  19. +1
    -1
      tests/proto_test_scgi_5.in
  20. +2
    -2
      tests/proto_test_scgi_5.out
  21. +1
    -1
      tests/proto_test_scgi_6.in
  22. +2
    -2
      tests/proto_test_scgi_6.out

+ 3
- 3
CMakeLists.txt View File

@@ -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")


+ 1
- 1
tests/disco_test_async_cgi_multiple.in View File

@@ -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


+ 1
- 1
tests/disco_test_async_cgi_nonblocking.in View File

@@ -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


+ 1
- 1
tests/disco_test_async_cgi_single.in View File

@@ -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


+ 1
- 1
tests/disco_test_gzip_cgi.in View File

@@ -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


+ 1
- 1
tests/disco_test_norm_cgi.in View File

@@ -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


+ 3
- 3
tests/proto_test_http_1.out View File

@@ -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


+ 3
- 3
tests/proto_test_http_2.out View File

@@ -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


+ 3
- 3
tests/proto_test_http_4.out View File

@@ -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

+ 3
- 3
tests/proto_test_http_5.out View File

@@ -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

+ 1
- 1
tests/proto_test_scgi_1.in View File

@@ -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


+ 2
- 2
tests/proto_test_scgi_1.out View File

@@ -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


+ 1
- 1
tests/proto_test_scgi_2.in View File

@@ -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


+ 2
- 2
tests/proto_test_scgi_2.out View File

@@ -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


+ 1
- 1
tests/proto_test_scgi_3.in View File

@@ -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

+ 2
- 2
tests/proto_test_scgi_3.out View File

@@ -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

+ 1
- 1
tests/proto_test_scgi_4.in View File

@@ -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


+ 2
- 2
tests/proto_test_scgi_4.out View File

@@ -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


+ 1
- 1
tests/proto_test_scgi_5.in View File

@@ -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


+ 2
- 2
tests/proto_test_scgi_5.out View File

@@ -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


+ 1
- 1
tests/proto_test_scgi_6.in View File

@@ -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


+ 2
- 2
tests/proto_test_scgi_6.out View File

@@ -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


Loading…
Cancel
Save