-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
24 lines (18 loc) · 830 Bytes
/
ChangeLog
File metadata and controls
24 lines (18 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
0.0.1
Initial revision.
0.0.2
Fixed symlinks in the distribution, relpaced them with files. The `libtoolize`
utility created the symlinks originally, so it was re-run with the -c option to
copy files instead of linking.
Updated README, it had bad information about documentation.
Uploaded a version of the API documentation online:
http://fletchtronics.net/cdctool-api/
0.0.3
Added support for interactive mode. Changed CDCLineBuffer so that it can support
input from any source, not just CDCFile. Added --interactive,-a command line
option to the cdctool program.
0.0.4
Two minor syntax issues causing -Wall -Werror to stop the build were fixed.
Moved .h files from the _SOURCES variable to include_HEADERS so they now install
properly. Fixed the #include symbols in all sources to use angle brackets <>
instead of quotes.