From 8c284d863d4d24eece29e223a3ce6b22643edb45 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sat, 22 Jul 2023 19:45:57 +0100 Subject: [PATCH] TODO and version update to show unreleased status --- doc/NEWS.md | 6 ++++++ doc/VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/NEWS.md b/doc/NEWS.md index 5847612..748ab07 100644 --- a/doc/NEWS.md +++ b/doc/NEWS.md @@ -1,3 +1,9 @@ +0.0.20230722-UNRELEASED + * cleanup: Rewrote configure.in as per suggestions in newer autoconf manuals + * cleanup: replaced header.in with one generated by autoheader, moving custom logic to a separate header file "config-aux.h" + * cleanup: added copyright notice to all source files as per GNU standards + * cleanup: changed "`--version`" output to conform to GNU standards + 1.7.0 - 17 July 2023 * dropped: support for Red Hat Enterprise Linux and its derivatives has been dropped; removed the RPM spec file, and will no longer build binaries * feature: the "`--size`" option now accepts "`@filename`" to use the size of another file (pull request [#57](https://github.com/a-j-wood/pv/pull/57) supplied by [Dave Beckett](https://github.com/dajobe)) diff --git a/doc/VERSION b/doc/VERSION index bd8bf88..d6f1970 100644 --- a/doc/VERSION +++ b/doc/VERSION @@ -1 +1 @@ -1.7.0 +0.0.20230722-UNRELEASED