diff --git a/doc/NEWS.md b/doc/NEWS.md index b4045ea..11c1b82 100644 --- a/doc/NEWS.md +++ b/doc/NEWS.md @@ -1,4 +1,4 @@ -0.0.20230727-UNRELEASED +1.7.17 - 27 July 2023 * feature: new "`--sync`" option to flush cache to disk after every write (related to [GH#6](https://github.com/a-j-wood/pv/issues/6), to improve accuracy when writing to slow disks) * feature: new "`--direct-io`" option to bypass cache - implements [GH#29 "Option to enable *O_DIRECT*"](https://github.com/a-j-wood/pv/issues/29) - requested by Romain Kang, Jacek Wielemborek * fix: correct byte prefix size to 2 spaces in rate display, so progress display size remains constant at low transfer rates diff --git a/doc/VERSION b/doc/VERSION index 117b83b..63c16ce 100644 --- a/doc/VERSION +++ b/doc/VERSION @@ -1 +1 @@ -0.0.20230727-UNRELEASED +1.7.17 diff --git a/doc/lsm.in b/doc/lsm.in index ab5d868..a533296 100644 --- a/doc/lsm.in +++ b/doc/lsm.in @@ -1,7 +1,7 @@ Begin3 Title: @PACKAGE@ Version: @VERSION@ -Entered-date: 17JUL23 +Entered-date: 27JUL23 Description: A tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how