Skip to content

Commit 13adbc1

Browse files
authored
Merge pull request #554 from tasleson/new_release
Prep for new release
2 parents ab9f82a + fa050ee commit 13adbc1

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ Patches have also been contributed by (alphabetical):
4141
Sharath TS <sharath.ts@microchip.com>
4242
Simon Peeters <peeters.simon@gmail.com>
4343
Stefan Hajnoczi <stefanha@gmail.com>
44+
Tomáš Hrnčiar <thrnciar@redhat.com>
4445

4546
[....send patches to get your name here....]

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
News for libStorageMgmt
2+
1.10.3: Feb 4 2026
3+
* Removed Python 2 support and python-six dependencies
4+
* Bug fixes: bit mask correction, sprintf -> snprintf, string concatenation
5+
* Added integration.sh test script
6+
* Switched to sysusers.d for user/group management
7+
* CI configuration updates
8+
29
1.10.2: Jan 23 2025
310
* Fix include guards
411
* Fix CI

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
22
dnl Copyright (C) 2011-2023 Red Hat, Inc.
33
dnl See COPYING.LIB for the License of this software
44

5-
AC_INIT([libstoragemgmt],[1.10.2],[libstoragemgmt-devel@lists.fedorahosted.org],[],[https://github.com/libstorage/libstoragemgmt/])
5+
AC_INIT([libstoragemgmt],[1.10.3],[libstoragemgmt-devel@lists.fedorahosted.org],[],[https://github.com/libstorage/libstoragemgmt/])
66
AC_CONFIG_SRCDIR([configure.ac])
77
AC_CONFIG_AUX_DIR([build-aux])
88
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)