Update copyright notices.
[state-utils.git] / ChangeLog
blobaf51acb876a5f86ef2cc737d1c6e2aaeae01021e
1 12-31-2006 Avuton Olrich <avuton@gmail.com>
2         * state-sync: Readd, this time specifiy it is not meant to closely sync.
4 10-07-2006 Avuton Olrich <avuton@gmail.com>
5         * state-sync: Remove due to not being able to reach goals of being closly sync'd. It can easily be replaced by a properly setup pulseaudio combination.
6         * state-restore: Broke due to something I couldn't find. Just merged an older git hash.
8 09-15-2006 Avuton Olrich <avuton@gmail.com>
9         * state-*: Decreased binary size by ~66% by disabling unneeded functions from libmpdclient
10         * state-*: Turned on a crazy amount of warnings and fix all except for what's in libmpdclient
11         * state-*: Remove all the C99 requirements, except for what is required by libmpdclient
12         * state-*: Remove moving pointers by hand and let posix functions handle it.
13         * state-sync: Improved connection support, it scales much better over more servers
14         * state-sync: Improved syncing, latency should be improved by at least 3x
15         * state-sync: Use getopts for state-sync
16         * state-sync: Update to add initial support for persistant mode
17         * libmpdclient: update
18         * docs: Yet more updates
20 09-05-2005 Avuton Olrich <avuton@gmail.com>
21         * state-save: Utilized perror(), errno and friends to make more robust error handling and remove code, this also fixes the segfault during first startup.
22         * state-restore: Fix states that are saved as paused and restored as playing.
23         * state.c: Move to conn.c now that there is no common state code in there.
24         * docs: README updates, manpages are still WIP
25         * Tagged: 0.12.3
26         
27 06-03-2005 Avuton Olrich <avuton@gmail.com>
28     * autoconf: Added some more header checks
29     * state-restore: Add new options
30         * --amend: This depreciates state-amend
31         * --no-playlist: Only restore the play song, if the state wasn't playing restore only the inital song
32         * --no-outputs: Don't restore the outpus
33         * --wait: Wait until the music player is in the stopped state to restore
34     * state-sync: Restore to last known working version, we'll have to fix this again later
35     * docs: Minor document fixes and updates, still a WIP
36     * Tagged: 0.12.2
38 06-02-2005 Avuton Olrich <avuton@gmail.com>
39     * state-save: Fixed 0.11.x support
40     * state-*: Added -h --help to redirect to the man page, this will be fixed (see TODO)
41     * state-sync: format has changed so it can take infinite (limited only to your available open FDs which should be around 255(?) and ram). 
42     * state-restore: If volume is defined in the state file, set sound to 0 to prevent seeking sounds.
43     * autoconf: completely fixed, it was afu last time.
44     * Tagged 0.12.1
46 05-26-2005 Avuton Olrich <avuton@gmail.com>
47     * Inital release