Skip to content

Commit e6fa447

Browse files
committed
Release udiskie v2.5.8
- **important:** the caching feature was always enabled if keyutils package is available and if using a password input method other than the builtin dialog. This is now fixed, thanks @rhelder (#310)
1 parent ef1fb22 commit e6fa447

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CHANGELOG
22
---------
33

4+
2.5.8
5+
~~~~~
6+
Date: 26.08.2025
7+
8+
- **important:** the caching feature was always enabled if keyutils package is
9+
available and if using a password input method other than the builtin
10+
dialog. This is now fixed, thanks @rhelder (#310)
11+
12+
413
2.5.7
514
~~~~~
615
Date: 11.12.2024

lang/en_US.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: udiskie 2.5.7\n"
8+
"Project-Id-Version: udiskie 2.5.8\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2025-08-25 22:41+0000\n"
1111
"PO-Revision-Date: 2025-08-25 22:41+0000\n"

udiskie/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.5.7'
1+
__version__ = '2.5.8'

0 commit comments

Comments
 (0)