-
Notifications
You must be signed in to change notification settings - Fork 15
/
ChangeLog
65 lines (43 loc) · 2.19 KB
/
ChangeLog
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
1.0.0 - Oct 11 1998 - Hessu
Initial release.
1.1.0 - Jun 30 2001 - Hessu
The odd maintenance update:
With patches from both Colas Nahaboo <[email protected]> and
Godmar Back <[email protected]>, support for MODE2/2352 images
(offset 24, 2048 byte data) has been fixed. I also added the
-p option to get around with PSX tracks (untested, no reports,
but this is what the original FireBurner source seems to do).
Tracks with unrecognized mode are saved with extension '.ugh'.
A little more error checking.
Added WAV audio file output. The code that was added to do
correct byte orders might make break compiling on some systems.
Still works on Linux and Solaris (2.6, 2.8 tested).
Added a man page, and 'make install' for systems with BSD install.
1.1.1 - Aug 7 2001 - Hessu
Added error detection while reading the bin file. Patch from
Oskar Liljeblad <[email protected]>, forwarded from the
debian bug tracking system by Sam Powers <[email protected]>.
psxtruncate was always enabled, thanks for the report go to
Patrik Weiskircher <[email protected]>.
Christian W. Zuckschwerdt <[email protected]> provided a fix for the
.spec file - replaced hardcoded paths with macros so that the
package will build on other distributions too.
1.2.0 - Jun 29 2004 - Hessu
Included a man page patch from the openbsd port of bchunk (adding
a note about ISO/VCD), and s/ISO9110/ISO9660/. The changes were
for openbsd by Dave Watson <[email protected]>.
Patch from Matthew Green <[email protected]> for a new option
-r, which makes binchunker output MODE2/2352 tracks in raw format,
from offset 0 for 2352 bytes.
1.2.1 - skipped due to CVE items referring to a fork using this version
1.2.2 - Nov 14 2017 - Hessu
Fixes CVE-2017-15953, a heap-based buffer overflow.
Fix provided by Yegor Timoshenko.
Fixes CVE-2017-15955, Access violation near NULL on destination
operand and crash when processing a malformed CUE (.cue) file.
Fix provided by Yegor Timoshenko.
Fix wrong track size calculation when having multiple tracks in
one image. (Closes debian bug: #261274).
Fix provided by Piotr Kaczuba.
Clarify manual page for input/output file types
Improvement from Reuben Thomas, debian bug: #503151