Module Name: src
Committed By: mbalmer
Date: Sun Oct 13 08:05:16 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Mention httpd(8) Lua support
To generate a diff of this commit:
cvs rdiff -u -r1.1851 -r1.1852 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.1851 src/doc/CHANGES:1.1852
--- src/doc/CHANGES:1.1851 Thu Oct 3 18:24:28 2013
+++ src/doc/CHANGES Sun Oct 13 08:05:16 2013
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1851 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1852 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -285,4 +285,5 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
postfix(1): Import version 2.10.2 [tron 20130925]
binutils: updated to FSF binutils 2.23.2. [christos 20130929]
gdb(1): Updated to 7.6.1. [christos 20131003]
+ httpd(8): Added Lua scripting for content creation. [mbalmer 20131012]