1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553
|
libisoburn (1.4.6-1) unstable; urgency=low
* New upstream release
+ Bug fix: The default setting of -compliance did not apply rec_mtime to
Joliet and ISO:1999.
mkisofs emulation was not affected by this bug.
+ Bug fix: -file_size_limit did not increase ISO level if necessary.
Thanks to Mattias Schlenker.
+ New API calls isoburn_igopt_set_gpt_guid(), isoburn_igopt_get_gpt_guid()
+ New command -use_immed_bit, new -as cdrecord option use_immed_bit=
+ New -volume_date mode "all_file_dates"
+ New -as mkisofs option --set_all_file_dates
+ New bootspec "gpt_disk_guid=", new -as mkisofs option --gpt_disk_guid
+ New -report_system_area modes "gpt_disk_guid", "make_guid"
+ New environment variable SOURCE_DATE_EPOCH
+ New -find action "set_to_mtime"
* Reacted on lintian warning binary-control-field-duplicates-source
* Changed Vcs-Browser URI in debian/control to https
* Excluded kfreebsd-any from cdck suggestion
* Adapted Priority of libisoburn-dev and libisoburn-doc to FTP Master
overrides
* Marked libisoburn-doc as Multi-Arch: foreign
-- Thomas Schmitt <scdbackup@gmx.net> Sat, 17 Sep 2016 18:49:28 +0200
libisoburn (1.4.4-1) unstable; urgency=low
* New upstream release
+ Bug fix: -as mkisofs did not unescape "\=" in the source part of
pathspecs
+ Bug fix: -boot_image "any" "system_area=/dev/zero" did not zeroize loaded
data
+ Bug fix: -pathspecs "on" did not properly handle "\\="
+ Bug fix: HFS+ production could cause MBR partition of type 0xEE without
GPT
+ Bug fix: HFS+ directories could announce more children than they actually
have
+ Bug fix: The HFS+ filesystem was not marked by in GPT of GRUB2 hybrid
layout
+ Bug fix: When reading an ISO filesystem, the presence of
--protective-msdos-label was not recognized if a partition is
appended
+ Bug fix: xorrisofs option --protective-msdos-label did not work if no
system area data were given by option -G or alike
+ Bug fix: -modesty_on_drive properties timeout_sec, min_usec, max_usec
read wrong numbers from the parameter text
+ Letting -as mkisofs --norock revoke the special effect of -r
+ Letting -blank on overwritable media invalidate UDF extended descriptors
+ New -pathspecs mode "as_mkisofs"
+ New -boot_image setting mbr_force_bootable=,
-as mkisofs --mbr-force-bootable
+ New -boot_image bootspecs appended_part_as=apm, part_like_isohybrid=on
+ New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid
+ New command -scsi_dev_family, new -as cdrecord option
drive_scsi_dev_family=
* Changed Standards-Version to 3.9.8
No changes needed according to packaging-manuals/upgrading-checklist.txt
* Removed obsolete patches
* Added a lintian override for gcc<->strings confusion
* Applied cme "fix" "dpkg" to change debian/copyright header "Format:"
-- Thomas Schmitt <scdbackup@gmx.net> Sun, 10 Jul 2016 08:52:46 +0200
libisoburn (1.4.2-4) 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:43:30 +0200
libisoburn (1.4.2-3) unstable; urgency=low
* Multiarchify the library packages.
by Matthias Klose <doko@ubuntu.com>
* Removed uversionmangle rule from debian/watch
-- Thomas Schmitt <scdbackup@gmx.net> Sat, 30 Jan 2016 20:22:12 +0200
libisoburn (1.4.2-2) unstable; urgency=low
* Fix for buildd failure on kfreebsd:
Build-Depend on libcam-dev [kfreebsd-any]
-- Thomas Schmitt <scdbackup@gmx.net> Mon, 07 Dec 2015 13:31:02 +0200
libisoburn (1.4.2-1) unstable; urgency=low
* New upstream release.
+ Bug fix: -backslash_codes "on" did not work outside quotes
and with showing "\r"
+ New API calls isoburn_ropt_set_truncate_mode()
isoburn_ropt_get_truncate_mode()
+ New options with isoburn_ropt_set_extensions(): isoburn_ropt_map_*
+ New command -modesty_on_drive,
new -as cdrecord -immed, minbuf=, modesty_on_drive=
+ New command -ecma119_map
+ New command -read_fs
+ New -boot_image action "replay"
+ New command -file_name_limit, -as mkisofs -file_name_limit
+ New -find test -name_limit_blocker.
+ Result of a Coverity audit: 50+ code changes, but no easy-to-trigger bugs
* Raised dependency on libburn-dev and libisofs-dev to >= 1.4.2
* Clarified description of API relations
* Added override for false lintian typo warning (caused by "gcc" and
"strings")
* Removed patch 01-silence-warning-libpthread.patch
* Changed Priority of libisoburn-dev and libisoburn-doc to "extra"
-- Thomas Schmitt <scdbackup@gmx.net> Tue, 01 Dec 2015 14:39:34 +0200
libisoburn (1.4.0-3) unstable; urgency=low
* Introduced debian/xorriso.info list. (Closes: #731023)
-- Thomas Schmitt <scdbackup@gmx.net> Sat, 12 Sep 2015 11:13:31 +0200
libisoburn (1.4.0-2) unstable; urgency=low
* New upstream release. (Closes: #787793)
+ Bug fix: Command -blank "as_needed" formatted blank BD-R.
+ Bug fix: -as mkisofs option -log-file put the log file into the image
+ Bug fix: -cut_out did not add x-permission to r-permission of directory
+ Bug fix: Command -zisofs did not accept all options emitted by
-status -zisofs
+ Bug fix: -blank force:... failed on appendable or closed media
+ Bug fix: Paths with symbolic links preceding ".." were not interpreted
properly (Closes: #738359)
+ Bug fix: -blank force:all on DVD+RW had no effect
+ Bug fix: -dev or -indev of medium with non-ISO data caused SIGSEGV
by NULL
+ New command -read_speed
+ New -close mode "as_needed", new -as cdrecord option --multi_if_possible
+ New -alter_date types: a-c , m-c , b-c , c
+ New -compliance rule joliet_utf16, new -as mkisofs option -joliet-utf16
+ New -find test -bad_outname, new -find action print_outname
+ New bootspecs hppa_*, new -as mkisofs options -hppa-* for HP-PA via PALO
+ New -find pseudo tests -use_pattern , -or_use_pattern
+ New -find action report_sections
+ New command -concat
+ New commands -report_system_area and -report_el_torito
+ New -find action "show_stream_id"
+ Optional libisofs interval reader with -append_partition and System Area
+ New -boot_image bootspec "appended_part_as=",
new -as mkisofs option -appended_part_as_gpt
+ New API call isoburn_conv_name_chars()
+ New isoburn_igopt_set_relaxed() relaxation isoburn_igopt_joliet_utf16
+ New API calls isoburn_igopt_set_stdio_endsync() and
isoburn_igopt_get_stdio_endsync
+ New API calls isoburn_igopt_set_appended_as_gpt(),
isoburn_igopt_get_appended_as_gpt()
+ New API call isoburn_igopt_set_part_flag()
and libisofs interval reader flags
+ New -report_system_area formats "cmd" and "as_mkisofs"
+ Corrected license statement if GPL-3 libreadline is linked.
(Closes: #749801)
* Closing older fixed bug: libisoburn-1.2.6 (Closes: #688527)
* Removed dependency on doxygen
* Added all content of libisoburn-*/doc/ to debian/libisoburn-doc.docs
* Updated debian/local/libisoburn.3
* Silenced warning of dpkg-buildpackage about libpthread by
patches/01-silence-warning-libpthread.patch . (Also Applied-Upstream.)
* Corrected license of upstream to GPL-2+ (from GPL-2)
* Migrated to debhelper 9 and applied changes proposed by cme.
* Added myself to Uploaders after becoming co-admin of the maintainer project
-- Thomas Schmitt <scdbackup@gmx.net> Wed, 09 Sep 2015 15:21:05 +0200
libisoburn (1.3.2-1.1) unstable; urgency=medium
[ Aurelien Jarno ]
* Non-maintainer upload.
[ Colin Watson ]
* Use dh-autoreconf to regenerate configure script (Closes: #732719).
-- Aurelien Jarno <aurel32@debian.org> Sat, 30 Aug 2014 02:13:26 +0200
libisoburn (1.3.2-1) unstable; urgency=low
* New upstream release (Closes: #709561)
* Drop patches appliad upstream
* Build-depend on libburn-dev (>= 1.3.2)
* Build-depend on libisofs-dev (>= 1.3.2)
-- George Danchev <danchev@spnet.net> Sun, 08 Sep 2013 15:09:47 +0200
libisoburn (1.2.2-2) unstable; urgency=low
* Bug fix patch: SIGSEGV-by-uninitialized-local-variable
Prevent a SIGSEGV due to usage of uninitialized local variable
with -check_media patch_lba0="on" option. Regression introduced
by version 1.0.6 (Closes: #683248)
-- George Danchev <danchev@spnet.net> Fri, 27 Jul 2012 10:26:57 +0200
libisoburn (1.2.2-1) unstable; urgency=low
* New upstream release
libisoburn novelties:
+ New API calls isoburn_get_attached_start_lba(), isoburn_attach_start_lba()
+ New API calls isoburn_igopt_set_rr_reloc(), isoburn_igopt_get_rr_reloc()
+ New API calls isoburn_ropt_set_data_cache(), isoburn_ropt_get_data_cache()
+ Bug fix: Relaxation options joliet_rec_mtime and iso1999_rec_mtime had
wrong values
xorriso novelties:
+ New commands -x, -list_arg_sorting
+ New command -rr_reloc_dir
+ New command -data_cache_size
+ New -as mkisofs option -rr_reloc, implemented option -hide-rr-moved
+ Ignore -as mkisofs -no-split-symlink-components -no-split-symlink-fields
+ Bug fix: -osirrox on:sort_lba_on -extract from / restored nearly nothing
+ Bug fix: -as mkisofs without -graft-points could not handle names with "="
* Build-depend on libisofs 1.2.2 (no need to b-depend on newer libburn)
* Drop build-dependency of libcam-dev [kfreebsd-any] - it
is not needed (resp. linked) by libisoburn source package,
and it is only libburn which uses/links CAM directly on kFreeBSD.
Thanks to Robert Millan <rmh@debian.org> (Closes: #659621)
* Likewise, drop build-dependency of zlib1g-dev, libacl1-dev,
and libattr1-dev. These are only used (linked) by libisofs.
* Improve package descriptions of libisoburn1, -dev, -dbg,
and -doc packages; also mentioning the two kind of APIs as
published by libisoburn/libisoburn.h (the low-level)
and libisoburn/xorriso.h (the higher level).
* Remove Mats Erik Andersson from Uploaders as he requested.
-- George Danchev <danchev@spnet.net> Tue, 03 Apr 2012 16:27:33 +0300
libisoburn (1.2.0-1) unstable; urgency=low
* New upstream release
libisoburn novelties:
+ New relaxations isoburn_igopt_joliet_rec_mtime,
isoburn_igopt_iso1999_rec_mtime.
xorriso novelties:
+ Bug fix: mkisofs emulation did not record mtime in ECMA-119
directories.
+ Made -compliance "rec_mtime" default for xorriso.
* Build depend on libburn >= 1.2.0 and libisofs >= 1.2.0.
* Convert debian/copyright to DEP5 format.
* Drop Section: libs for libisoburn1 package, inherited by Source.
* Fix the short description of the libisoburn-doc package.
-- George Danchev <danchev@spnet.net> Wed, 01 Feb 2012 15:13:40 +0200
libisoburn (1.1.8-1) unstable; urgency=low
* New upstream release
+ libisoburn novelties - none
+ xorriso - info document and man page for xorrecord
+ xorriso - new option -sleep
+ xorrsio - enabled recognition of QEMU DVD-ROM 0.12
+ xorriso - enabled out-of the box use of xorriso on
Linux guest on qemu virtio-blk-pci
* Build-Depend on libburn-dev >= 1.1.8.
* Include xorrecord.1 as a separate man page.
-- George Danchev <danchev@spnet.net> Mon, 21 Nov 2011 14:06:47 +0200
libisoburn (1.1.6-2) unstable; urgency=low
* Fix funny typo in xorriso binary package description.
Thanks to Davide Prina (Closes: #643993).
-- George Danchev <danchev@spnet.net> Sun, 02 Oct 2011 09:37:34 +0300
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.
-- George Danchev <danchev@spnet.net> Thu, 29 Sep 2011 16:00:39 +0300
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.
-- George Danchev <danchev@spnet.net> Sun, 14 Aug 2011 16:56:21 +0300
libisoburn (1.1.2-1) unstable; urgency=low
* New upstream release
+ Bug fix: since 1.0.6, an unreadable image is produced by:
xorrisofs ... > image.iso. Closes: #632865
+ Bug fix: -update_r scheduled non-existing files for hardlink update
+ Enabled extraction of the boot catalog file to disk filesystem
+ New xorriso option -list_speeds.
* Build depend on libisofs >= 1.1.2.
-- George Danchev <danchev@spnet.net> Sun, 10 Jul 2011 14:48:56 +0300
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.
Drop libisoburn-doc.install, use libisoburn-doc.docs instead.
* [GD] Build-Depends: libreadline-dev (to enable readline support in
xorriso dialog mode).
* [GD] Expose libburn and libisofs required versions from configure.ac.
* [GD] Drop graphviz from Build-Depends-Indep, not needed anymore.
-- George Danchev <danchev@spnet.net> Mon, 20 Jun 2011 17:38:36 +0300
libisoburn (1.0.8.pl00-4) unstable; urgency=low
* [MA] Improve package descriptions and README.Debian.
* [MA] Migrate to format "3.0 (quilt)" and compatibility 8.
+ debian/control: Drop build-dep on 'cdbs'. Require debhelper (>= 8).
+ debian/rules: Reformulate using 'dh'.
+ debian/libisoburn{1,-dev,-doc}.docs: New files.
+ debian/xorriso.docs: Addition of upstream documents.
* [GD] Make sure doxygen documentaton (doc package) is not built
when dpkg-buildpackage -B is called (i.e. autobuilders).
* [GD] Move doxygen, graphviz to Build-Depends-Indep.
* [GD] Add missing copyrights for debian packaging.
* [GD] Standards-Version: 3.9.2 (no changes needed).
* [GD] More package description and README.Debian improvements;
thanks to Tony Mancill <tmancill@debian.org>.
-- George Danchev <danchev@spnet.net> Thu, 26 May 2011 16:21:32 +0300
libisoburn (1.0.8.pl00-3) unstable; urgency=low
* [GD] Reintroduce graphviz to b-deps (it won't be needed in
the next upstream release, where HAVE_DOT is dropped)
-- George Danchev <danchev@spnet.net> Wed, 18 May 2011 23:13:54 +0300
libisoburn (1.0.8.pl00-2) unstable; urgency=low
* [GD] Install xorriso.h - libisoburn higher level API.
* [GD] Drop graphviz from build-depends, not used anymore.
* [GD] Add Mats Erik Andersson to Uploaders.
* [GD] xorriso Suggests cdck.
-- George Danchev <danchev@spnet.net> Wed, 18 May 2011 21:36:27 +0300
libisoburn (1.0.8.pl00-1) unstable; urgency=low
* New upstream release. Closes: #622687
xorriso:
Bug fix - mkisofs emulation could ignore options. Regression in 0.1.6.
(please, see a longer version of the explanation in the bug log)
-- George Danchev <danchev@spnet.net> Thu, 14 Apr 2011 13:52:48 +0300
libisoburn (1.0.6.pl00-3) unstable; urgency=low
* xorriso:
+ Do not install /var/opt/xorriso/ directory. Closes: #622335
+ Actually install startup sample file in examples directory.
+ Correct README.Debian about the sample startup file location.
-- George Danchev <danchev@spnet.net> Sun, 10 Apr 2011 10:27:14 +0300
libisoburn (1.0.6.pl00-2) unstable; urgency=low
* Build-Depends: libjte-dev
-- George Danchev <danchev@spnet.net> Sun, 10 Apr 2011 09:31:50 +0300
libisoburn (1.0.6.pl00-1) unstable; urgency=low
* New upstream release. Some notes:
+ xorriso
- Bug fix: -as mkisofs padding did not work (regression in 1.0.4)
- Bug fix: Options -gid and -uid had no effect
- New option -early_stdio_test
- New options -print_info and -print_mark
- New -compliance option joliet_long_names
- -as mkisofs option -joliet-long is now fully functional
+ libisoburn:
- New API calls
* libburn-dev (>= 1.0.6.pl00), libisofs-dev (>= 1.0.6)
* libisoburn-dev:
+ do not install *.la files anymore. Closes: #621597
* libisoburn-doc:
+ install doc/comments.
* xorriso:
+ Improve long package description to reflect recently
added features in libraries and app itself.
+ Suggests: jigit (>= 1.17-2) since jigdo-gen-md5-list
script is useful to produce a list which in turn is to
be passed to xorriso --md5-list option when producing
jigdo representation of the image.
+ Install /var/opt/xorriso/, that is the default location
where 'abort media file' could be created on demand.
+ Install README.Debian with xorriso binary package.
-- George Danchev <danchev@spnet.net> Fri, 01 Apr 2011 09:52:50 +0300
libisoburn (1.0.4.pl00-5) unstable; urgency=low
* Build depend on libisofs-dev 1.0.4-3 as it is
the one built with JTE (Jigdo Template Export)
support. Closes: #612302
* Remove Simon Huggins from maintainers, as he
requested. (Thank you for your work)
-- George Danchev <danchev@spnet.net> Wed, 30 Mar 2011 00:03:45 +0300
libisoburn (1.0.4.pl00-4) unstable; urgency=low
* Drop dependency_libs from .la files. Closes: #619690.
Thanks Steve Langasek.
* Build depend on libisofs 1.0.4-2 due to the above same
change (in la files) in libisofs itself.
-- George Danchev <danchev@spnet.net> Sat, 26 Mar 2011 09:28:34 +0200
libisoburn (1.0.4.pl00-3) unstable; urgency=low
* Install xorrisofs.1 as a real manpage, as it is,
not symlinked to xorriso.1.
* Standards-Version: 3.9.1.0 (no changes needed).
-- George Danchev <danchev@spnet.net> Tue, 15 Mar 2011 15:47:44 +0200
libisoburn (1.0.4.pl00-2) unstable; urgency=low
* Install xorrisofs, xorrecord, osirrox symlinks reflected
by xorriso via argv[0], and their corresponding manpages
symlinks as well.
-- George Danchev <danchev@spnet.net> Tue, 15 Mar 2011 14:06:57 +0200
libisoburn (1.0.4.pl00-1) unstable; urgency=low
* New upstream release.
* Build depend on libburn & libisofs 1.0.4
-- George Danchev <danchev@spnet.net> Sun, 13 Mar 2011 20:07:36 +0200
libisoburn (0.5.6.pl00-2) unstable; urgency=low
* Do not install gifs in the doc package, since newer doxygen
does not generate tab*.gif anymore. Closes: #590396
-- George Danchev <danchev@spnet.net> Mon, 26 Jul 2010 21:25:55 +0300
libisoburn (0.5.6.pl00-1) unstable; urgency=low
* New upstream release.
* Build-depends on libburn >= 0.8.0, libisofs >= 0.6.32
* Added debian/source/format
* Standards-Version 3.8.4 (no changes needed)
-- George Danchev <danchev@spnet.net> Tue, 04 May 2010 19:30:30 +0300
libisoburn (0.4.8.pl00-1) unstable; urgency=low
* New upstream release
+ Bugfix: xorriso did not blank CD-RW with images that were prepared
+ New configure option --enable-libcdio for system adapter (based on
libcdio-0.83git and not enabled, since it is still experimental)
* Build depend on: libburn-dev (>= 0.7.6), libisofs-dev (>= 0.6.26),
libacl1-dev, libattr1-dev, libcam-dev on kfreebsd.
* Added new symbols, relaxed check level to 1 for now.
-- George Danchev <danchev@spnet.net> Tue, 26 Jan 2010 19:38:38 +0200
libisoburn (0.4.2.2-1) unstable; urgency=low
* New upstream release
-- Simon Huggins <huggie@earth.li> Wed, 14 Oct 2009 17:43:27 +0100
libisoburn (0.4.2-1) unstable; urgency=low
* New upstream release
-- Simon Huggins <huggie@earth.li> Sun, 04 Oct 2009 18:21:05 +0100
libisoburn (0.3.4-1) unstable; urgency=low
[ Simon Huggins ]
* New upstream release
* Add symbols file
* Having added a symbols file, ensure xorrisso has a fixed dependency due to
runtime paranoia from upstream
* Bump debhelper dependency to please lintian
-- Debian Libburnia packagers <pkg-libburnia-devel@lists.alioth.debian.org> Mon, 16 Mar 2009 20:59:03 +0000
libisoburn (0.3.2-1) unstable; urgency=low
[ Simon Huggins ]
* New upstream release
[ Matthew Rosewarne ]
* Added Vcs-Svn and Vcs-Browser fields.
* Removed doxygen-fix.patch, merged upstream.
-- Debian Libburnia packagers <pkg-libburnia-devel@lists.alioth.debian.org> Sat, 28 Feb 2009 15:00:45 +0000
libisoburn (0.2.2-1) unstable; urgency=low
* Initial release (Closes: #467359)
[ Matthew Rosewarne ]
* Bumped Debhelper compat to 6.
* Bumped Standards-Version to 3.8.0.
* Updated watch file for new upstream versioning scheme.
* Added -dbg package.
* Added dependencies on libburn-dev and libisofs-dev to libisoburn-dev.
* Added doxygen-fix.patch to use the correct source directory for Doxygen.
-- Debian Libburnia packagers <pkg-libburnia-devel@lists.alioth.debian.org> Thu, 01 May 2008 16:56:01 -0400
|