Commit Graph

315 Commits

Author SHA1 Message Date
Thomas Schmitt 27af40a303 Version leap to libisoburn-1.1.5 2011-08-08 12:56:51 +00:00
Thomas Schmitt 076d5ad8b0 Bug fix: xorriso native mode on some drives wrote unreadble ISO images to CD 2011-07-31 09:18:56 +00:00
Thomas Schmitt 73f9c94397 Requiring libburn 1.1.1 2011-07-28 19:21:26 +00:00
Thomas Schmitt 8426577362 Reacted on warnings of cppcheck about libisoburn/burn_wrap.c 2011-07-15 08:31:22 +00:00
Thomas Schmitt 61c485fc10 Recognizing overwritable media, blanked by cdrskin --grow_overwriteable_iso 2011-07-10 11:26:20 +00:00
Thomas Schmitt 0441eee147 Version leap to libisoburn-1.1.3 2011-07-08 13:24:57 +00:00
Thomas Schmitt 3f58069723 Bug fix: Since 1.0.6: Unreadable image produced by: xorrisofs ... >image.iso 2011-07-07 11:44:45 +00:00
Thomas Schmitt 8a227d87e7 Hopefully fixed Debian bug 632865: blank ISO images with drive role 5 2011-07-06 19:01:55 +00:00
Thomas Schmitt d25886af9a Made libisoburn.h ready for use with C++ without importing namespace "burn" 2011-07-05 14:54:33 +00:00
Thomas Schmitt 7d2d5f7e3f New option -list_speeds 2011-07-04 09:29:00 +00:00
Thomas Schmitt 73090436d4 Requiring libsofs-1.1.1 now 2011-07-03 18:19:05 +00:00
Thomas Schmitt 0297b72137 Reacted on warnings of -Wunused-but-set-variable 2011-07-02 15:33:46 +00:00
Thomas Schmitt dfa47196ba Version leap to libisoburn-1.1.1 2011-06-18 17:53:18 +00:00
Thomas Schmitt 85805ee265 New option -close_damaged 2011-06-01 16:52:29 +00:00
Thomas Schmitt b4268c4dc5 Requiring libburn-1.0.7 now 2011-05-26 15:17:45 +00:00
Thomas Schmitt 64bb496591 Revoked experimental change which sneaked into SVN by rev 3737 2011-05-19 13:44:08 +00:00
Thomas Schmitt 30e97c7e7a Mentioned the need to define uint32_t when including libisoburn.h 2011-05-19 11:13:07 +00:00
Thomas Schmitt 39931117f0 Requiring libisofs-1.0.8 now 2011-05-12 17:51:28 +00:00
Thomas Schmitt 7e2d7e5997 Reacted on -Wsign-compare warnings of gcc 2011-05-09 18:14:29 +00:00
Thomas Schmitt 31300231df Replaced some large local variables by other means in 2011-05-09 15:49:47 +00:00
Thomas Schmitt c5855dd81d Closed a memory leak found by valgrind 2011-05-03 11:51:26 +00:00
Thomas Schmitt fd0b9bb937 New option -signal_handling 2011-04-23 15:23:35 +00:00
Thomas Schmitt f860e24e58 Avoiding repeated PVD read attempts if first reading of PVD yielded error 2011-04-22 08:18:41 +00:00
Thomas Schmitt 52791831d3 Version leap to libisoburn-1.0.9 2011-04-14 08:19:45 +00:00
Thomas Schmitt a846f7434d Version leap to libisoburn-1.0.7 2011-04-09 10:57:10 +00:00
Thomas Schmitt dfeca624d6 New relax option isoburn_igopt_joliet_long_names 2011-03-26 14:42:17 +00:00
Thomas Schmitt d0bce05577 Requiring libisofs-1.0.5 2011-03-25 19:19:17 +00:00
Thomas Schmitt 472d7610ad Better handling of pseudo-drive without read-permission 2011-03-24 18:25:00 +00:00
Thomas Schmitt e654e6399a Fixed use of uninitialized variable when blanking rol5 pseudo drives 2011-03-22 08:13:59 +00:00
Thomas Schmitt f211456214 New API call isoburn_set_truncate() 2011-03-21 11:37:03 +00:00
Thomas Schmitt 08e112c687 New option -early_drive_test 2011-03-21 09:37:02 +00:00
Thomas Schmitt cf49e83893 Prepared libisoburn for drive role 5 2011-03-21 09:31:51 +00:00
Thomas Schmitt 6968b72648 Prepared libisoburn for drive role 4 2011-03-13 13:15:41 +00:00
Thomas Schmitt c69e553696 Requiring libburn-1.0.5 2011-03-13 13:12:50 +00:00
Thomas Schmitt c95e2c9d24 Version leap to libisoburn-1.0.5 2011-03-10 13:55:27 +00:00
Thomas Schmitt a08a753967 New isoburn_ropt_set_extensions() option isoburn_ropt_nomd5tag 2011-03-09 07:13:12 +00:00
Thomas Schmitt 558e2314ee New bits 8 and 9 with options of isoburn_igopt_set_system_area() 2011-03-03 18:16:18 +00:00
Thomas Schmitt 508adfd2f4 Installed a test against non-zero msc1 on blank input drives 2011-03-01 15:22:05 +00:00
Thomas Schmitt 452c9685e7 Bug fix: -as mkisofs -C attempts to read volume header of blank media 2011-03-01 14:51:17 +00:00
Thomas Schmitt 963d139093 Corrected a flaw found by George Danchev with cpp 2011-02-24 19:18:58 +00:00
Thomas Schmitt cd74e84fb8 Version leap to libisoburn-1.0.3 2011-02-23 20:31:01 +00:00
Thomas Schmitt ddecb74f6e New option -cp_clone 2011-02-04 19:19:24 +00:00
Thomas Schmitt aae50b2d16 New option -clone 2011-02-01 18:58:27 +00:00
Thomas Schmitt b4be60ecb3 Followed name change in the yet unstable part of libisofs API 2011-01-26 18:44:24 +00:00
Thomas Schmitt c4c52cf0e9 New isoburn_igopt_set_extensions() option isoburn_igopt_old_empty 2011-01-26 13:28:42 +00:00
Thomas Schmitt 2e447207a8 Avoiding <stdint.h> if not available. Trying to use <inttypes.h> in that case. 2011-01-18 15:44:44 +00:00
Thomas Schmitt 509d00149f Version leap to libisoburn-1.0.1 2011-01-17 09:25:21 +00:00
Thomas Schmitt 97740ad93d Requiring libisofs-1.0.0 and libburn-1.0.0 now 2011-01-16 18:26:01 +00:00
Thomas Schmitt 59d873c385 New isoburn_igopt_set_relaxed() option isoburn_igopt_allow_dir_id_ext 2010-12-25 09:23:08 +00:00
Thomas Schmitt 96455fcf56 Requiring libisofs-0.6.41 now 2010-12-25 07:12:15 +00:00