Module Name: src
Committed By: dholland
Date: Sat Jan 7 22:31:08 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Note adventure(6)'s new save format and (the important bit) recommend
loading and re-saving any extant save files.
To generate a diff of this commit:
cvs rdiff -u -r1.1641 -r1.1642 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.1641 src/doc/CHANGES:1.1642
--- src/doc/CHANGES:1.1641 Sat Dec 31 20:56:05 2011
+++ src/doc/CHANGES Sat Jan 7 22:31:07 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1641 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1642 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1193,3 +1193,5 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
viaide(4): VT6410 PATA RAID controller support (without RAID).
[phx 20111228]
sandpoint: Iomega Storcenter support. [phx 20111228]
+ adventure(6): New save file format. Please regenerate (restore
+ and re-save) any old save files. [dholland 20120107]