From 508d7f3c88659faea10b56479955dcbee2e3eec6 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 16 Mar 2003 20:41:04 -0500 Subject: [PATCH] Update version numbers and release notes for 1.33-WIP (16-Mar-2003) release. --- README | 2 +- RELEASE-NOTES | 16 ++++++++++++++-- doc/libext2fs.texinfo | 12 ++++++------ version.h | 2 +- 4 files changed, 22 insertions(+), 10 deletions(-) diff --git a/README b/README index cf8ecfa..fb72587 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - This is the new version (1.31) of the second extended file + This is the new version (1.33) of the second extended file system management programs. From time to time, I release new versions of e2fsprogs, to fix diff --git a/RELEASE-NOTES b/RELEASE-NOTES index bca9fe5..b8dfedd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,5 +1,12 @@ -E2fsprogs 1.33-WIP (March 6, 2003) -================================== +E2fsprogs 1.33-WIP (March 16, 2003) +=================================== + +Updated and clarify copyright statement vis-a-vis alpha releases of +e2fsprogs. + +The ss library will now try to dynamically link to the readline +library and use it if it is present in the system. This means that +the debugfs program now has line editing and history features. E2fsck now finds most duplicate filenames (all when rebuilding all directories via the -D option) and offers to delete or rename @@ -50,6 +57,8 @@ default; the user has to specifically request it. Update and clarified various man pages. (Addresses Debian bugs #173612, #175233, #175113, and #170497) +Created man page for the mk_cmds program (from the libss library). + Programmer's notes: ------------------- @@ -65,6 +74,9 @@ Changes to create a subset distribution which consists only of the et, ss, uuid, and blkid libraries. The configure script and top-level makefile were changed to support working with a subset distribution. +Updated debian files to fix a number of Lintian warnings. + +Updated config.guess and config.sub with newer versions from the FSF. E2fsprogs 1.32 (Nomvember 9, 2002) ================================== diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index fba5ce4..359778c 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.32) +@settitle The EXT2FS Library (version 1.33) @synindex tp fn @comment %**end of header @@ -31,7 +31,7 @@ END-INFO-DIR-ENTRY This file documents the ext2fs library, a library for manipulating the ext2 filesystem. -Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Theodore Ts'o +Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Theodore Ts'o Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice @@ -61,8 +61,8 @@ by the author. @title The EXT2FS Library @subtitle The EXT2FS Library -@subtitle Version 1.32 -@subtitle "November 2002 +@subtitle Version 1.33 +@subtitle March 2003 @author by Theodore Ts'o @@ -77,7 +77,7 @@ by the author. @page @vskip 0pt plus 1filll -Copyright @copyright{} 1997, 1998, 1999, 2000, 2001, 2002 Theodore Ts'o +Copyright @copyright{} 1997, 1998, 1999, 2000, 2001, 2002, 2003 Theodore Ts'o @sp 2 @@ -102,7 +102,7 @@ by the Foundation. @top The EXT2FS Library -This manual documents the EXT2FS Library, version 1.32. +This manual documents the EXT2FS Library, version 1.33. @end ifinfo diff --git a/version.h b/version.h index 88fc43a..0c61387 100644 --- a/version.h +++ b/version.h @@ -7,4 +7,4 @@ */ #define E2FSPROGS_VERSION "1.33-WIP" -#define E2FSPROGS_DATE "14-Mar-2003" +#define E2FSPROGS_DATE "16-Mar-2003" -- 1.8.3.1