diff --git a/CHANGES b/CHANGES index c56177f2f..052f9967c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +Version 9.5.0-1: +Date + Time 2022-02-14 +============================================================= +Added: + - RM #2436876 Add C++11 Support requirement to a compiler + - RM #928148 Export symbols from socket api only + +Fixed: + - RM #2945718 Fix gcc12 compilation issue + Version 9.4.0-0: Date + Time 2021-10-05 ============================================================= diff --git a/configure.ac b/configure.ac index 5df715708..b3b04a344 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl===-----------------------------------------------------------------------=== # Update version number here: # define([prj_ver_major], 9) -define([prj_ver_minor], 4) +define([prj_ver_minor], 5) define([prj_ver_revision], 0) define([prj_ver_release], esyscmd([echo ${PRJ_RELEASE:=0}])) diff --git a/contrib/scripts/libvma.spec.in b/contrib/scripts/libvma.spec.in index 363534db8..cc6596074 100644 --- a/contrib/scripts/libvma.spec.in +++ b/contrib/scripts/libvma.spec.in @@ -204,6 +204,9 @@ fi %{_mandir}/man8/vma_stats.* %changelog +* Mon Feb 14 2022 Igor Ivanov 9.5.0-1 +- Bump 9.5.0 + * Tue Oct 5 2021 Igor Ivanov 9.4.0-1 - Bump 9.4.0