Skip to content

Commit b8d3ff3

Browse files
committed
Version 2.8.1-rc0 (for translation).
1 parent b7ec4a9 commit b8d3ff3

3 files changed

Lines changed: 21 additions & 16 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.67])
2-
AC_INIT([cryptsetup],[2.8.1-git])
2+
AC_INIT([cryptsetup],[2.8.1-rc0])
33

44
dnl library version from <major>.<minor>.<release>[-<suffix>]
55
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project('cryptsetup',
22
'c',
33
default_options: [ 'prefix=/usr' ],
44
meson_version: '>=0.64',
5-
version: '2.8.1-git')
5+
version: '2.8.1-rc0')
66

77
libcryptsetup_version = '12.11.0'
88

po/cryptsetup.pot

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
#, fuzzy
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: cryptsetup 2.8.0\n"
8+
"Project-Id-Version: cryptsetup 2.8.1-rc0\n"
99
"Report-Msgid-Bugs-To: cryptsetup@lists.linux.dev\n"
10-
"POT-Creation-Date: 2025-06-24 09:26+0200\n"
10+
"POT-Creation-Date: 2025-08-13 13:45+0200\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -904,10 +904,15 @@ msgid "Requested maximum PBKDF memory cannot be zero."
904904
msgstr ""
905905

906906
#: lib/utils_pbkdf.c:173
907+
#, c-format
908+
msgid "Requested maximum PBKDF parallel cost is too high (maximum is %d)."
909+
msgstr ""
910+
911+
#: lib/utils_pbkdf.c:178
907912
msgid "Requested PBKDF parallel threads cannot be zero."
908913
msgstr ""
909914

910-
#: lib/utils_pbkdf.c:193
915+
#: lib/utils_pbkdf.c:198
911916
msgid "Only PBKDF2 is supported in FIPS mode."
912917
msgstr ""
913918

@@ -1273,7 +1278,7 @@ msgstr ""
12731278
msgid "Kernel does not support TCRYPT compatible mapping."
12741279
msgstr ""
12751280

1276-
#: lib/tcrypt/tcrypt.c:1126
1281+
#: lib/tcrypt/tcrypt.c:1144
12771282
msgid "This function is not supported without TCRYPT header load."
12781283
msgstr ""
12791284

@@ -1366,52 +1371,52 @@ msgstr ""
13661371
msgid "Unexpected metadata entry found when parsing startup key."
13671372
msgstr ""
13681373

1369-
#: lib/bitlk/bitlk.c:1067
1374+
#: lib/bitlk/bitlk.c:1069
13701375
msgid "This operation is not supported."
13711376
msgstr ""
13721377

1373-
#: lib/bitlk/bitlk.c:1075
1378+
#: lib/bitlk/bitlk.c:1077
13741379
msgid "Unexpected key data size."
13751380
msgstr ""
13761381

1377-
#: lib/bitlk/bitlk.c:1203
1382+
#: lib/bitlk/bitlk.c:1205
13781383
msgid "This BITLK device is in an unsupported state and cannot be activated."
13791384
msgstr ""
13801385

1381-
#: lib/bitlk/bitlk.c:1208
1386+
#: lib/bitlk/bitlk.c:1210
13821387
#, c-format
13831388
msgid "BITLK devices with type '%s' cannot be activated."
13841389
msgstr ""
13851390

1386-
#: lib/bitlk/bitlk.c:1215
1391+
#: lib/bitlk/bitlk.c:1217
13871392
msgid "Activation of BITLK device with clear key protection is not supported."
13881393
msgstr ""
13891394

1390-
#: lib/bitlk/bitlk.c:1256
1395+
#: lib/bitlk/bitlk.c:1258
13911396
#, c-format
13921397
msgid ""
13931398
"WARNING: BitLocker volume size %<PRIu64> does not match the underlying "
13941399
"device size %<PRIu64>"
13951400
msgstr ""
13961401

1397-
#: lib/bitlk/bitlk.c:1383
1402+
#: lib/bitlk/bitlk.c:1385
13981403
msgid ""
13991404
"Cannot activate device, kernel dm-crypt is missing support for BITLK IV."
14001405
msgstr ""
14011406

1402-
#: lib/bitlk/bitlk.c:1387
1407+
#: lib/bitlk/bitlk.c:1389
14031408
msgid ""
14041409
"Cannot activate device, kernel dm-crypt is missing support for BITLK "
14051410
"Elephant diffuser."
14061411
msgstr ""
14071412

1408-
#: lib/bitlk/bitlk.c:1391
1413+
#: lib/bitlk/bitlk.c:1393
14091414
msgid ""
14101415
"Cannot activate device, kernel dm-crypt is missing support for large sector "
14111416
"size."
14121417
msgstr ""
14131418

1414-
#: lib/bitlk/bitlk.c:1395
1419+
#: lib/bitlk/bitlk.c:1397
14151420
msgid "Cannot activate device, kernel dm-zero module is missing."
14161421
msgstr ""
14171422

0 commit comments

Comments
 (0)