From: Theodore Ts'o Date: Thu, 1 Sep 2022 14:56:20 +0000 (-0400) Subject: Start bumping version numbers in preparation for 1.46.6 release X-Git-Tag: v1.46.6-rc1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58a366d1339c09497e3a92a9bdacdf3b79b905d2;p=thirdparty%2Fe2fsprogs.git Start bumping version numbers in preparation for 1.46.6 release Signed-off-by: Theodore Ts'o --- diff --git a/README b/README index a071672fa..31398541f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - This is the new version (1.46.4) of the second extended file + This is the new version (1.46.6) of the second extended file system management programs. From time to time, I release new versions of e2fsprogs, to fix diff --git a/debian/changelog b/debian/changelog index 3b6124b14..f0eb38b93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +e2fsprogs (1.46.6~rc0-1) unstable; urgency=medium + + * Trial upstream release for 1.46.6 + + -- Theodore Y. Ts'o Thu, 01 Sep 2022 10:47:58 -0400 + e2fsprogs (1.46.5-1) unstable; urgency=medium * New upstream release diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 98100c4b5..3043398de 100644 --- a/doc/libext2fs.texinfo +++ b/doc/libext2fs.texinfo @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename libext2fs.info -@settitle The EXT2FS Library (version 1.46.5) +@settitle The EXT2FS Library (version 1.46.6) @synindex tp fn @comment %**end of header @@ -60,8 +60,8 @@ by the author. @title The EXT2FS Library @subtitle The EXT2FS Library -@subtitle Version 1.46.5 -@subtitle December 2021 +@subtitle Version 1.46.6 +@subtitle September 2022 @author by Theodore Ts'o @@ -101,7 +101,7 @@ by the Foundation. @top The EXT2FS Library -This manual documents the EXT2FS Library, version 1.46.5. +This manual documents the EXT2FS Library, version 1.46.6. @menu * Introduction to the EXT2FS Library:: diff --git a/version.h b/version.h index 00c3b85ed..90084877b 100644 --- a/version.h +++ b/version.h @@ -7,5 +7,5 @@ * file may be redistributed under the GNU Public License v2. */ -#define E2FSPROGS_VERSION "1.46.5" -#define E2FSPROGS_DATE "30-Dec-2021" +#define E2FSPROGS_VERSION "1.46.6-rc0" +#define E2FSPROGS_DATE "1-Sep-2022"