Skip to content

Commit

Permalink
Prepare for release of 3.0 alpha 6
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <[email protected]>
  • Loading branch information
mattcaswell committed Aug 6, 2020
1 parent 0f84cbc commit e3ec802
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ OpenSSL Releases
OpenSSL 3.0
-----------

### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
### Changes between 1.1.1 and 3.0 alpha 6 [6 Aug 2020]

* Allow SSL_set1_host() and SSL_add1_host() to take IP literal addresses
as well as actual hostnames.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ OpenSSL Releases
OpenSSL 3.0
-----------

### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 [under development]
### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 alpha 6 [in pre-release]

* Deprecated the `ENGINE` API.
* Added `OPENSSL_CTX`, a libcrypto library context.
Expand Down
4 changes: 2 additions & 2 deletions VERSION.dat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MAJOR=3
MINOR=0
PATCH=0
PRE_RELEASE_TAG=alpha6-dev
PRE_RELEASE_TAG=alpha6
BUILD_METADATA=
RELEASE_DATE=""
RELEASE_DATE="6 Aug 2020"
SHLIB_VERSION=3

0 comments on commit e3ec802

Please sign in to comment.