From 9e78ee4ac031487842095c673ff05b824f48eb6d Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr." Date: Thu, 11 Jul 2013 14:45:51 -0700 Subject: [PATCH] Add hash to CHANGES.html and RELEASE_NOTES --- CHANGES.html | 6 +++++- RELEASE_NOTES | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.html b/CHANGES.html index a480bf470..074f58a75 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -55,7 +55,11 @@ us a note on ns-developers mailing list.

New API:

Changes to existing API:

diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 3be220832..13778efae 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -21,8 +21,12 @@ Supported platforms New user-visible features ------------------------- -- Time attributes can now be bounded. See attribute-test-suite.cc for an example. +- Time attributes can now be bounded. See attribute-test-suite.cc for an + example. - IPv6 addrss class 2001:db8::/32 is now dropped by routers (RFC 3849). +- New generic hash function interface. Two hash functions are provided: + murmur3 (default), and the venerable FNV1a. See the Hash Functions + section in the Manual. Bugs fixed ----------