From 197588f3b28ca73475d18a5600bf6c64b1e4ce85 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 12 Apr 2004 13:10:47 -0400 Subject: [PATCH] debian/changelog Update changelog for 1.35-5 release debian/control Update standards version compliance to 3.6.1 --- debian/changelog | 22 ++++++++++++++++++++++ debian/control | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 24345e2..1ee3059 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +e2fsprogs (1.35-5) unstable; urgency=low + + * Add uuid_unparse_upper() and uuid_unparse_lower() functions to the + uuid library. + * Address GNU/KFreeBSD portability issues (Closes: #239934) + * Use unsigned for 1 bit wide bitfields in header files to avoid + Intel C++ compiler warnings. + * Use C99 stdint.h types in the uuid library + * Fix up and cleanup uuid man pages + * Change the licensing of the uuid man pages to be 3-clause BSD. + * Fix the initrd scripts so that the automatic ext3 journal + conversion actually works correctly; also allow conversion of the root + filesystem from ext3 back to ext2 (Closes: #241183) + * Minor man page fixes (Closes: #241940, 242995) + * Use the DEBUGFS_PAGER environment variable in preference to PAGER + (Closes: #239547) + * Added French translation + * Be flexible about the name of the ACPI device that cooresponds to + the AC adapter (Closes: #242136) + + -- Theodore Y. Ts'o Mon, 12 Apr 2004 12:38:34 -0400 + e2fsprogs (1.35-4) unstable; urgency=low * Fix bug in the blkid library (introduced in 1.35-3) which caused diff --git a/debian/control b/debian/control index 9c10cc8..6e79c16 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: base Priority: required Maintainer: Theodore Y. Ts'o Build-Depends: texi2html, gettext, texinfo, dc, debhelper (>= 4) -Standards-Version: 3.5.9 +Standards-Version: 3.6.1 Package: e2fsck-static Section: admin -- 1.8.3.1