Jeff Thompson | eb0358f | 2013-12-17 10:59:53 -0800 | [diff] [blame] | 1 | Interim changes since NDN-CPP v0.2(2013-12-17) |
Jeff Thompson | 88c77d2 | 2013-11-25 15:05:29 -0800 | [diff] [blame] | 2 | |
| 3 | Bug 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 . |
Jeff Thompson | 40ada91 | 2013-12-17 11:36:27 -0800 | [diff] [blame] | 8 | * http://redmine.named-data.net/issues/1088 Certificate name in KeyLocator should not include the version number. |
Jeff Thompson | 88c77d2 | 2013-11-25 15:05:29 -0800 | [diff] [blame] | 9 | * Fix bug in getForwardingEntryFlags: Need to check all flags, not the first flag using "else if". |
| 10 | |
| 11 | Changes |
Jeff Thompson | eb0358f | 2013-12-17 10:59:53 -0800 | [diff] [blame] | 12 | * http://redmine.named-data.net/issues/1085 In Name::Component, added comparison operators. |
| 13 | * http://redmine.named-data.net/issues/1086 In Name::getPrefix, support a negative argument, e.g. getPrefix(-1). |
Jeff Thompson | 3bb843b | 2013-12-17 12:23:24 -0800 | [diff] [blame] | 14 | * http://redmine.named-data.net/issues/1089 Renamed key.hpp to key-locator.hpp . |
Jeff Thompson | 88c77d2 | 2013-11-25 15:05:29 -0800 | [diff] [blame] | 15 | * MetaInfo: Added setFinalBlockID for Name::Component, remove unused setFinalBlockID which take uint8_t*, etc. |
| 16 | * Fix clang compiler warnings: Include headers, parentheses and cast explicitly. |
Jeff Thompson | f62f9f2 | 2013-11-26 17:22:54 -0800 | [diff] [blame] | 17 | * Moved class ExcludeEntry to inner class Exclude::Entry. |
Jeff Thompson | 5424ab3 | 2013-12-04 15:51:15 -0800 | [diff] [blame] | 18 | * In BinaryXmlDecoder, cache the result of peekDTag for a speedup when decoding optional elements. |
Jeff Thompson | ba16b8f | 2013-12-16 13:11:47 -0800 | [diff] [blame] | 19 | * Moved validation-request.hpp to public API security/policy, and moved OnVerified and OnVerifyFailed in there. |
Jeff Thompson | 88c77d2 | 2013-11-25 15:05:29 -0800 | [diff] [blame] | 20 | |
| 21 | Documentation |
| 22 | * Move instructions for running ./autogen.sh from configure.ac to the Development section of INSTALL. |
| 23 | * http://redmine.named-data.net/issues/1072: In Doxyfile, fix EXCLUDE for ndnboost to new location include/ndnboost . |
Jeff Thompson | d3a13e0 | 2013-11-14 16:35:48 -0800 | [diff] [blame] | 24 | |
Jeff Thompson | 52fe4e7 | 2013-11-08 14:24:22 -0800 | [diff] [blame] | 25 | NDN-CPP v0.2 (2013-11-08) |
| 26 | |
| 27 | This release fully supports the Common Client Libraries API. |
| 28 | http://named-data.net/codebase/platform/documentation/ndn-ccl-api/ |
| 29 | |
| 30 | Changes to future versions will be detailed in this CHANGELOG. |
| 31 | |
Jeff Thompson | 9b282e0 | 2013-08-09 17:13:38 -0700 | [diff] [blame] | 32 | NDN-CPP v0.1 (2013-08-09) |
Jeff Thompson | 057d318 | 2013-08-09 17:02:25 -0700 | [diff] [blame] | 33 | |
| 34 | This is the initial release, with support for expressInterest for one interest at a time. A new release |
| 35 | coming soon will have a Pending Interest Table and support processing multiple simultaneous interest and |
| 36 | data packets. |