Commit Graph

1418 Commits

Author SHA1 Message Date
Thomas Schmitt b9908145da libburn release 1.1.0 is ready 2011-06-18 16:16:32 +00:00
Thomas Schmitt 044d019545 Documented changes and release timestamp 2011-06-18 16:01:18 +00:00
Thomas Schmitt e7009f3952 Updated cdrskin tarball generator 2011-06-18 15:58:14 +00:00
Thomas Schmitt c596930b82 Made number transition to 1.1.1 2011-06-18 15:56:15 +00:00
Thomas Schmitt 5dcafc741d Documented changes and release timestamp 2011-06-18 11:34:13 +00:00
Thomas Schmitt e31972731c Updated cdrskin tarball generator 2011-06-18 11:09:11 +00:00
Thomas Schmitt 555db38cf0 Made number transition to 1.1.0 2011-06-18 11:08:16 +00:00
Thomas Schmitt dee02f639b Branching for libburn release 1.1.0 2011-06-18 09:42:47 +00:00
Thomas Schmitt dfccac8ba7 Reporting SCSI error if command RESERVE TRACK fails 2011-06-14 15:29:51 +00:00
Thomas Schmitt f4bb2732cc Added option -I . to aclocal in bootstrap script on advise of George Danchev 2011-06-09 06:12:45 +00:00
Thomas Schmitt 2e8c7f0753 Replaced some large local variables by other means in libburn/write.c 2011-06-08 20:04:28 +00:00
Thomas Schmitt 3d697430eb Introduced AC_CONFIG_MACRO_DIR() and ACLOCAL_AMFLAGS on advise of George Danchev 2011-06-08 19:41:11 +00:00
Thomas Schmitt 64cba32cfd Bug fix: burn_disc_format() on DVD-RW issued wrong block size with type 00h 2011-06-08 18:13:02 +00:00
Thomas Schmitt 5a5e75fee8 Replaced some large local variables by other means in libburn/toc.c 2011-06-08 08:23:08 +00:00
Thomas Schmitt 5d58052a7b Replaced some large local variables by other means in libburn/structure.c 2011-06-08 08:14:35 +00:00
Thomas Schmitt f75d8a8004 Consolidated several local struct command to a new member of struct burn_drive 2011-06-07 14:40:31 +00:00
Thomas Schmitt 27bc4eed20 Closed a small memory leak with CD SAO found by valgrind 2011-06-07 08:44:46 +00:00
Thomas Schmitt fc905fea5c Leaner implementation of macro BURN_ALLOC_MEM 2011-06-06 17:37:42 +00:00
Thomas Schmitt 178dd61cb1 Replaced some large local variables by other means in libburn/spc.c 2011-06-06 17:31:36 +00:00
Thomas Schmitt 6edffeac3d Reacted on warnings of gcc about mixed sign comparison 2011-06-06 10:51:52 +00:00
Thomas Schmitt 4d5051a122 Replaced some large local variables by other means in libburn/sg-solaris.c 2011-06-06 10:45:04 +00:00
Thomas Schmitt 8370443595 Replaced some large local variables by other means in libburn/sg-linux.c 2011-06-05 17:05:38 +00:00
Thomas Schmitt 8934f3c78d Replaced some large local variables by other means in libburn/sg-libcdio.c 2011-06-02 13:28:06 +00:00
Thomas Schmitt 802e53bac1 Gave up use of bzero() in FreeBSD system adapters 2011-06-02 08:39:13 +00:00
Thomas Schmitt a06b171f54 New API call burn_disc_close_damaged() 2011-05-31 10:32:21 +00:00
Thomas Schmitt eb1cce66ca New API call burn_disc_next_track_is_damaged() 2011-05-26 15:01:23 +00:00
Thomas Schmitt 03b1817ded Improved reaction on Damage Bit and missing NWA_V of READ TRACK INFORMATION 2011-05-26 14:58:10 +00:00
Thomas Schmitt fad5727a14 Replaced some large local variables by other means in libburn/sg-freebsd-port.c 2011-05-23 18:26:02 +00:00
Thomas Schmitt 5b14a6b5b8 Replaced some large local variables by other means in libburn/sg-freebsd.c 2011-05-23 17:39:48 +00:00
Thomas Schmitt afc3dfd619 Replaced some large local variables by other means in libburn/sg-dummy.c 2011-05-23 16:34:53 +00:00
Thomas Schmitt d6cb95e554 Replaced some large local variables by other means in libburn/read.c 2011-05-23 15:51:49 +00:00
Thomas Schmitt c88214e221 Replaced some large local variables by other means in libburn/mmc.c 2011-05-23 15:39:51 +00:00
Thomas Schmitt b2263411ba Added options -Wextra -Wno-unused-parameter for gcc 2011-05-22 14:31:54 +00:00
Thomas Schmitt 8414825608 Added a DVD+RW product id to the list 2011-05-22 14:31:10 +00:00
Thomas Schmitt ec0b81df6d Added forgotten return value to BURN_ALLOC_MEM 2011-05-15 20:31:15 +00:00
Thomas Schmitt 9ef623c7f6 Replaced some large local variables by other means in libburn/drive.c 2011-05-15 19:13:57 +00:00
Thomas Schmitt cbc2078731 Polished macro BURN_ALLOC_MEM 2011-05-15 18:16:58 +00:00
Thomas Schmitt 58660e6667 Replaced some large local variables by other means in libburn/async.c 2011-05-15 10:48:59 +00:00
Thomas Schmitt 2af320911d Macros BURN_ALLOC_MEM, BURN_FREE_MEM for replaceing local variables 2011-05-15 10:47:01 +00:00
Thomas Schmitt 7ce8d836cb Added cookbook.txt and mediainfo.txt to tarball on request of George Danchev 2011-05-14 12:21:04 +00:00
Thomas Schmitt 1745365ad1 Reacted on -Wsign-compare warnings of gcc 2011-05-12 13:52:23 +00:00
Thomas Schmitt 88ab908cf9 Reacted on -Wsign-compare warnings of gcc 2011-05-12 13:51:44 +00:00
Thomas Schmitt 6b8ab690e7 Reacted on -Wsign-compare warnings of gcc 2011-05-12 13:50:49 +00:00
Thomas Schmitt dfaeaa2d05 Reacted on -Wsign-compare warnings of gcc 2011-05-12 13:49:40 +00:00
Thomas Schmitt 80aa39403a Reacted on -Wsign-compare warnings of gcc 2011-05-12 13:46:59 +00:00
Thomas Schmitt 726a2b789a Including header pthread.h on request of Mats Andersson for OpenBSD 2011-05-12 12:04:43 +00:00
Thomas Schmitt 549b1a4346 Closed tiny memory leak found by valgrind 2011-05-01 14:45:22 +00:00
Thomas Schmitt d414d0972e Disabled HAVE_DOT in doxygen.conf 2011-04-15 12:55:07 +00:00
Thomas Schmitt 7d07f9d97c libburn release 1.0.6 is ready 2011-04-09 09:40:40 +00:00
Thomas Schmitt cc2a1839ed Documented changes and release timestamp 2011-04-09 09:29:07 +00:00