mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 05:32:14 +00:00
Release 0.27
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
RELEASE NOTES
|
RELEASE NOTES
|
||||||
=============
|
=============
|
||||||
|
|
||||||
v0.27 (pending release, proposed date end of February 2020)
|
v0.27
|
||||||
-----------------------
|
-----------------------
|
||||||
- Add `verify` method to verify a disk is zero filled [#128](https://github.com/martijnvanbrummelen/nwipe/pull/128) (Thanks Legogizmo)
|
- Add `verify` method to verify a disk is zero filled [#128](https://github.com/martijnvanbrummelen/nwipe/pull/128) (Thanks Legogizmo)
|
||||||
- Add new HMG IS5 enhanced wipe method [#168](https://github.com/martijnvanbrummelen/nwipe/pull/168) (Thanks infrastation)
|
- Add new HMG IS5 enhanced wipe method [#168](https://github.com/martijnvanbrummelen/nwipe/pull/168) (Thanks infrastation)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([nwipe], [0.26], [git@brumit.nl])
|
AC_INIT([nwipe], [0.27], [git@brumit.nl])
|
||||||
AM_INIT_AUTOMAKE(foreign subdir-objects)
|
AM_INIT_AUTOMAKE(foreign subdir-objects)
|
||||||
AC_OUTPUT(Makefile src/Makefile man/Makefile)
|
AC_OUTPUT(Makefile src/Makefile man/Makefile)
|
||||||
AC_CONFIG_SRCDIR([src/nwipe.c])
|
AC_CONFIG_SRCDIR([src/nwipe.c])
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.TH NWIPE "1" "December 2019" "nwipe version 0.26" "User Commands"
|
.TH NWIPE "4" "March 2020" "nwipe version 0.27" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nwipe \- securely erase disks
|
nwipe \- securely erase disks
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|||||||
@@ -4,14 +4,14 @@
|
|||||||
* used by configure to dynamically assign those values
|
* used by configure to dynamically assign those values
|
||||||
* to documentation files.
|
* to documentation files.
|
||||||
*/
|
*/
|
||||||
const char* version_string = "0.27rc1";
|
const char* version_string = "0.27";
|
||||||
const char* program_name = "nwipe";
|
const char* program_name = "nwipe";
|
||||||
const char* author_name = "Martijn van Brummelen";
|
const char* author_name = "Martijn van Brummelen";
|
||||||
const char* email_address = "git@brumit.nl";
|
const char* email_address = "git@brumit.nl";
|
||||||
const char* years = "2019";
|
const char* years = "2020";
|
||||||
const char* copyright = "Copyright Darik Horn <dajhorn-dban@vanadac.com>\n\
|
const char* copyright = "Copyright Darik Horn <dajhorn-dban@vanadac.com>\n\
|
||||||
Modifications to original dwipe Copyright Andy Beverley <andy@andybev.com>\n\
|
Modifications to original dwipe Copyright Andy Beverley <andy@andybev.com>\n\
|
||||||
This is free software; see the source for copying conditions.\n\
|
This is free software; see the source for copying conditions.\n\
|
||||||
There is NO warranty; not even for MERCHANTABILITY or FITNESS\n\
|
There is NO warranty; not even for MERCHANTABILITY or FITNESS\n\
|
||||||
FOR A PARTICULAR PURPOSE.\n";
|
FOR A PARTICULAR PURPOSE.\n";
|
||||||
const char* banner = "nwipe 0.27rc1";
|
const char* banner = "nwipe 0.27";
|
||||||
|
|||||||
Reference in New Issue
Block a user