Skip to content

Commit

Permalink
releng for 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Dec 15, 2017
1 parent 24cdb66 commit 42934e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ PROJECT(h2o)

SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "2")
SET(VERSION_PATCH "3")
SET(VERSION_PATCH "4")
SET(VERSION_PRERELEASE "")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_PRERELEASE}")
SET(LIBRARY_VERSION_MAJOR "0")
SET(LIBRARY_VERSION_MINOR "13")
SET(LIBRARY_VERSION_PATCH "3")
SET(LIBRARY_VERSION_PATCH "4")
SET(LIBRARY_VERSION "${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}.${LIBRARY_VERSION_PATCH}${VERSION_PRERELEASE}")
SET(LIBRARY_SOVERSION "${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}")

Expand Down
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for H2O.

2.2.4 TBD
2.2.4 2017-12-15 07:00:00+0000
- [security fix][access-log][ssl] fix crash when logging TLS 1.3 properties CVE-2017-10872 #1543 (MITSUNARI Shigeo)
- [security fix][http2] fix crash when handling malformed HTTP/2 request CVE-2017-10908 #1544 (Kazuho Oku)
- [access-log][compress] `%b` should log the amount of data sent after compression #1478 (Ichito Nagata)
Expand Down
6 changes: 3 additions & 3 deletions include/h2o/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
#ifndef h2o__version_h
#define h2o__version_h

#define H2O_VERSION "2.2.3"
#define H2O_VERSION "2.2.4"

#define H2O_VERSION_MAJOR 2
#define H2O_VERSION_MINOR 2
#define H2O_VERSION_PATCH 3
#define H2O_VERSION_PATCH 4

#define H2O_LIBRARY_VERSION_MAJOR 0
#define H2O_LIBRARY_VERSION_MINOR 13
#define H2O_LIBRARY_VERSION_PATCH 3
#define H2O_LIBRARY_VERSION_PATCH 4

#endif

0 comments on commit 42934e6

Please sign in to comment.