Skip to content

Commit

Permalink
v1.0.14, fixed segfault in connection shutdown, added accept-push-pol…
Browse files Browse the repository at this point in the history
…icy support
  • Loading branch information
Stefan Eissing committed Dec 23, 2015
1 parent ed46bbf commit a121324
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
v1.0.14
--------------------------------------------------------------------------------
* fixed segfault on connection shutdown
* added support for accept-push-policy headers, see
https://tools.ietf.org/html/draft-ruellan-http-accept-push-policy-00

v1.0.13
--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion mod_http2/h2_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @macro
* Version number of the h2 module as c string
*/
#define MOD_HTTP2_VERSION "1.0.14-DEVa"
#define MOD_HTTP2_VERSION "1.0.14"

/**
* @macro
Expand Down

0 comments on commit a121324

Please sign in to comment.