Module Name: src
Committed By: mlelstv
Date: Fri Dec 24 18:58:18 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
dm(4): Make LVM use non 512-byte sector devices.
To generate a diff of this commit:
cvs rdiff -u -r1.1480 -r1.1481 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.1480 src/doc/CHANGES:1.1481
--- src/doc/CHANGES:1.1480 Fri Dec 24 02:56:56 2010
+++ src/doc/CHANGES Fri Dec 24 18:58:17 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1480 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1481 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -812,3 +812,4 @@
to change a timezone. [christos 20101216]
amigappc: Made onboard serial interface work. [phx 20101219]
yacc(1): Import byacc-20101127 [christos 20091223]
+ dm(4): Make LVM use non 512-byte sector devices. [mlelstv 20101223]