diff --git a/ChangeLog b/ChangeLog index 80fd27c..5add746 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,67 @@ # Changelog +## v1.7 (2023-04-09) + +### Changes + +* [doc] updated man page. [Alexandre Dulaunoy] + +* [CREDITS] new contributor added. [Alexandre Dulaunoy] + +* [doc] Add distribution including this version of ssldump. [Alexandre Dulaunoy] + +* [doc] v1.6 released. [Alexandre Dulaunoy] + +* [CREDITS] updated for version 1.6. [Alexandre Dulaunoy] + +* [doc] v1.6 release included. [Alexandre Dulaunoy] + +### Other + +* Merge branch 'lord8266-tls1.3' [Alexandre Dulaunoy] + +* Fix comment. [Vishwa Pravin] + +* Remove irrelevant log entries, fix session ticket for tls1.2. [Vishwa Pravin] + +* Adding tls1.3 decryption support. [Vishwa Pravin] + +* Merge pull request #73 from robert-scheck/fedora. [Alexandre Dulaunoy] + + Update Fedora link, mention RHEL/derivatives + +* Update Fedora link, mention RHEL/derivatives. [Robert Scheck] + +* Merge pull request #74 from robert-scheck/centos. [Alexandre Dulaunoy] + + Fix typo, mention RHEL derivative + +* Fix typo, mention RHEL derivative. [Robert Scheck] + +* Merge pull request #69 from robert-scheck/ci-openssl. [Alexandre Dulaunoy] + +* CI: libtls-dev -> libssl-dev. [Robert Scheck] + +* Merge pull request #67 from robert-scheck/codeql-analysis. [Alexandre Dulaunoy] + + Add CodeQL analysis + +* Add CodeQL analysis. [Robert Scheck] + +* Merge pull request #68 from robert-scheck/wrong-type. [Alexandre Dulaunoy] + + For Y2K38 on 32 bit systems `time_t tv_sec` can be `long long` + +* For Y2K38 on 32 bit systems `time_t tv_sec` can be `long long` [Robert Scheck] + +* Merge pull request #66 from robert-scheck/ci-matrix. [Alexandre Dulaunoy] + + Improve CI builds using matrix strategy + +* Improve CI builds using matrix strategy. [Robert Scheck] + + ## v1.6 (2023-02-03) ### Changes diff --git a/README.md b/README.md index 4ba2fbe..8a05659 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ # Release and tagging -- Current version of ssldump is [v1.6](https://github.com/adulau/ssldump/releases/tag/v1.6) (released: 2023-02-03) -- Previous version of ssldump is [v1.5](https://github.com/adulau/ssldump/releases/tag/v1.5) (released: 2022-05-26) - [ChangeLog](https://raw.githubusercontent.com/adulau/ssldump/master/ChangeLog) +- Current version of ssldump is [v1.7](https://github.com/adulau/ssldump/releases/tag/v1.7) (released: 2023-04-09) - [ChangeLog](ttps://raw.githubusercontent.com/adulau/ssldump/master/ChangeLog) # What about the original ssldump?