From 1acf3be95ced70d50fe77f5a0ada3205ff8b94b0 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 16 Feb 2004 22:52:14 +0000 Subject: [PATCH] Ensure packaging and configuring is done correctly, after libhandle extension. --- VERSION | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 6 ++++-- libhandle/Makefile | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 617c134d4..081669536 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=6 -PKG_REVISION=3 +PKG_REVISION=4 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index 7c8bd4927..1feb4d9fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (2.6.4-1) unstable; urgency=low + + * New upstream release. + + -- Nathan Scott Tue, 17 Feb 2004 08:37:40 +1100 + xfsprogs (2.6.3-1) unstable; urgency=low * New upstream release. diff --git a/doc/CHANGES b/doc/CHANGES index 8c9fed651..94163468a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,5 +1,7 @@ -cvs - - Fix a few more libxfs/repair leaks +xfsprogs-2.6.4 (17 February 2003) + - Fix a few more libxfs/repair leaks. + - Fix up some libhandle routines, add the open_by_fshandle + routine required by recent versions of xfsdump. xfsprogs-2.6.3 (19 January 2003) - Merge Steve Langasek's work on the Debian installer diff --git a/libhandle/Makefile b/libhandle/Makefile index 155ad481b..815fcb95a 100644 --- a/libhandle/Makefile +++ b/libhandle/Makefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved. +# Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of version 2 of the GNU General Public License as @@ -35,7 +35,7 @@ include $(TOPDIR)/include/builddefs LTLIBRARY = libhandle.la LT_CURRENT = 1 -LT_REVISION = 2 +LT_REVISION = 3 LT_AGE = 0 CFILES = handle.c jdm.c -- 2.47.2