Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Apps
xfburn
Commits
564c9bc7
Commit
564c9bc7
authored
Apr 09, 2014
by
David Mohr
Browse files
Prepare for releasing v0.5.2
0.5.1 was reserved for a development version.
parent
32a83bb2
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
564c9bc7
xfburn 0.5.2 (2014-04-
XX
)
xfburn 0.5.2 (2014-04-
09
)
============-------------
- Blu-Ray support
...
...
README
View file @
564c9bc7
...
...
@@ -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 seem
s
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 increase
s
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
...
...
configure.in.in
View file @
564c9bc7
...
...
@@ -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@xfce.org>, 2008-201
2
David Mohr <david@mcbf.net>])
AC_COPYRIGHT([Copyright (c) 2005-2008 Jean-François Wauthy <pollux@xfce.org>, 2008-201
4
David Mohr <david@mcbf.net>])
AC_INIT([xfburn], [xfburn_version], [xfburn@xfce.org])
dnl Initialize automake
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment