Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 9.4.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 Oct 5, 2021
1 parent bcc3670 commit 2b5d0fe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 9.4.0-0:
Date + Time 2021-10-05
=============================================================
Fixed:
- RM #2485156 Fix fc35 issues
- RM #2740920 Add support for fortified glibc functions
- RM #1714768 Fix issue in vma_recvfrom_zcopy()
- RM #2690914 Fix data corruption in shrink operation
- RM #2647722 Workaround for segfault on IBV_EVENT_DEVICE_FATAL

Version 9.3.1-0:
Date + Time 2021-06-03
=============================================================
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dnl===-----------------------------------------------------------------------===
# Update version number here:
#
define([vma_ver_major], 9)
define([vma_ver_minor], 3)
define([vma_ver_revision], 1)
define([vma_ver_minor], 4)
define([vma_ver_revision], 0)
define([vma_ver_release], esyscmd([echo ${VMA_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
* Tue Oct 5 2021 Igor Ivanov <[email protected]> 9.4.0-1
- Bump 9.4.0

* Thu Jun 3 2021 Igor Ivanov <[email protected]> 9.3.1-1
- Bump 9.3.1
- Remove dependencies from systemd-rpm-macros for old OSs
Expand Down

0 comments on commit 2b5d0fe

Please sign in to comment.