aboutsummaryrefslogtreecommitdiffstats
path: root/pw-relnotes.5
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2024-10-06 13:47:21 -0700
committerKaz Kylheku <kaz@kylheku.com>2024-10-06 13:47:51 -0700
commitd7820efe8a4ae12620a172acbe7b6e225b32900b (patch)
treed38f55ef16d0fca2167d299e2f09e76e9e37892c /pw-relnotes.5
parent3e53a79ea9825172f8a5ccc019af088c5a1e0994 (diff)
downloadpw-master.tar.gz
pw-master.tar.bz2
pw-master.zip
Version 6 is released.HEADpw-6master
Diffstat (limited to 'pw-relnotes.5')
-rw-r--r--pw-relnotes.515
1 files changed, 14 insertions, 1 deletions
diff --git a/pw-relnotes.5 b/pw-relnotes.5
index 5bae49a..6a08e29 100644
--- a/pw-relnotes.5
+++ b/pw-relnotes.5
@@ -24,13 +24,26 @@
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
-.TH PW-RELNOTES 5 "9 Jun 2023" "Version 5" "Pipe Watch Release Notes"
+.TH PW-RELNOTES 5 "6 Oct 2024" "Version 6" "Pipe Watch Release Notes"
.SH DESCRIPTION
This document provides release notes for the
.I pw
utility.
+.SH CHANGES IN VERSION 6 (2024-10-06)
+
+.IP 1.
+Fixed offset calculation in the use of struct dstr, that was
+causing corruption, reported with GCC 13.3.1.
+
+.IP 2.
+The clear-to-end-of-line ANSI escape sequence is now used instead
+of clear-to-end-of-screen. Thus,
+.B pw
+now plays nicely with terminal environments which have configured a
+scroll-protected status area at the bottom of the terminal.
+
.SH CHANGES IN VERSION 5 (2023-06-09)
.IP 1.