datastore/keyvalue/Makefile left behind

This commit is contained in:
Olof hagsand 2017-12-04 18:31:40 +01:00
parent 4cb00bedfa
commit 822aac18a1
4 changed files with 470 additions and 3 deletions

View file

@ -2,6 +2,8 @@
## 3.4.0 (Upcoming)
* datastore/keyvalue/Makefile is left behind on make distclean. Fixed by conditional configure. Thanks renato@netgate.com.
* Better semantic versioning, eg MAJOR/MINOR/PATCH, where increment in PATCH does not change API.
* Datastore cache introduced: cache XML tree in memory for faster get access. Use CLICON_XMLDB_CACHE configuration option. Default is 1.