Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 9.5.0 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Ivanov <[email protected]>
  • Loading branch information
igor-ivanov committed Feb 14, 2022
1 parent f49b152 commit 857ccb6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
=============================================================
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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}]))

Expand Down
3 changes: 3 additions & 0 deletions contrib/scripts/libvma.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ fi
%{_mandir}/man8/vma_stats.*

%changelog
* Mon Feb 14 2022 Igor Ivanov <[email protected]> 9.5.0-1
- Bump 9.5.0

* Tue Oct 5 2021 Igor Ivanov <[email protected]> 9.4.0-1
- Bump 9.4.0

Expand Down

0 comments on commit 857ccb6

Please sign in to comment.