Module Name: src
Committed By: martin
Date: Tue Apr 6 18:10:43 UTC 2021
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1669
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.81 -r1.1.2.82 src/doc/CHANGES-8.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.81 src/doc/CHANGES-8.3:1.1.2.82
--- src/doc/CHANGES-8.3:1.1.2.81 Sat Mar 27 13:41:50 2021
+++ src/doc/CHANGES-8.3 Tue Apr 6 18:10:43 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.81 2021/03/27 13:41:50 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.82 2021/04/06 18:10:43 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -1834,4 +1834,9 @@ testsuite/t18.out 1.1 (patch)
Update bozohttpd to 20210227.
[mrg, ticket #1668]
+bin/ps/print.c 1.133
+
+ Fix the column width calculation for the lstart column if an empty
+ column header is specified.
+ [simonb, ticket #1669]