Skip to content

Commit

Permalink
update changelog, bumped to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Eissing committed Mar 24, 2015
1 parent 66b4cc6 commit 3d85e07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

v0.2.2
--------------------------------------------------------------------------------
* optimizations on response reads
* being more apacheeeish, using APR_RINGs for queue handling
* using openssl latest.tar.gz to retrieve latest openssl for sandbox
* fixed crash in large request header handling
* better flushing of stream io resulting in performance improvements
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#

AC_PREREQ([2.69])
AC_INIT([mod_h2], [0.2.1], [[email protected]])
AC_INIT([mod_h2], [0.2.2], [[email protected]])

LT_PREREQ([2.2.6])
LT_INIT()
Expand Down

0 comments on commit 3d85e07

Please sign in to comment.