Commit Graph

5764 Commits

Author SHA1 Message Date
Thomas Schmitt d658408736 Branching for libisoburn release 1.4.6 2016-09-16 12:36:11 +00:00
Thomas Schmitt 696a5d8bfe Updated change log 2016-09-16 12:14:07 +00:00
Thomas Schmitt a3d1ac90f4 Updated cdrskin tarball generator 2016-09-16 12:12:15 +00:00
Thomas Schmitt a783b3da2f Made number transition to 1.4.6 2016-09-16 12:11:05 +00:00
Thomas Schmitt 1ac174de36 Branching for libburn release 1.4.6 2016-09-16 10:44:37 +00:00
Thomas Schmitt b5077e0067 Bug fix: -file_size_limit did not increase ISO level if necessary. Thanks Mattias Schlenker. 2016-09-12 16:37:48 +00:00
Thomas Schmitt 9b8b8aaa52 Mentioned --interval:appended_partition_NNN in man pages 2016-09-12 14:38:22 +00:00
Thomas Schmitt 97b018a622 Changed SOURCE_DATE_EPOCH effect to --set_all_file_dates "set_to_mtime" 2016-09-12 09:16:59 +00:00
Thomas Schmitt 97df45f7ab Added a few ASCQ texts to error code 5,30,X 2016-09-10 08:30:36 +00:00
Thomas Schmitt 814f4b5a5e Removed obsoleted doxygen.conf tags XML_SCHEMA, XML_DTD, SHOW_DIRECTORIES, HTML_ALIGN_MEMBERS 2016-08-28 15:05:36 +00:00
Thomas Schmitt 731bb3fc0b Removed @abs_top_builddir@ from doxygen.conf.in where it hampered reproducibe build 2016-08-28 14:51:37 +00:00
Thomas Schmitt 7a1db814e9 Corrected block count messages with -check_media sector_map= 2016-08-25 20:51:30 +00:00
Thomas Schmitt 76c8ac3358 Eased re-enabling of libtool --silent at bootstrap time 2016-08-23 19:39:00 +00:00
Thomas Schmitt 46a1b24f97 Updated change log and web page 2016-08-21 07:26:08 +00:00
Thomas Schmitt e3bb4c098f New -volume_date "all_file_dates" pseudo-timestamp "set_to_mtime" 2016-08-20 10:28:57 +00:00
Thomas Schmitt 6bce639a98 New -find action "set_to_mtime" 2016-08-20 08:53:02 +00:00
Thomas Schmitt 9c57384e62 Updated change log and web page 2016-08-16 13:21:45 +00:00
Thomas Schmitt af7e388dea New environment variable SOURCE_DATE_EPOCH 2016-08-16 13:18:31 +00:00
Thomas Schmitt 3f12f030e9 New -volume_date mode "all_file_dates" 2016-08-16 13:13:05 +00:00
Thomas Schmitt f88d9702de New -report_system_area mode "gpt_disk_guid" 2016-08-15 17:48:42 +00:00
Thomas Schmitt 646971643a Corrected interpretation of RFC 4122 UUID strings for GPT. Thanks Andrei Borzenkov. 2016-08-15 10:24:21 +00:00
Thomas Schmitt 25f9e35754 Updated change log and web page 2016-08-12 19:03:05 +00:00
Thomas Schmitt 6cfc46164f New bootspec "gpt_disk_guid=", new -as mkisofs option --gpt_disk_guid, new -report_system_area mode "make_guid" 2016-08-12 18:57:21 +00:00
Thomas Schmitt 51670e47b7 New API calls isoburn_igopt_set_gpt_guid(), isoburn_igopt_get_gpt_guid() 2016-08-12 18:46:36 +00:00
Thomas Schmitt c1e7b52ba4 Eased re-enabling of libtool --silent at bootstrap time 2016-08-12 18:39:28 +00:00
Thomas Schmitt b9965b0cad Updated change log and web page 2016-08-07 19:37:30 +00:00
Thomas Schmitt 0d7b2695c1 Documented new timestamp behavior of El Torito catalog file 2016-08-07 19:23:35 +00:00
Thomas Schmitt e51b181fb8 New -as mkisofs option --set_all_file_dates 2016-08-06 13:23:00 +00:00
Thomas Schmitt f52bf78d5a 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. 2016-08-06 11:16:00 +00:00
Thomas Schmitt 09c0985601 Mentioned that empty record_name disables scdbackup tagging 2016-08-05 11:22:49 +00:00
Thomas Schmitt 6a55deecf7 Mentioned that an empty name with isoburn_igopt_set_scdbackup_tag disables it 2016-08-05 11:19:57 +00:00
Thomas Schmitt 4ff855a11c Corrected weekday name in debug message of --modification-date. Thanks to Chris Lamb. 2016-08-04 07:33:14 +00:00
Thomas Schmitt 6178129593 Bug fix: SAO CD could be perceived 2 blocks too short. Regression in 1.4.4 by rev 5672. 2016-07-31 19:04:51 +00:00
Thomas Schmitt 244bda74a0 Updated change log and web page 2016-07-31 07:48:48 +00:00
Thomas Schmitt 35d904dc81 New command -use_immed_bit, new -as cdrecord option use_immed_bit= 2016-07-31 07:38:41 +00:00
Thomas Schmitt 4d3fe51e4f Requiring libburn-1.4.5 2016-07-31 07:19:31 +00:00
Thomas Schmitt 5460ca4ceb Enabled overriding of OpenBSD default for Immed usage 2016-07-30 20:05:39 +00:00
Thomas Schmitt 9d571fe453 Forgot to commit the libburn.ver file with the new API symbols 2016-07-30 16:35:19 +00:00
Thomas Schmitt ea61f0379a New cdrskin option use_immed_bit= 2016-07-30 14:08:29 +00:00
Thomas Schmitt 969e0aa8a0 New API call burn_drive_set_immed() 2016-07-30 14:03:10 +00:00
Thomas Schmitt 5f617323de Reacted on some of the complaints of codespell 2016-07-23 10:40:43 +00:00
Thomas Schmitt 9e05834c08 Mentioned OpenBSD in adapter files 2016-07-21 17:50:48 +00:00
Thomas Schmitt c091e45d36 Fixed a macro typo in rev 5720. Thanks again to SASANO Takayoshi. 2016-07-21 14:12:02 +00:00
Thomas Schmitt 46c20bbaf7 Including pthread.h in xorriso_private.h to define pthread_mutex_t on OpenBSD 2016-07-21 10:36:14 +00:00
Thomas Schmitt 7f519b7356 Enabled SCSI command execution on OpenBSD. Thanks to SASANO Takayoshi. 2016-07-21 10:29:15 +00:00
Thomas Schmitt 9d99127fa9 Reacted on some of the complaints of codespell 2016-07-20 08:37:42 +00:00
Thomas Schmitt a25066ebb2 Corrected spelling errors found by lintian.debian.org 2016-07-16 11:12:30 +00:00
Thomas Schmitt bdc68c9589 Corrected spelling errors found by lintian 2016-07-03 20:46:51 +00:00
Thomas Schmitt 2fb70b0118 Fixed three spelling errors found by lintian 2016-07-03 19:16:08 +00:00
Thomas Schmitt c9047e3ff6 Added missing parameter "all" to "make check" run of xorriso 2016-07-03 17:34:31 +00:00