Module Name: src Committed By: rmind Date: Sun Jul 8 12:07:12 UTC 2012
Modified Files: src/doc: CHANGES Log Message: Mention MurmurHash2. To generate a diff of this commit: cvs rdiff -u -r1.1714 -r1.1715 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.1714 src/doc/CHANGES:1.1715 --- src/doc/CHANGES:1.1714 Mon Jul 2 18:16:46 2012 +++ src/doc/CHANGES Sun Jul 8 12:07:12 2012 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1714 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1715 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -77,3 +77,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0: [christos 20120622] ata(4): added support for sata Port MultiPliers (PMP) [bouyer 20120702] + kernel, libc: Add MurmurHash2 function. [rmind 20120708]