From 57ea9e478556ac0f48aaf00ab34a20714788dfca Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 14 Aug 2023 11:15:09 +0200 Subject: [PATCH 1/2] chg: [doc] version v1.8 released --- ChangeLog | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 64 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5add746..e649502 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,69 @@ # Changelog +## v1.8 (2023-08-14) + +### Changes + +* [doc] typo fixed. [Alexandre Dulaunoy] + +* [doc] v1.7 released + new changelog. [Alexandre Dulaunoy] + +### Other + +* Merge pull request #82 from wllm-rbnt/cmake. [Alexandre Dulaunoy] + + cmake + +* Add date to version output. [William Robinet] + +* Add comment for MacOS. [William Robinet] + +* Make it work on OpenBSD and FreeBSD. [William Robinet] + +* Add install target for man page. [William Robinet] + +* Set binary install target, update doc. [William Robinet] + +* Update README & fix version. [William Robinet] + +* Update gh workflows. [William Robinet] + +* Print meaningful error messages. [William Robinet] + +* Lower cmake version requirement (Ubuntu Focal) [William Robinet] + +* Add FindJSONC.cmake module + fix CMakeLists.txt. [William Robinet] + +* Remove autotools files. [William Robinet] + +* Initial cmake setup. [William Robinet] + +* Merge pull request #80 from wllm-rbnt/ts. [Alexandre Dulaunoy] + + Add -z option for printing timestamps in front of TCP headers + +* Add -z option for printing timestamps in front of TCP headers. [William Robinet] + +* Merge pull request #79 from robert-scheck/dependabot. [Alexandre Dulaunoy] + + Add dependabot configuration + +* Add dependabot configuration. [Robert Scheck] + +* Merge pull request #77 from robert-scheck/macos. [Alexandre Dulaunoy] + + Add macOS to CI builds + +* Add macOS to CI builds. [Robert Scheck] + +* Merge pull request #76 from robert-scheck/workflow-compiler. [Alexandre Dulaunoy] + + Switch to gcc-12 (default: gcc-11), clang-14 is newest in ubuntu-latest + +* Switch to gcc-12 (default: gcc-11), clang-14 is newest in ubuntu-latest. [Robert Scheck] + + ## v1.7 (2023-04-09) ### Changes diff --git a/README.md b/README.md index a9aaf5a..1282d7f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Release and tagging -- Current version of ssldump is [v1.7](https://github.com/adulau/ssldump/releases/tag/v1.7) (released: 2023-04-09) - [ChangeLog](https://raw.githubusercontent.com/adulau/ssldump/master/ChangeLog) +- Current version of ssldump is [v1.8](https://github.com/adulau/ssldump/releases/tag/v1.8) (released: 2023-08-14) - [ChangeLog](https://raw.githubusercontent.com/adulau/ssldump/master/ChangeLog) # What about the original ssldump? From e8502ef1f6685919b96e584ad5d312632416f5d1 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 14 Aug 2023 16:34:15 +0200 Subject: [PATCH 2/2] chg: [doc/ref] version updated --- CMakeLists.txt | 2 +- ssldump.1 | 2 +- ssldump.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de5f87d..106d691 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(CheckSymbolExists) project( ssldump VERSION 1.8 - DESCRIPTION 20230811 + DESCRIPTION 20230814 LANGUAGES C ) diff --git a/ssldump.1 b/ssldump.1 index 474c309..b6e0526 100644 --- a/ssldump.1 +++ b/ssldump.1 @@ -54,7 +54,7 @@ .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY SUCH DAMAGE. -.TH SSLDUMP 1 "9th April 2023 - version 1.7" +.TH SSLDUMP 1 "14th August 2023 - version 1.8" .SH NAME ssldump \- dump SSL traffic on a network .SH SYNOPSIS diff --git a/ssldump.md b/ssldump.md index aa61f2d..109430c 100644 --- a/ssldump.md +++ b/ssldump.md @@ -1,6 +1,6 @@ # ssldump(1) - dump SSL traffic on a network -9th April 2023 - version 1.7 +14 August 2023 - version 1.8 ``` .na ssldump [ -aAdeFHjnNPqtTvxXyz ] [ -i interface ]