Module Name: src
Committed By: jdolecek
Date: Tue Nov 1 18:57:56 UTC 2016
Modified Files:
src/doc: CHANGES
Log Message:
note wapbl truncate fix
To generate a diff of this commit:
cvs rdiff -u -r1.2202 -r1.2203 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.2202 src/doc/CHANGES:1.2203
--- src/doc/CHANGES:1.2202 Wed Oct 26 20:05:21 2016
+++ src/doc/CHANGES Tue Nov 1 18:57:56 2016
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2202 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2203 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -387,4 +387,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
libc: Update to tzcode2016h. [christos 20161020]
zoneinfo: Import tzdata2016h. [kre 20161020]
binutils: Updated to FSF binutils 2.27. [christos 20161026]
-
+ wapbl(4): Improved truncate performance, and stability [jdolecek 20161028]