Skip to content

Commit

Permalink
Update Release 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn van brummelen committed Jul 27, 2016
1 parent 3c0c840 commit d01b00b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
12 changes: 10 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,22 @@ make install

The ncurses, pthreads and parted libraries are required for compiling.
For any problems, please use the Github page:
https://github.com/abeverley/nwipe
https://github.com/martijnvanbrummelen/nwipe

Andy Beverley
Martijn van Brummelen


RELEASE NOTES
=============

v0.18
=====
- Fixed grammar.
- Move from loff_t to off64_t for musl libc support.
- Add "--nosignals" option.
- Automake needs the dist_ prefix to include man pages in 'make dist'.
- Remove more compiler warnings.
- Add libintl, libuuid dependencies to allow parted static link

v0.17
=====
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.64])
AC_INIT(nwipe, 0.17, [email protected])
AM_INIT_AUTOMAKE(nwipe, 0.17)
AC_INIT(nwipe, 0.18, [email protected])
AM_INIT_AUTOMAKE(nwipe, 0.18)
AC_OUTPUT(Makefile src/Makefile man/Makefile)
AC_CONFIG_SRCDIR([src/nwipe.c])
AC_CONFIG_HEADERS([config.h])
Expand Down
8 changes: 4 additions & 4 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* used by configure to dynamically assign those values
* to documentation files.
*/
const char *version_string = "0.17";
const char *version_string = "0.18";
const char *program_name = "nwipe";
const char *author_name = "Andy Beverley";
const char *email_address = "[email protected]";
const char *years = "2012";
const char *author_name = "Martijn van Brummelen";
const char *email_address = "[email protected]";
const char *years = "2016";
const char *copyright = "Copyright Darik Horn <[email protected]>\n\
Modifications to original dwipe Copyright Andy Beverley <[email protected]>\n\
This is free software; see the source for copying conditions.\n\
Expand Down

0 comments on commit d01b00b

Please sign in to comment.