Dead code cleanup
[state-utils.git] / ChangeLog
blob5de037ff4e043e01eb0cf39a611c59f6c91b186a
1 09-05-2005 Avuton Olrich <avuton@gmail.com>
2         * state-save: Utilized perror(), errno and friends to make more robust error handling and remove code, this also fixes the segfault during first startup.
3         * state-restore: Fix states that are saved as paused and restored as playing.
4         * state.c: Move to conn.c now that there is no common state code in there.
5         * docs: README updates, manpages are still WIP
6         * Tagged: 0.12.3
7         
8 06-03-2005 Avuton Olrich <avuton@gmail.com>
9     * autoconf: Added some more header checks
10     * state-restore: Add new options
11         * --amend: This depreciates state-amend
12         * --no-playlist: Only restore the play song, if the state wasn't playing restore only the inital song
13         * --no-outputs: Don't restore the outpus
14         * --wait: Wait until the music player is in the stopped state to restore
15     * state-sync: Restore to last known working version, we'll have to fix this again later
16     * docs: Minor document fixes and updates, still a WIP
17     * Tagged: 0.12.2
19 06-02-2005 Avuton Olrich <avuton@gmail.com>
20     * state-save: Fixed 0.11.x support
21     * state-*: Added -h --help to redirect to the man page, this will be fixed (see TODO)
22     * state-sync: format has changed so it can take infinite (limited only to your available open FDs which should be around 255(?) and ram). 
23     * state-restore: If volume is defined in the state file, set sound to 0 to prevent seeking sounds.
24     * autoconf: completely fixed, it was afu last time.
25     * Tagged 0.12.1
27 05-26-2005 Avuton Olrich <avuton@gmail.com>
28     * Inital release