Skip to content

Commit

Permalink
Update version to 2.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Penghe Geng <[email protected]>
  • Loading branch information
pgeng-nv authored Oct 14, 2024
1 parent 776fbba commit 8dfd6ea
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2019 Mellanox Technologies. All Rights Reserved.
#

AC_INIT([rshim], [2.1.4])
AC_INIT([rshim], [2.1.5])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_LANG(C)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
rshim (2.1.5) UNRELEASED; urgency=high

* Revert "Abort rshim rpm installation if no cuse.ko found"

-- Penghe Geng <[email protected]> Mon, 14 Oct 2024 09:15:22 -0400

rshim (2.1.4) UNRELEASED; urgency=low

* Make rshim run in single instance
Expand Down
3 changes: 3 additions & 0 deletions rhel/rshim.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ via the virtual console or network interface.
%{_mandir}/man8/rshim.8.gz

%changelog
* Mon Oct 14 2024 Penghe Geng <[email protected]> - 2.1.5
- Revert "Abort rshim rpm installation if no cuse.ko found"

* Thu Oct 10 2024 Penghe Geng <[email protected]> - 2.1.4
- Make rshim run in single instance
- Abort rshim rpm installation if no cuse.ko found
Expand Down
3 changes: 3 additions & 0 deletions rshim.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ fi
%{_mandir}/man8/bf-reg.8.gz

%changelog
* Mon Oct 14 2024 Penghe Geng <[email protected]> - 2.1.5
- Revert "Abort rshim rpm installation if no cuse.ko found"

* Thu Oct 10 2024 Penghe Geng <[email protected]> - 2.1.4
- Make rshim run in single instance
- Abort rshim rpm installation if no cuse.ko found
Expand Down

0 comments on commit 8dfd6ea

Please sign in to comment.