blob: 66f3e5f9a6c89c6eeb67a159d54d9a277c6a5ea7 [file] [log] [blame]
Jeff Thompsonba16b8f2013-12-16 13:11:47 -08001Interim changes since NDN-CPP v0.2(2013-12-16)
Jeff Thompson88c77d22013-11-25 15:05:29 -08002
3Bug fixes
4* http://redmine.named-data.net/issues/1056 Fix DTAG NDNProtocolDataUnit to encode as "NDN\202\000".
5* http://redmine.named-data.net/issues/1064 Add ax_lib_sqlite3.m4, etc. to m4 directory so that autogen.sh works out of the box.
6* http://redmine.named-data.net/issues/1077 Move the BasicIdentityStorage sqlite file to ~/.ndnx/ndnsec-identity.db .
7 NOTE: If you have an old file at ~/.ndn-identity/identity.db, please move it to ~/.ndnx/ndnsec-identity.db .
8* Fix bug in getForwardingEntryFlags: Need to check all flags, not the first flag using "else if".
9
10Changes
Jeff Thompsona98000c2013-12-16 14:40:09 -080011* http://redmine.named-data.net/issues/1085: In Name::Component, added comparison operators.
Jeff Thompson88c77d22013-11-25 15:05:29 -080012* MetaInfo: Added setFinalBlockID for Name::Component, remove unused setFinalBlockID which take uint8_t*, etc.
13* Fix clang compiler warnings: Include headers, parentheses and cast explicitly.
Jeff Thompsonf62f9f22013-11-26 17:22:54 -080014* Moved class ExcludeEntry to inner class Exclude::Entry.
Jeff Thompson5424ab32013-12-04 15:51:15 -080015* In BinaryXmlDecoder, cache the result of peekDTag for a speedup when decoding optional elements.
Jeff Thompsonba16b8f2013-12-16 13:11:47 -080016* Moved validation-request.hpp to public API security/policy, and moved OnVerified and OnVerifyFailed in there.
Jeff Thompson88c77d22013-11-25 15:05:29 -080017
18Documentation
19* Move instructions for running ./autogen.sh from configure.ac to the Development section of INSTALL.
20* http://redmine.named-data.net/issues/1072: In Doxyfile, fix EXCLUDE for ndnboost to new location include/ndnboost .
Jeff Thompsond3a13e02013-11-14 16:35:48 -080021
Jeff Thompson52fe4e72013-11-08 14:24:22 -080022NDN-CPP v0.2 (2013-11-08)
23
24This release fully supports the Common Client Libraries API.
25http://named-data.net/codebase/platform/documentation/ndn-ccl-api/
26
27Changes to future versions will be detailed in this CHANGELOG.
28
Jeff Thompson9b282e02013-08-09 17:13:38 -070029NDN-CPP v0.1 (2013-08-09)
Jeff Thompson057d3182013-08-09 17:02:25 -070030
31This is the initial release, with support for expressInterest for one interest at a time. A new release
32coming soon will have a Pending Interest Table and support processing multiple simultaneous interest and
33data packets.