[Pkg-libburnia-commits] r218 - in trunk: libburn/debian libisoburn/debian libisofs/debian

George Danchev danchev at alioth.debian.org
Sun Jun 19 01:58:12 UTC 2011


Author: danchev
Date: 2011-06-19 13:58:11 +0000 (Sun, 19 Jun 2011)
New Revision: 218

Modified:
   trunk/libburn/debian/changelog
   trunk/libisoburn/debian/changelog
   trunk/libisoburn/debian/control
   trunk/libisofs/debian/changelog
Log:
preparing to release 1.1.0 packages

Modified: trunk/libburn/debian/changelog
===================================================================
--- trunk/libburn/debian/changelog	2011-06-18 05:24:18 UTC (rev 217)
+++ trunk/libburn/debian/changelog	2011-06-19 13:58:11 UTC (rev 218)
@@ -1,3 +1,16 @@
+libburn (1.1.0-1) unstable; urgency=low
+
+  * New upstream release
+    + Bug fix: burn_disc_format() on DVD-RW issued
+      wrong block size with type 00h
+    + New API call burn_disc_next_track_is_damaged()
+    + New API call burn_disc_close_damaged()
+    + Dropped suffix .plXY from tarball name
+    + Release 1.0.8 was skipped to get back in
+      sync with libisofs and libisoburn.
+
+ -- George Danchev <danchev at spnet.net>  Sun, 19 Jun 2011 16:57:17 +0300
+
 libburn (1.0.6.pl00-2) unstable; urgency=low
 
   * [GD] Drop cdbs, switch to dh

Modified: trunk/libisoburn/debian/changelog
===================================================================
--- trunk/libisoburn/debian/changelog	2011-06-18 05:24:18 UTC (rev 217)
+++ trunk/libisoburn/debian/changelog	2011-06-19 13:58:11 UTC (rev 218)
@@ -1,5 +1,19 @@
-libisoburn (1.0.8.pl00-5) UNRELEASED; urgency=low
+libisoburn (1.1.0-1) unstable; urgency=low
 
+  * New upstream release
+    + Bug fix: -mount_opts shared worked only with -osirrox o_excl_off
+    + Bug fix: Production of MIPS bootable images caused SIGSEGV
+    + Bug fix: xorriso command -add_plainly "any" did not add all
+      files to the image
+    + Bug fix: The attempt to blank already blank DVD-RW was not
+      gracefully blocked
+    + Bug fix: -as mkisofs -isohybrid-mbr without -no-pad was not
+      cylinder aligned
+    + New option -signal_handling
+    + New option -close_damaged
+    + Dropped suffix .plXY from tarball name
+  * [GD] Build depend on libburn 1.1.0 and libisofs 1.1.0
+         (as declared in libisoburn-1.1.0/configure.ac)
   * [GD] Filter around dh_listpackages to decide whether or not to
          call doxygen (i.e. if -doc is built), instead of hackery like:
 	 if [ -x /usr/bin/doxygen ]; then doxygen doc/doxygen.conf; fi.
@@ -9,7 +23,7 @@
   * [GD] Expose libburn and libisofs required versions from configure.ac.
   * [GD] Drop graphviz from Build-Depends-Indep, not needed anymore.
 
- -- George Danchev <danchev at spnet.net>  Sat, 28 May 2011 09:36:17 +0300
+ -- George Danchev <danchev at spnet.net>  Sun, 19 Jun 2011 16:57:35 +0300
 
 libisoburn (1.0.8.pl00-4) unstable; urgency=low
 

Modified: trunk/libisoburn/debian/control
===================================================================
--- trunk/libisoburn/debian/control	2011-06-18 05:24:18 UTC (rev 217)
+++ trunk/libisoburn/debian/control	2011-06-19 13:58:11 UTC (rev 218)
@@ -3,9 +3,10 @@
 Priority: optional
 Maintainer: Debian Libburnia packagers <pkg-libburnia-devel at lists.alioth.debian.org>
 Uploaders: George Danchev <danchev at spnet.net>, Mario Danic <mario.danic at gmail.com>, Mats Erik Andersson <mats.andersson at gisladisker.se>
-Build-Depends: autotools-dev, debhelper (>= 8), libreadline-dev,
-               libburn-dev (>= 1.0.6.pl00), libisofs-dev (>= 1.0.6), libjte-dev, pkg-config, 
-	       zlib1g-dev, libacl1-dev, libattr1-dev, libcam-dev [kfreebsd-i386 kfreebsd-amd64]
+Build-Depends: autotools-dev, pkg-config, debhelper (>= 8),
+               libburn-dev (>= 1.1.0), libisofs-dev (>= 1.1.0),
+	       libreadline-dev, zlib1g-dev, libacl1-dev, libattr1-dev, libjte-dev,
+	       libcam-dev [kfreebsd-i386 kfreebsd-amd64]
 Build-Depends-Indep: doxygen
 Standards-Version: 3.9.2
 Homepage: http://libburnia-project.org

Modified: trunk/libisofs/debian/changelog
===================================================================
--- trunk/libisofs/debian/changelog	2011-06-18 05:24:18 UTC (rev 217)
+++ trunk/libisofs/debian/changelog	2011-06-19 13:58:11 UTC (rev 218)
@@ -1,5 +1,10 @@
-libisofs (1.0.8-2) UNRELEASED; urgency=low
+libisofs (1.1.0-1) unstable; urgency=low
 
+  * New upstream release
+       + Bugfix: Padding as of iso_write_opts_set_tail_blocks()
+         was added only after cylinder alignment as of
+         iso_write_opts_set_system_area() and
+	 thus spoiled this alignment.            Closes: #630607  
   * [GD] Drop cdbs, switch to dh
        + use libisofs-doc.docs rather than libisofs-doc.install.
        + filter -doc around dh_listpackages.
@@ -9,7 +14,7 @@
   * [GD] Move doxygen to Build-Depends-Indep.
   * [GD] Install demo/*.c via libisofs-doc.examples.
 
- -- George Danchev <danchev at spnet.net>  Fri, 17 Jun 2011 11:39:50 +0300
+ -- George Danchev <danchev at spnet.net>  Sun, 19 Jun 2011 16:57:46 +0300
 
 libisofs (1.0.8-1) unstable; urgency=low
 




More information about the Pkg-libburnia-commits mailing list