diff --git a/CHANGES b/CHANGES index de4889d8..159d205c 100644 --- a/CHANGES +++ b/CHANGES @@ -305,3 +305,11 @@ o added YStringTree::insertChild(int pos, const std::string &content) Version 1.1.16-0 ---------------- o added new member YLifo::empty() + +Version 1.1.17-0 +---------------- +o changed enum order for URLTOK_XXX +o added _dump() and clear() to YEloopEventQueue +o made dtor of YAbstractStandaloneTask virtual +o added logChildren() to YAbstractFamilyMember +o made eloop_register_timer() timeout argument const diff --git a/VERSION b/VERSION index 602a3e9e..6ad5dbc2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.16-26-dev +1.1.17-0-dev