TODO and version update to show unreleased status

This commit is contained in:
Andrew Wood
2023-07-22 19:45:57 +01:00
parent 7448c7f320
commit 8c284d863d
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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))
+1 -1
View File
@@ -1 +1 @@
1.7.0
0.0.20230722-UNRELEASED