aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2022-09-01 10:56:20 -0400
committerTheodore Ts'o <tytso@mit.edu>2022-09-01 10:56:20 -0400
commit58a366d1339c09497e3a92a9bdacdf3b79b905d2 (patch)
tree8e2e1c95a726776a63633ced82021eff68ec5f2d
parent6659ba6a3bb33797b64ee7e5de1b9a9097946dbd (diff)
downloade2fsprogs-58a366d1339c09497e3a92a9bdacdf3b79b905d2.tar.gz
Start bumping version numbers in preparation for 1.46.6 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--README2
-rw-r--r--debian/changelog6
-rw-r--r--doc/libext2fs.texinfo8
-rw-r--r--version.h4
4 files changed, 13 insertions, 7 deletions
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 <tytso@mit.edu> 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"