Skip to content

Commit cbd93f7

Browse files
committed
Version 2.8.3.
1 parent 933e46e commit cbd93f7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Download
3939
Release notes and tarballs are available at
4040
[kernel.org](https://cdn.kernel.org/pub/linux/utils/cryptsetup/).
4141

42-
**The latest stable cryptsetup release version is 2.8.2**
43-
* [cryptsetup-2.8.2.tar.xz](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-2.8.2.tar.xz)
44-
* Signature [cryptsetup-2.8.2.tar.sign](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-2.8.2.tar.sign)
42+
**The latest stable cryptsetup release version is 2.8.3**
43+
* [cryptsetup-2.8.3.tar.xz](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-2.8.3.tar.xz)
44+
* Signature [cryptsetup-2.8.3.tar.sign](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-2.8.3.tar.sign)
4545
_(You need to decompress file first to check signature.)_
46-
* [Cryptsetup 2.8.2 Release Notes](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/v2.8.2-ReleaseNotes).
46+
* [Cryptsetup 2.8.3 Release Notes](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/v2.8.3-ReleaseNotes).
4747

4848
[Previous versions](https://cdn.kernel.org/pub/linux/utils/cryptsetup)
4949

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.2])
2+
AC_INIT([cryptsetup],[2.8.3])
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.2')
5+
version: '2.8.3')
66

77
libcryptsetup_version = '12.11.0'
88

misc/fedora/cryptsetup.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Summary: Utility for setting up encrypted disks
44
Name: cryptsetup
5-
Version: 2.8.2
5+
Version: 2.8.3
66
Release: 1%{?dist}
77
License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception
88
URL: https://gitlab.com/cryptsetup/cryptsetup

po/cryptsetup.pot

Lines changed: 2 additions & 2 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.2\n"
8+
"Project-Id-Version: cryptsetup 2.8.3\n"
99
"Report-Msgid-Bugs-To: cryptsetup@lists.linux.dev\n"
10-
"POT-Creation-Date: 2025-12-18 16:52+0100\n"
10+
"POT-Creation-Date: 2025-12-19 13:44+0100\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"

0 commit comments

Comments
 (0)