Skip to content

Commit

Permalink
Version 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pamaddox authored Aug 25, 2023
1 parent 299998f commit 5274254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## 2.5

### 2.5.3

* Fix issue where the URL string on incoming HTTP2 requests was not being escaped properly.
* Fix issue where floated HTTP2 connections would resume before being triggered.

Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif

SEMVER_MAJOR=2
SEMVER_MINOR=5
SEMVER_PATCH=2
SEMVER_PATCH=3
LIBMTEV_VERSION=$(SEMVER_MAJOR).$(SEMVER_MINOR).$(SEMVER_PATCH)

prefix=@prefix@
Expand Down

0 comments on commit 5274254

Please sign in to comment.