Module Name: src
Committed By: tron
Date: Sun Mar 4 18:15:35 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Note SQLite support for Postfix.
To generate a diff of this commit:
cvs rdiff -u -r1.1680 -r1.1681 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.1680 src/doc/CHANGES:1.1681
--- src/doc/CHANGES:1.1680 Fri Mar 2 17:42:13 2012
+++ src/doc/CHANGES Sun Mar 4 18:15:35 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1680 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1681 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -31,3 +31,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
file(1): upgraded to 5.11 [christos 20120222]
evbmips: Add support for Lemote Yeeloong Notebook. [nonaka 20120302]
re(4): Add support for RTL8168E-VL. [nonaka 20120302]
+ postfix(1): Add support for SQLite tables. [tron 20120304]