libisoburn 1.1.6-2 source package in Ubuntu

Changelog

libisoburn (1.1.6-2) unstable; urgency=low

  * Fix funny typo in xorriso binary package description.
    Thanks to Davide Prina (Closes: #643993).

libisoburn (1.1.6-1) unstable; urgency=low

  * New upstream release
  libisoburn novelties:
    + Test suite for all three libburnia libraries.
      See file releng/README in libisoburn source if you are
      interested how to run the test suite yourself.
  xorriso novelties:
    + Bug fix: -extract_single extracted directory content
    + Bug fix: -extract was not immediately aborted
      if -abort_on was triggered
    + Bug fix: xorriso did not write to files in filesystems
      with >= 4 TB free space
    + New option -list_extras
    + New -osirrox option strict_acl
    + New -find and -findx action list_extattr
    + Workaround for collision with Linux udev which lets
      device links vanish. xorriso runs which use devce links
      like /dev/cdrw could abort after successfully writing a
      session, because udev removed the link due to inability
      to open the device file for examination.
  * Build depend on libburn and libisofs 1.1.6.

libisoburn (1.1.4-1) unstable; urgency=low

  * New upstream release
    + Bug fix: xorriso native mode on some drives wrote
      unreadble ISO images to CD.
    + Bug fix: -assert_volid did not work.
      Regression since version 1.1.0.
    + Bug fix: -acl or -xattr worked with -extract only on
      Linux and FreeBSD
    + New option -device_links
  * Build depend on libburn 1.1.4 and libisofs 1.1.4.
  * Build depend on kfreebsd-any instead of kfreebsd-$arch.
  * Use xorriso.{manpages|examples} rather than xorriso.install
    for installation of manpages and examples.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:06:50 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Libburnia packagers
Architectures:
any all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libisoburn_1.1.6.orig.tar.gz 1.1 MiB 292208eb82117c61943d4566068913a595e3aec159d8292d0ce22aed461717be
libisoburn_1.1.6-2.debian.tar.gz 10.6 KiB ad773df4b38860716a62ff45c6d945e268c4cfa5cda802f202d364d0d983796e
libisoburn_1.1.6-2.dsc 2.4 KiB 11f395f3b0f8cfaca988a0f0760f901d8300625b580a71cd912a83ddeb9c27c0

Available diffs

View changes file

Binary packages built by this source

libisoburn-dbg: debugging symbols for libisoburn and xorriso

 libisoburn is a frontend for the libraries libburn and libisofs. It handles
 creation and inspection of ISO 9660 file systems on all CD/DVD media supported
 by libburn.
 .
 This package contains debugging files useful for investigating any problems
 with the binaries found in the packages 'libisoburn' and 'xorriso'.

libisoburn-dev: development package for libisoburn

 This package contains the headers, pkgconfig data, and static library for
 libisoburn.

libisoburn-doc: development package for libisoburn

 This package contains the documentation for libisoburn.

libisoburn1: library to handle creation and inspection of ISO 9660 file systems

 libisoburn is a frontend for the libraries libburn and libisofs. It handles
 creation and inspection of ISO 9660 file systems on all CD/DVD media supported
 by libburn. These include media like DVD+RW, which does not support multi-
 session management at media level, as well as plain disk files and block
 devices.

xorriso: command line ISO 9660 and Rock Ridge manipulation tool

 xorriso is a command line and dialog application, which creates, loads,
 manipulates, and writes ISO 9660 file system images with Rock Ridge
 extensions.
 .
 It maps file objects from POSIX compliant file systems into Rock Ridge
 enhanced ISO 9660 file systems and features session-wise manipulation
 of such file systems. It can load the management information of existing
 ISO images and write the resulting session to optical medium or as
 file system objects.
 .
 Supported optical media types:
  - CD-R, CD-RW
  - DVD-R, DVD-R DL, DVD-RW, DVD+R, DVD+R DL, DVD+RW, DVD-RAM
  - BD-R, BD-RE
 .
 Some interesting features:
  - Emulation of the mkisofs and cdrecord programs.
  - Data backup and restore capabilities - compression, ACLs, and filters.
  - Isohybrid MBR with partition offset - features booting ISOLINUX from
    USB sticks, or from other devices that appear to PC-BIOS as hard disks.
    The images carry a conventional partition table for a USB stick;
    the first partition reports the size of the ISO image, but starts at a
    non-zero address. It is nevertheless still mountable.
  - Jigdo Template Export - jigdo representation of the resulting ISO 9660
    image, generated on the fly.
 .
 Test suite:
  xorriso source code comes with a release engineering test-suite
  called `releng', aiming to cover most of the functionality of the xorriso
  and the underlying libraries of libburn, libisofs and libisoburn.