Skip to content

Commit e50c37b

Browse files
committed
Update version to 2.3.4
Signed-off-by: Liming Sun <[email protected]>
1 parent b6ec1c5 commit e50c37b

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (C) 2019 Mellanox Technologies. All Rights Reserved.
33
#
44

5-
AC_INIT([rshim], [2.3.3])
5+
AC_INIT([rshim], [2.3.4])
66
AC_CONFIG_AUX_DIR(config)
77
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
88
AC_LANG(C)

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
rshim (2.3.4) UNRELEASED; urgency=low
2+
3+
* mlx-mkbfb: Improve the performance when extracting a single image
4+
* Reduce CPU utilization by network optimization
5+
6+
-- Liming Sun <[email protected]> Tue, 25 Mar 2025 09:15:30 -0400
7+
18
rshim (2.3.3) UNRELEASED; urgency=low
29

310
* bfb-install: register usage cleanup

rhel/rshim.spec.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ via the virtual console or network interface.
5757
%{_mandir}/man8/rshim.8.gz
5858

5959
%changelog
60+
* Tue Mar 25 2025 Liming Sun <[email protected]> - 2.3.4
61+
- mlx-mkbfb: Improve the performance when extracting a single image
62+
- Reduce CPU utilization by network optimization
63+
6064
* Sat Mar 22 2025 Liming Sun <[email protected]> - 2.3.3
6165
- bfb-install: register usage cleanup
6266
- PM pkg: Apply selinux workaround to RHEL 9.5 or later

rshim.spec.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ fi
144144
%{_datadir}/selinux/packages/rshim-fix.te
145145

146146
%changelog
147+
* Tue Mar 25 2025 Liming Sun <[email protected]> - 2.3.4
148+
- mlx-mkbfb: Improve the performance when extracting a single image
149+
- Reduce CPU utilization by network optimization
150+
147151
* Sat Mar 22 2025 Liming Sun <[email protected]> - 2.3.3
148152
- bfb-install: register usage cleanup
149153
- RPM pkg: Apply selinux workaround to RHEL 9.5 or later

0 commit comments

Comments
 (0)