From d09a8c08aa6cd80c5418348b0ffc254ee569224e Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Sat, 1 Dec 2018 18:34:52 +0100 Subject: [PATCH] getopt return value changed from char to int (https://github.com/clicon/clixon/issues/58) --- CHANGELOG.md | 5 ++++- apps/backend/backend_main.c | 2 +- apps/cli/cli_main.c | 2 +- apps/netconf/netconf_main.c | 2 +- apps/restconf/restconf_main.c | 2 +- datastore/datastore_client.c | 2 +- example/example_restconf.c | 2 +- lib/src/json_xpath.c | 4 ++-- util/clixon_util_stream.c | 2 +- util/clixon_util_xml.c | 2 +- util/clixon_util_xpath.c | 2 +- util/clixon_util_yang.c | 4 ++-- 12 files changed, 17 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed77983..a70162a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ * Support of submodule, include and belongs-to. * Openconfig yang specs parsed: https://github.com/openconfig/public * Improved unknown handling - * `CLICON_YANG_DIR` is changed from a single directory to a path of directories + * Configure option `CLICON_YANG_DIR` is changed from a single directory to a path of directories * Note CLIXON_DATADIR (=/usr/local/share/clixon) need to be in the list ### API changes on existing features (you may need to change your code) @@ -26,7 +26,10 @@ * Syntactically Correct handling of '