Skip to content

Commit 3d85e07

Browse files
author
Stefan Eissing
committed
update changelog, bumped to 0.2.2
1 parent 66b4cc6 commit 3d85e07

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
v0.2.2
3+
--------------------------------------------------------------------------------
4+
* optimizations on response reads
5+
* being more apacheeeish, using APR_RINGs for queue handling
26
* using openssl latest.tar.gz to retrieve latest openssl for sandbox
37
* fixed crash in large request header handling
48
* better flushing of stream io resulting in performance improvements

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515

1616
AC_PREREQ([2.69])
17-
AC_INIT([mod_h2], [0.2.1], [[email protected]])
17+
AC_INIT([mod_h2], [0.2.2], [[email protected]])
1818

1919
LT_PREREQ([2.2.6])
2020
LT_INIT()

0 commit comments

Comments
 (0)