Skip to content

Commit

Permalink
Version 2.7.4 (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamaddox authored Aug 21, 2024
1 parent db468ab commit aecf9b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

## 2.7

* Fix bug where X509 OSCP errors were not being handled properly and could
### 2.7.4

* Fix bug where X509 OCSP errors were not being handled properly and could
cause Lua overflow errors.
* Fix bug where certificate dates would return errors if after the 32-bit
apocalypse.
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=7
SEMVER_PATCH=3
SEMVER_PATCH=4
LIBMTEV_VERSION=$(SEMVER_MAJOR).$(SEMVER_MINOR).$(SEMVER_PATCH)

prefix=@prefix@
Expand Down

0 comments on commit aecf9b5

Please sign in to comment.