From 13cdb4d262b4042ec2d94d706e30f45a63f1c029 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 30 Jun 2012 19:10:44 +0200 Subject: [PATCH] Releasing version 3.0.13. Signed-off-by: Daniel Baumann --- ChangeLog | 14 ++++++++++++++ src/version.h | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b8dc2e0..3ca729d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +commit ab301a67cb54ec1d355e3d4aaff3897f005a9f3e +Author: Jaroslav Škarvada +Date: Sat Jun 30 19:09:11 2012 +0200 + + Fix 'dosfslabel throws "Seek to 114116076544:Invalid argument" error when labeling'. + + See https://bugzilla.redhat.com/show_bug.cgi?id=693662 for more information. + +commit 7f3903b870a72d979e42386e17a75c610d09742a +Author: Daniel Baumann +Date: Sat Oct 29 08:40:53 2011 +0200 + + Releasing upstream version 3.0.12. + commit 2e20319843ea85d77c51a9ce9a9b278662426d98 Author: Michael Casadevall Date: Tue Jun 7 19:19:30 2011 +0200 diff --git a/src/version.h b/src/version.h index 6379103..3bcf41d 100644 --- a/src/version.h +++ b/src/version.h @@ -22,7 +22,7 @@ #ifndef _version_h #define _version_h -#define VERSION "3.0.12" -#define VERSION_DATE "29 Oct 2011" +#define VERSION "3.0.13" +#define VERSION_DATE "30 Jun 2012" #endif