dwww Home | Show directory contents | Find package

libburn (1.5.4-1) unstable; urgency=low

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Drop unnecessary dependency on dh-autoreconf.
  * Update standards version to 4.5.0, no changes needed.

  [ Thomas Schmitt ]
  * Changed Standards-Version to 4.5.1
    No changes needed according to packaging-manuals/upgrading-checklist.txt
  * Changed in libburn4.lintian-overrides tag name shlib-calls-exit to
    exit-in-shared-library
  * Removed recognition of Debian kfreebsd as system where libcam provides
    SCSI command passthrough, because libcam vanished from Debian kfreebsd
  * New upstream version 1.5.4
    + Bug fix: Early SCSI commands from sg-linux.c were not logged
    + New API call burn_drive_set_speed_exact()
    + New API call burn_nominal_slowdown()
  * update (doc): simplify mentoring instructions

 -- Thomas Schmitt <scdbackup@gmx.net>  Tue, 31 Aug 2021 18:51:21 +0200

libburn (1.5.2-1) unstable; urgency=low

  * New upstream release
    + Bug fix: No lock was obtained for setting up a fifo object
    + Bug fix: Stream recording was applied regardless whether the drive
               offers it.
               This caused Xfburn failures with some MATSHITA laptop drives.
    + Bug fix: TDK Corporation was not recognized as manufacturer of
               DVD-R "TTH02"
    + Made libburn ready for building out-of-source. Thanks Ross Burton.
    + New API calls burn_drive_get_feature_codes(), burn_drive_get_feature()
    + New cdrskin option --list_features
  * Patch taken from upstream development
    + cdrskin multi-track burning was slow and stalled after track 1.
      Regression introduced in version 1.5.0 by commit 84fad99, 2018.02.05,
      which should fix a bug with O_DIRECT track reading.
      For now, O_DIRECT is forcefully disabled in libburn and 84fad99 is
      effectively reverted in cdrskin. Debian never enabled O_DIRECT, so
      84fad99 was never desirable.
  * Changed Build-Depends: "debhelper (>= 9)" to "debhelper-compat (= 12)" and
    removed debian/compat by cme "fix" "dpkg".
  * Changed Standards-Version to 4.4.1
    No changes needed according to packaging-manuals/upgrading-checklist.txt
  * Removed AUTHORS README NEWS from libburn-doc.docs because already in -dev.

 -- Thomas Schmitt <scdbackup@gmx.net>  Sun, 01 Dec 2019 18:11:05 +0100

libburn (1.5.0-1) unstable; urgency=low

  [ Thomas Schmitt ]
  * New upstream release
    + Bug fix: cdrskin threw errno 22 on data file input if libburn is
               configured with --enable-track-src-odirect
    + Bug fix: SIGSEGV could happen if a track ended by reaching its fixed size
               while the track source still was willing to deliver bytes.
               Thanks to user swordragon.
    + Bug fix: Device file comparison parameters were recorded wrong with
               Linux sg
  * Removed ${shlibs:Depends} from packages -dev, -dbg, and -doc.
    + "cme modify dpkg-control" additionally re-arranged some definitions.
  * Removed explicit -dbg package definition from control and rules.
  * Updated package descriptions.
    + libburn synopsis now mentions BD.
    + cdrskin description now has less low-level technical details.
  * Changed Standards-Version to 4.2.1
    No changes needed according to packaging-manuals/upgrading-checklist.txt
  * Corrected a false statement in Description.
    + libburn does not master, but only read and write.
  * Replaced in control file alioth repo URL by salsa repo URL:
    + Vcs-Git: https://salsa.debian.org/optical-media-team/libburn.git

  [ Dominique Dumont ]
  * add debian/gbp.conf
  * add README.source

 -- Thomas Schmitt <scdbackup@gmx.net>  Fri, 05 Oct 2018 21:21:10 +0200

libburn (1.4.8-1) unstable; urgency=low

  * New upstream release
    + Bug fix: Option -dummy did not affect writing by direct_write_amount=
    + New API call burn_drive_reset_simulate()
    + New API call burn_drive_get_bd_r_pow()
    + Refusing to write to BD-R if formatted to Pseudo Overwrite
  * Changed Standards-Version to 4.1.0
    + Removed "Priority: extra" from Package: libburn-dbg

 -- Thomas Schmitt <scdbackup@gmx.net>  Sat, 16 Sep 2017 10:59:03 +0200

libburn (1.4.6-1) unstable; urgency=low

  * New upstream release
    + Bug fix: SAO CD could be perceived 2 blocks to short.
               Regression in 1.4.4 by rev 5672.
    + New API call burn_drive_set_immed()
    + New cdrskin option use_immed_bit=
  * Changed Vcs-Browser URI in debian/control to https
  * Adapted Priority of libburn-dev and libburn-doc to FTP Master overrides
  * Marked libburn-doc as Multi-Arch: foreign

 -- Thomas Schmitt <scdbackup@gmx.net>  Sat, 17 Sep 2016 18:23:25 +0200

libburn (1.4.4-1) unstable; urgency=low

  * New upstream release
    + Bug fix: Option drive_scsi_dev_family=sg did not convert /dev/sr* to
              /dev/sg*
    + Bug fix: burn_make_input_sheet_v07t() falsly recognized double byte
               encoding. Affected cdrskin option: cdtext_to_v07t=
    + Bug fix: Double free at end of run if burn_write_opts_set_leadin_text() is
               used. Affected cdrskin option: textfile=
    + Bug fix: DVD book type of DVD+RW DL and DVD+R DL was reported wrong.
               Thanks to Etienne Bergeron.
  * Changed Standards-Version to 3.9.8
    No changes needed according to packaging-manuals/upgrading-checklist.txt
  * Applied cme "fix" "dpkg" to change debian/copyright header "Format:"

 -- Thomas Schmitt <scdbackup@gmx.net>  Sun, 10 Jul 2016 08:36:18 +0200

libburn (1.4.2.pl01-2) unstable; urgency=low

  * Changed Standards-Version to 3.9.7
    No changes needed according to packaging-manuals/upgrading-checklist.txt
  * Reacted on lintian hardening warnings by debian/rules variable
    DEB_BUILD_MAINT_OPTIONS = hardening=+all

 -- Thomas Schmitt <scdbackup@gmx.net>  Fri, 5 Feb 2016 18:57:35 +0200

libburn (1.4.2.pl01-1) unstable; urgency=low

  * New upstream bugfix release
    + Bug fix: cdrskin failed with "failed to attach fifo" when burning
               from stdin. Regression of 1.4.2, rev 5522.
  * Multiarchify the library packages. (Closes: #813020)
    by Matthias Klose <doko@ubuntu.com>
  * Removed uversionmangle rule from debian/watch.

 -- Thomas Schmitt <scdbackup@gmx.net>  Sat, 30 Jan 2016 20:58:29 +0200

libburn (1.4.2-1) unstable; urgency=low

  * New upstream release
    + Bug fix: burn_disc_get_media_id() returned BD identifiers 2 chars
               too long
    + Bug fix: burn_disc_get_multi_caps() returned 2048 bytes too many in
               caps.start_range_high
    + Bug fix: Media summary session count of blank and closed media was
               short by 1
    + Bug fix: Endless loop if transport error occurs while waiting for
               drive ready
    + New API calls burn_drive_get_serial_no() and burn_drive_get_media_sno()
    + Result of a Coverity audit: 40+ code changes, but no easy-to-trigger bugs
  * Removed patch 01-recognize-kfreebsd-for-libcam.patch
  * Removed "cdck" from Suggests because not available on kfreebsd
  * Changed Priority of libburn-dev and libburn-doc to "extra"

 -- Thomas Schmitt <scdbackup@gmx.net>  Sun, 29 Nov 2015 16:59:52 +0200

libburn (1.4.0-3) unstable; urgency=low

  * Fixed failure to recognize the need for libcam on Debian GNU/kFreeBSD
  * lintian:
    + Silenced complaint extended-description-is-probably-too-short
    + Added override for shlib-calls-exit (use of exit() is controlled by API)

 -- Thomas Schmitt <scdbackup@gmx.net>  Fri, 18 Sep 2015 13:59:50 +0200

# For older changelog entries, run 'apt-get changelog libburn4'

Generated by dwww version 1.14 on Sun Feb 2 13:38:52 CET 2025.