Skip to content

Commit

Permalink
releng for 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Aug 12, 2019
1 parent 743d6b6 commit 7359e98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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 "5")
SET(VERSION_PATCH "6")
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 "5")
SET(LIBRARY_VERSION_PATCH "6")
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
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for H2O.

2.2.6 2019-08-13 17:00:00+0000
- [security fix][http2] fix HTTP/2 DoS attack vectors CVE-2019-9512 CVE-2019-9514 CVE-2019-9515 #2090 (Kazuho Oku)

2.2.5 2018-06-01 08:00:00+0000
- [security fix][access-log] fix buffer overflow CVE-2018-0608 #1775 (Frederik Deweerdt)
- [fastcgi] index file name must be part of SCRIPT_NAME #1650 (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.5"
#define H2O_VERSION "2.2.6"

#define H2O_VERSION_MAJOR 2
#define H2O_VERSION_MINOR 2
#define H2O_VERSION_PATCH 5
#define H2O_VERSION_PATCH 6

#define H2O_LIBRARY_VERSION_MAJOR 0
#define H2O_LIBRARY_VERSION_MINOR 13
#define H2O_LIBRARY_VERSION_PATCH 5
#define H2O_LIBRARY_VERSION_PATCH 6

#endif

0 comments on commit 7359e98

Please sign in to comment.