|
a63b16f7da
|
Updated change log
|
2018-09-16 15:01:42 +02:00 |
|
|
31c4c26567
|
Version leap to 1.5.1
|
2018-09-16 15:00:17 +02:00 |
|
|
6b31667ee4
|
Updated changelog.
|
2018-09-16 10:40:21 +02:00 |
|
|
066c6f685d
|
Fixed failure to build on NetBSD because of undeclared variable
|
2018-09-16 10:37:49 +02:00 |
|
|
e317a8d93e
|
Updated changelog.
|
2018-09-15 08:55:07 +02:00 |
|
|
d3c17d0555
|
Version leap to 1.5.0.
|
2018-09-15 08:50:35 +02:00 |
|
|
69c8c543a9
|
Improved message at image load time about hidden El Torito images for EFI
|
2018-06-10 19:51:47 +02:00 |
|
|
f39d4eefee
|
Putting user defined padding after appended partitions
|
2018-06-04 09:35:01 +02:00 |
|
|
848e039e6d
|
Preferring Linux include file sys/xattr.h over attr/attr.h
|
2018-05-18 17:20:24 +02:00 |
|
|
c5a9cc56e3
|
Changed bug fix 615dc7e997 of Mar 30 13:51:21 2018 +0200
|
2018-05-01 12:43:11 +02:00 |
|
|
310612174b
|
Bug fix: Long Joliet names with leading dot were mangled one char too short
|
2018-03-31 18:20:55 +02:00 |
|
|
ad843f1723
|
Bug fix: Long Joliet names without dot were mangled with one character too many
|
2018-03-31 14:14:33 +02:00 |
|
|
615dc7e997
|
Bug fix: Add-on sessions with partition offset claimed too many blocks as size. Regression of version 1.4.8.
|
2018-03-30 13:51:21 +02:00 |
|
|
a936409a82
|
Fixed failure to compile with experimental Libisofs_appended_partitions_inlinE
|
2017-11-22 14:30:08 +01:00 |
|
|
580b154773
|
Adapted iso_node_merge_xattr to handling of all namespaces
|
2017-10-31 13:33:53 +01:00 |
|
|
1da3b17233
|
Changed a comment in Linux OS adapter
|
2017-10-31 13:30:26 +01:00 |
|
|
633b4d5f72
|
Updated project mail addresses
|
2017-10-23 10:39:48 +02:00 |
|
|
4b031b58ea
|
New flag bit7 with iso_local_set_attrs() to avoid unnecessary write attempts. New return value 2 of IsoFileSource.get_aa_string() and iso_local_get_attrs(). New API calls iso_image_was_blind_attrs(), iso_local_set_attrs_errno().
|
2017-10-23 10:36:10 +02:00 |
|
|
7d45c88cff
|
New API call iso_image_get_ignore_aclea(),
new iso_image_set_ignore_aclea() and iso_file_source_get_aa_string() flag bit3 to import all xattr namespaces
|
2017-10-07 16:51:07 +02:00 |
|
|
79baab3fc9
|
Fixed a harmless lapse with static array initialization
|
2017-09-22 20:42:57 +02:00 |
|
|
53b2d6dcd7
|
Bug fix: Reading beyond array end for HFS+ production caused SIGSEGV with FreeBSD 11 CLANG -O2. Thanks ASX of GhostBSD.
|
2017-09-22 17:26:02 +02:00 |
|
|
874dc16d92
|
Fixed a message typo found by lintian
|
2017-09-16 10:40:35 +02:00 |
|
|
34e35865fe
|
Silenced harmless compiler warning -Wimplicit-fallthrough
|
2017-09-15 22:29:02 +02:00 |
|
|
ce831f111c
|
Updated change log
|
2017-09-12 21:53:42 +02:00 |
|
|
48ee49a7e0
|
Version leap to 1.4.9
|
2017-09-12 21:48:59 +02:00 |
|
|
bdfd4c4a37
|
Updated changelog.
|
2017-09-12 12:05:32 +02:00 |
|
|
dfc6de9f79
|
Version leap to 1.4.8.
|
2017-09-12 11:58:56 +02:00 |
|
|
7234425502
|
Updated changelog.
|
2017-09-12 11:51:16 +02:00 |
|
|
4e5a54c2f9
|
Swapped at recognition time the precendence of MBR properties "isohybrid" and "protective-msdos-label"
|
2017-09-09 16:36:43 +02:00 |
|
|
028f9275d3
|
Throw error if imported_iso interval would be overwritten by multi-session
|
2017-08-26 11:47:14 +02:00 |
|
|
cace41ec16
|
Enabled partition intervals with source "imported_iso" with ISO growing
|
2017-08-24 12:19:54 +02:00 |
|
|
e599a575dc
|
Closed a memory leak about RRIP CL following
|
2017-08-21 19:43:19 +02:00 |
|
|
78b0a7b111
|
Disallowed RRIP CL chaining in order to break any endless loops. Debian bug 872761. Thanks Jakub Wilk and American Fuzzy Lop.
|
2017-08-21 19:41:20 +02:00 |
|
|
a7152f5794
|
Correcting previous commit for supporting multi-session
|
2017-08-21 12:34:13 +02:00 |
|
|
2a64d89e6e
|
Refuse to read CE data blocks from after the end of ISO filesystem
|
2017-08-19 16:55:08 +02:00 |
|
|
31088d9acc
|
Avoid to read blocks from start of CE area which do not belong to the given file
|
2017-08-19 14:54:23 +02:00 |
|
|
91490d5f34
|
Preventing use of zero sized SUSP CE entry which causes SIGSEGV. Debian bug 872590. Thanks Jakub Wilk and American Fuzzy Lop.
|
2017-08-19 11:08:02 +02:00 |
|
|
661b68ce8c
|
Preventing buffer overflow with AAIP AL entry of insufficient size. Debian bug 872545. Thanks Jakub Wilk and American Fuzzy Lop.
|
2017-08-18 14:56:50 +02:00 |
|
|
16bde11076
|
Preventing memory leak caused by RRIP SL entry without PX entry that marks the file as symbolic link
|
2017-08-18 11:11:05 +02:00 |
|
|
36c8800ff3
|
Preventing buffer underread with empty RRIP SL component. Debian bug 872475. Thanks Jakub Wilk and American Fuzzy Lop.
|
2017-08-18 10:56:59 +02:00 |
|
|
860a91dd2f
|
Preventing NULL dereference if root directory bears a RRIP RE entry
|
2017-08-17 08:49:28 +02:00 |
|
|
280108d2d5
|
Updated change log
|
2017-08-14 18:08:48 +02:00 |
|
|
1e40ed3fab
|
Bug fix: Keeping and patching of loaded boot images failed. Regression by version 1.4.4.
|
2017-08-14 17:51:05 +02:00 |
|
|
e19a338a09
|
Re-added two empty lines which were lost by previous commit
|
2017-08-13 14:51:39 +02:00 |
|
|
c6e4035918
|
Added boot sector knowledge gained from Natalia Portillo
|
2017-08-13 13:34:53 +02:00 |
|
|
18ab6019bc
|
Let ISO size cover appended partitions if --protective-msdos-label or nonzero -partition_offset is given
|
2017-07-02 15:11:20 +02:00 |
|
|
6282bbc0bc
|
Bug fix: Bit 15 of iso_write_opts_set_system_area did not work with generic MBR
|
2017-06-29 23:06:07 +02:00 |
|
|
d7737e3ed5
|
Removed ban on reading El Torito platform ids other than 0 and 0xef
|
2017-06-03 20:23:54 +02:00 |
|
|
fb8697081b
|
Reacted on harmless compiler warning about uninitialized variable.
|
2017-04-25 12:11:33 +02:00 |
|
|
0e7300b1a8
|
Clarified meaning of MBR partition boot flag
|
2017-04-10 10:02:05 +02:00 |
|