bumped versions for release and updated changelog

This commit is contained in:
Blake Harnden 2023-08-01 09:12:17 -07:00
parent 8da068159f
commit 7060a6842f
3 changed files with 29 additions and 7 deletions

View file

@ -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 ## 2023-03-02 CORE 9.0.2
* Installation * Installation
@ -12,8 +35,7 @@
* fixed issue for LXC nodes to properly use a configured image name and write it to XML * 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 * \#742 - fixed issue with bad wlan node id being used
* \#744 - fixed issue not properly setting broadcast address * \#744 - fixed issue not properly setting broadcast address
* core-gui
## core-gui
* fixed sample1.xml to remove SSH service * fixed sample1.xml to remove SSH service
* fixed emane demo examples * fixed emane demo examples
* fixed issue displaying emane configs generally configured for a node * fixed issue displaying emane configs generally configured for a node

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
# this defines the CORE version number, must be static for AC_INIT # 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 # autoconf and automake initialization
AC_CONFIG_SRCDIR([netns/version.h.in]) AC_CONFIG_SRCDIR([netns/version.h.in])

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "core" name = "core"
version = "9.0.2" version = "9.0.3"
description = "CORE Common Open Research Emulator" description = "CORE Common Open Research Emulator"
authors = ["Boeing Research and Technology"] authors = ["Boeing Research and Technology"]
license = "BSD-2-Clause" license = "BSD-2-Clause"