]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Start bumping version numbers in preparation for 1.46.6 release
authorTheodore Ts'o <tytso@mit.edu>
Thu, 1 Sep 2022 14:56:20 +0000 (10:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 1 Sep 2022 14:56:20 +0000 (10:56 -0400)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
README
debian/changelog
doc/libext2fs.texinfo
version.h

diff --git a/README b/README
index a071672fa4e0ad3be91ee52ad1ee8893bc08932f..31398541f4773dcb68f3eaefc7857afee79ad4eb 100644 (file)
--- 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
index 3b6124b145808e923417c2f26c2c9ce4cfec2ffd..f0eb38b936c0623719c642afc0cfa2f9e1185a74 100644 (file)
@@ -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
index 98100c4b500f0c07ebabc42aa6949bf3561c02b0..3043398de3ae7a50ade3564dbb907a5d906c40fd 100644 (file)
@@ -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::  
index 00c3b85ed5ecb4ceff5fa45af128fb2ac81b8963..90084877bc5850e95cf32fd73e891469aa465afe 100644 (file)
--- 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"