Release 3.8.0

This commit is contained in:
Olof hagsand 2018-11-06 22:44:00 +01:00
parent 3fa04215d4
commit b92050686a
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
* RFC 7895 defines a module-set-id. Configure option CLICON_MODULE_SET_ID is set and changed when modules change. * RFC 7895 defines a module-set-id. Configure option CLICON_MODULE_SET_ID is set and changed when modules change.
* Yang 1.1 notification support (RFC 7950: Sec 7.16) * Yang 1.1 notification support (RFC 7950: Sec 7.16)
* New event streams implementation with replay * New event streams implementation with replay
* Generic streasm support (both CLI, Netconf and Restconf) * Generic stream support (both CLI, Netconf and Restconf)
* Added stream discovery according to RFC 5277 for netconf and RFC 8040 for restconf * Added stream discovery according to RFC 5277 for netconf and RFC 8040 for restconf
* Enabled by configure options CLICON_STREAM_DISCOVERY_RFC5277 and CLICON_STREAM_DISCOVERY_RFC8040 * Enabled by configure options CLICON_STREAM_DISCOVERY_RFC5277 and CLICON_STREAM_DISCOVERY_RFC8040
* Configure option CLICON_STREAM_RETENTION is default number of seconds before dropping replay buffers * Configure option CLICON_STREAM_RETENTION is default number of seconds before dropping replay buffers

View file

@ -133,4 +133,4 @@
`char[]'. */ `char[]'. */
#undef YYTEXT_POINTER #undef YYTEXT_POINTER
#include <clixon_custom.h> #include "clixon_custom.h"