Skip to content

Commit a8921e3

Browse files
committed
DOC: release notes for 0.10.0
1 parent b4e401e commit a8921e3

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

RELEASE_NOTES

+46
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
libnetconf 0.10.0
2+
3+
This release includes the following changes:
4+
5+
* SSH support is provided using libssh instead libssh2
6+
- required the introduction of new nc_init() flags,
7+
it must be called in every libnetconf application,
8+
even clients
9+
* optional support for POSIX shared memory instead of System V
10+
* lnctool - validation files generation updated
11+
* Support for non-standard terminal environment in SSH callbacks input
12+
* Augment statement processing fixed - local augments and chained augments
13+
* Notification thread starvation fixed
14+
* NETCONF session IDs are now unique numbers with no relation to PIDs
15+
* Subtree filtering optimized to when merging data from different modules
16+
* <rpc>/<rpc-reply> creation optimized
17+
* Fix reverting transAPI changes on root-to-leaf direction.
18+
* Fix handling datastore content when data contains XML header (<?xml)
19+
* Provide daatstore custom implementation via libnetconf.h
20+
* missing read_datastore_data() when validation is disabled
21+
* fix memory leaks and uninitialized memory usage issues
22+
* fix several building issues
23+
* ... and lots of other small bugfixes
24+
25+
Removed functions:
26+
27+
* ncds_apply_rpc()
28+
29+
Added functions:
30+
31+
* nc_del_keypair_path()
32+
* nc_session_accept_libssh_channel() - libnetconf will read data directly from an SSH channel
33+
* nc_session_accept_tls() - libnetconf will read data directly from a TLS session
34+
* ncxml_reply_data_ns()
35+
* ncntf_session_get_active_subscription()
36+
37+
Added init macros:
38+
39+
* NC_INIT_CLIENT
40+
* NC_INIT_LIBSSH_PTHREAD
41+
42+
43+
API/ABI is incompatible with 0.9.0, see reports in 'doc/compat_reports/'
44+
directory.
45+
46+
147
libnetconf 0.9.0
248

349
This release includes the following changes:

0 commit comments

Comments
 (0)