|
| 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 | + |
1 | 47 | libnetconf 0.9.0
|
2 | 48 |
|
3 | 49 | This release includes the following changes:
|
|
0 commit comments