[Xfce4-commits] [apps/xfburn] 01/01: Prepare for releasing v0.5.2

noreply at xfce.org noreply at xfce.org
Thu Apr 10 04:02:47 CEST 2014


This is an automated email from the git hooks/post-receive script.

squisher pushed a commit to branch master
in repository apps/xfburn.

commit 564c9bc7ea29e624c78859994724dc9521c1c51b
Author: David Mohr <david at mcbf.net>
Date:   Wed Apr 9 20:02:04 2014 -0600

    Prepare for releasing v0.5.2
    
    0.5.1 was reserved for a development version.
---
 NEWS            |    2 +-
 README          |    8 ++++----
 configure.in.in |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index 3223047..00a5fb8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-xfburn 0.5.2 (2014-04-XX)
+xfburn 0.5.2 (2014-04-09)
 ============-------------
 
 - Blu-Ray support
diff --git a/README b/README
index 0ce7017..e5a8927 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
 xfburn
 ------
 
-Version 0.5.2, 2014-04-XX
+Version 0.5.2, 2014-04-09
 
 http://www.xfce.org/projects/xfburn/
 
@@ -29,9 +29,9 @@ Currently implemented is:
 
 At this time there is no multisession support.
 
-Note: Stream Recording disables error management for BD only. Using it seems
-to be the best option since discs with errors tend to fail even with stream
-recording disabled.
+Note: Stream Recording disables error management for BD only, which increases
+the burning speed. Using it seems to be the best option since discs with
+errors tend to fail even when stream recording is disabled.
 
 ------------------------
 Audio CD support details
diff --git a/configure.in.in b/configure.in.in
index 717d670..9c1b5d2 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -3,13 +3,13 @@ dnl $Id$
 dnl Version information
 m4_define([xfburn_version_major], [0])
 m4_define([xfburn_version_minor], [5])
-m4_define([xfburn_version_micro], [1])
+m4_define([xfburn_version_micro], [2])
 m4_define([xfburn_version_build], [@REVISION@])
 m4_define([xfburn_version_tag], [])
 m4_define([xfburn_version], [xfburn_version_major().xfburn_version_minor().xfburn_version_micro()ifelse(xfburn_version_tag(), [git], [xfburn_version_tag()-xfburn_version_build()], [xfburn_version_tag()])])
 
 dnl Initialize autoconf
-AC_COPYRIGHT([Copyright (c) 2005-2008 Jean-François Wauthy <pollux at xfce.org>, 2008-2012 David Mohr <david at mcbf.net>])
+AC_COPYRIGHT([Copyright (c) 2005-2008 Jean-François Wauthy <pollux at xfce.org>, 2008-2014 David Mohr <david at mcbf.net>])
 AC_INIT([xfburn], [xfburn_version], [xfburn at xfce.org])
 
 dnl Initialize automake

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list