Module Name: src
Committed By: tsutsui
Date: Sun Aug 10 19:21:08 UTC 2014
Modified Files:
src/doc: CHANGES
Log Message:
Fix openssl vs OpenSSL inconsistency.
To generate a diff of this commit:
cvs rdiff -u -r1.1964 -r1.1965 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.1964 src/doc/CHANGES:1.1965
--- src/doc/CHANGES:1.1964 Sun Aug 10 19:15:55 2014
+++ src/doc/CHANGES Sun Aug 10 19:21:08 2014
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1964 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1965 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -192,10 +192,10 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
em4k(4): Add driver for Mediator 4000 PCI bridges. [rkujawa 20130129]
makefs(8): Add support for msdos, creating filesystems at an offset,
merging directories with common files. [christos 20130202]
- openssl: update to 1.0.1d [christos 20130205]
+ OpenSSL: update to 1.0.1d [christos 20130205]
sparc: Add hardware acceleration for cgfourteen(4) using SX
[macallan 20130207]
- openssl: update to 1.0.1e [christos 20130212]
+ OpenSSL: update to 1.0.1e [christos 20130212]
atf(7): Import 0.17. [jmmv 20130215]
lutok: Import 0.2. This is a new import that provides a C++ wrapper
for the Lua API and will be used by Kyua. Its build depends
@@ -507,4 +507,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
_arc4random() with new cprng_fast implemenation
from riastradh@ using per-cpu instances of chacha8.
[tls 20140810]
- openssl: update to 1.0.1i [spz 20140810]
+ OpenSSL: update to 1.0.1i [spz 20140810]