From 5b6849dc6268dfdede6e57c50d28f4179416b127 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 31 Jan 2010 08:31:32 +0100 Subject: [PATCH] Releasing version 3.0.9. Signed-off-by: Daniel Baumann --- ChangeLog | 13 +++++++++++++ src/version.h | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0740e2c..a60ef1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +commit 9415707c2c9ad22b48660593915667dd228722fa +Author: Daniel Kahn Gillmor +Date: Sun Jan 31 00:11:41 2010 -0500 + + Be sure to store the updated reserved_sector count in the boot sector, + see Debian bug #567337. + +commit 68b3f00471f60a692fe021d65289bbaf2dc990d5 +Author: Daniel Baumann +Date: Sat Jan 23 10:16:18 2010 +0100 + + Releasing upstream version 3.0.8. + commit 69dbf2e002f0cb3f0781256dec7258b66ffae3b6 Author: Daniel Baumann Date: Sat Jan 23 10:15:01 2010 +0100 diff --git a/src/version.h b/src/version.h index df95f2a..33061f3 100644 --- a/src/version.h +++ b/src/version.h @@ -22,7 +22,7 @@ #ifndef _version_h #define _version_h -#define VERSION "3.0.8" -#define VERSION_DATE "23 Jan 2010" +#define VERSION "3.0.9" +#define VERSION_DATE "31 Jan 2010" #endif