From f3179cf74898ef28c7a96b939df7d7145460f3ac Mon Sep 17 00:00:00 2001 From: PartialVolume <22084881+PartialVolume@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:44:06 +0100 Subject: [PATCH] Bump version to 0.35 --- CHANGELOG.md | 5 +++++ configure.ac | 2 +- man/nwipe.1 | 2 +- src/version.c | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0fd39ba..4955f608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ RELEASE NOTES ============= +v0.35 +- Nwipe will now optionally create a multi-page PDF certificate that shows details of a specific discs erasure. The first page forms the certificate of erasure and subsequent pages show the drives smart data. See snapshots below. + +MORE INFO TO BE ADDED .. + v0.34 ----------------------- - Fix a compiler warning -Wformat-zero-length string diff --git a/configure.ac b/configure.ac index e88748bd..241ba61b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.71]) -AC_INIT([nwipe],[0.34],[git@brumit.nl]) +AC_INIT([nwipe],[0.35],[git@brumit.nl]) AM_INIT_AUTOMAKE(foreign subdir-objects) AC_CONFIG_FILES([Makefile src/Makefile man/Makefile]) AC_OUTPUT diff --git a/man/nwipe.1 b/man/nwipe.1 index aed590a4..42f59af8 100644 --- a/man/nwipe.1 +++ b/man/nwipe.1 @@ -1,4 +1,4 @@ -.TH NWIPE "1" "March 2022" "nwipe version 0.34" "User Commands" +.TH NWIPE "24" "October 2023" "nwipe version 0.35" "User Commands" .SH NAME nwipe \- securely erase disks .SH SYNOPSIS diff --git a/src/version.c b/src/version.c index 8c0d7557..1a31b744 100644 --- a/src/version.c +++ b/src/version.c @@ -4,7 +4,7 @@ * used by configure to dynamically assign those values * to documentation files. */ -const char* version_string = "0.34.92"; +const char* version_string = "0.35"; const char* program_name = "nwipe"; const char* author_name = "Martijn van Brummelen"; const char* email_address = "git@brumit.nl"; @@ -14,4 +14,4 @@ Modifications to original dwipe Copyright Andy Beverley \n\ This is free software; see the source for copying conditions.\n\ There is NO warranty; not even for MERCHANTABILITY or FITNESS\n\ FOR A PARTICULAR PURPOSE.\n"; -const char* banner = "nwipe 0.34.92"; +const char* banner = "nwipe 0.35";