-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
112 lines (63 loc) · 2.52 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
2020-03-29 Mike Crowe <[email protected]>
* Switch from automake to Meson
* Released as v2.1.
2013-12-16 Mike Crowe <[email protected]>
* Released as v2.0.
2013-01-12 Mike Crowe <[email protected]>
* Add ADTS AAC support and update documentation.
2010-03-10 Mike Crowe <[email protected]>
* Add copyright notice to all source files to make it clear that
mp3chop is covered under GPL2 or later.
2010-03-10 Mike Crowe <[email protected]>
* Ensure that the exit status is set appropriately when incorrect
options are passed.
* Convert from CVS to git.
2008-07-22 Mike Crowe <[email protected]>
* Integrate fix for compiling against newer versions of libstdc++
from Peter Hartley.
* Released as v1.08.
2006-10-05 Mike Crowe <[email protected]>
* Fix copyright date in main.cpp.
2006-09-28 Mike Crowe <[email protected]>
* Add man page and improve README.
* Rename --dump-all option as --dump-all-headers, add --version
option.
* Released as v1.07
2006-06-25 Mike Crowe <[email protected]>
* Fix bug in ID3v2 handling reported by Jacob Singh. There was no
attempt made to actually read in the right amount of data before
writing out the ID3v2 header. The fix also takes into account that
the ID3v2 tag may not fit in the input buffer.
* Released as v1.06
2006-01-23 Mike Crowe <[email protected]>
* Incorporate a few clever autoconf macros from the
autoconf-archive so that we can use <stdint.h> type names.
* Reinstate STDBOOL - just don't build the release on something
too old.
* Remove unnecessary debug of character at 128 bytes from the end
of the file.
* Released as v1.05
2004-05-04 Mike Crowe <[email protected]>
* Update mp3_processor.cpp to remove debugging code.
* Update main.cpp so that the -D short option is correctly
supported.
* Released as v1.04
2004-02-12 Mike Crowe <[email protected]>
* Update configure.in to include size_t check. Can't use STDBOOL
as recommended by autoscan because old autoconf doesn't grok it.
* Lose warning from newer automakes regarding += in Makefile.am.
2004-02-10 Mike Crowe <[email protected]>
* Released as v1.03
2004-02-10 Mike Crowe <[email protected]>
* Fix some packaging problems
* Released as v1.02
2004-02-10 Mike Crowe <[email protected]>
* Now compiles on GCC3 in addition to GCC2.
2004-02-07 Mike Crowe <[email protected]>
* Released as v1.01
2004-02-06 Mike Crowe <[email protected]>
* Support for just dumping the bitrate of every frame added
2003-08-05 Mike Crowe <[email protected]>
* ID3v2 support added.
2000-11-05 Mike Crowe <[email protected]>
* First public version 0.01 released.