From 7060a6842f993f75dc007b4dc55cb0473513ecfa Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Tue, 1 Aug 2023 09:12:17 -0700 Subject: [PATCH] bumped versions for release and updated changelog --- CHANGELOG.md | 32 +++++++++++++++++++++++++++----- configure.ac | 2 +- daemon/pyproject.toml | 2 +- 3 files changed, 29 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 836571e8..425f2ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## 2023-08-01 CORE 9.0.3 + +* Installation + * updated various dependencies +* Documentation + * improved GUI docs to include node interaction and note xhost usage + * \#780 - fixed gRPC examples + * \#787 - complete documentation revamp to leverage mkdocs material + * \#790 - fixed custom emane model example +* core-daemon + * update type hinting to avoid deprecated imports + * updated commands ran within docker based nodes to have proper environment variables + * fixed issue improperly setting session options over gRPC + * \#668 - add fedora sbin path to frr service + * \#774 - fixed pcap configservice + * \#805 - fixed radvd configservice template error +* core-gui + * update type hinting to avoid deprecated imports + * fixed issue allowing duplicate named hook scripts + * fixed issue joining sessions with RJ45 nodes +* utility scripts + * fixed issue in core-cleanup for removing devices + ## 2023-03-02 CORE 9.0.2 * Installation @@ -12,11 +35,10 @@ * fixed issue for LXC nodes to properly use a configured image name and write it to XML * \#742 - fixed issue with bad wlan node id being used * \#744 - fixed issue not properly setting broadcast address - -## core-gui -* fixed sample1.xml to remove SSH service -* fixed emane demo examples -* fixed issue displaying emane configs generally configured for a node +* core-gui + * fixed sample1.xml to remove SSH service + * fixed emane demo examples + * fixed issue displaying emane configs generally configured for a node ## 2022-11-28 CORE 9.0.1 diff --git a/configure.ac b/configure.ac index c8108f27..4e56507a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # this defines the CORE version number, must be static for AC_INIT -AC_INIT(core, 9.0.2) +AC_INIT(core, 9.0.3) # autoconf and automake initialization AC_CONFIG_SRCDIR([netns/version.h.in]) diff --git a/daemon/pyproject.toml b/daemon/pyproject.toml index 11e79029..0d1acf7a 100644 --- a/daemon/pyproject.toml +++ b/daemon/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "core" -version = "9.0.2" +version = "9.0.3" description = "CORE Common Open Research Emulator" authors = ["Boeing Research and Technology"] license = "BSD-2-Clause"