[Goodies-commits] r6352 - xfburn/trunk

David Mohr squisher at xfce.org
Sun Dec 21 04:22:33 CET 2008


Author: squisher
Date: 2008-12-21 03:22:33 +0000 (Sun, 21 Dec 2008)
New Revision: 6352

Modified:
   xfburn/trunk/NEWS
   xfburn/trunk/README
   xfburn/trunk/configure.in.in
Log:
Preparing for release

Modified: xfburn/trunk/NEWS
===================================================================
--- xfburn/trunk/NEWS	2008-12-21 03:09:24 UTC (rev 6351)
+++ xfburn/trunk/NEWS	2008-12-21 03:22:33 UTC (rev 6352)
@@ -1,6 +1,7 @@
-xfburn 0.4.0 (2008-11-XX)
+xfburn 0.4.0 (2008-12-20)
 ============-------------
 
+- Display an error if gstreamer realizes a plugin is missing to decode a file
 - Jean-François Wauthy officially retired as maintainer. Thank you for all the
   work, p0llux!
 - Add symlink as symlink, and not the referenced files to a data composition
@@ -16,7 +17,7 @@
 - Internal and string improvements
 
 xfburn 0.3.91 (2008-11-03)
-============-------------
+=============------------
 
 - Use gstreamer to decompress any supported audio files to burn an audio CD ("gst" transcoder)
   NOTE: support for this is new, and not too unlikely to have some bugs ;-)

Modified: xfburn/trunk/README
===================================================================
--- xfburn/trunk/README	2008-12-21 03:09:24 UTC (rev 6351)
+++ xfburn/trunk/README	2008-12-21 03:22:33 UTC (rev 6352)
@@ -2,7 +2,7 @@
 xfburn
 ------
 
-Version 0.4.0, 2008-11-XX
+Version 0.4.0, 2008-12-20
 
 http://www.xfce.org/projects/xfburn/
 
@@ -114,15 +114,16 @@
 the sources, and to install gdb. If you can handle that, here are the exact
 instructions:
 
-1) Rebuild xfburn with debugging support (grab the sources, and run:
-   $ ./configure --enable-debug=full && make clean all )
-2) Enable core dumps, then run xfburn until it hangs:
+1) Rebuild xfburn with debugging support - grab the sources, and run:
+   $ ./configure --enable-debug=full && make clean all
+2) Enable core dumps, then run xfburn until it hangs, or crashes:
    $ ulimit -c unlimited; xfburn/xfburn 2>&1 | tee xfburn.output
 3) From another terminal, kill xfburn (only if it hasn't crashed already, of coures)
    $ kill -SEGV `pidof xfburn`
 4) Get a backtrace from the coredump:
    $ gdb xfburn/xfburn core.32270 --batch -ex 'thread apply all bt' > xfburn.backtrace
-   (Note that sometimes the core.xxxxxx file is just called core)
+   (Note that sometimes the core.xxxxxx file is just called core, and that 32270 is
+    just an arbitrary number - yours will be different)
 5) Open up a bug report at http://bugzilla.xfce.org for xfburn, and add
    both the xfburn.output and the xfburn.backtrace files to it. Done!
    There is no need to attach the core dump, as it is heavily system dependent.

Modified: xfburn/trunk/configure.in.in
===================================================================
--- xfburn/trunk/configure.in.in	2008-12-21 03:09:24 UTC (rev 6351)
+++ xfburn/trunk/configure.in.in	2008-12-21 03:22:33 UTC (rev 6352)
@@ -5,7 +5,7 @@
 m4_define([xfburn_version_minor], [4])
 m4_define([xfburn_version_micro], [0])
 m4_define([xfburn_version_build], [@REVISION@])
-m4_define([xfburn_version_tag], [svn])
+m4_define([xfburn_version_tag], [])
 m4_define([xfburn_version], [xfburn_version_major().xfburn_version_minor().xfburn_version_micro()ifelse(xfburn_version_tag(), [svn], [xfburn_version_tag()-xfburn_version_build()], [xfburn_version_tag()])])
 
 dnl Initialize autoconf




More information about the Goodies-commits mailing list