File: ChangeLog

package info (click to toggle)
libmpd 0.12.0-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,580 kB
  • ctags: 571
  • sloc: sh: 8,060; ansic: 4,906; makefile: 67
file content (27 lines) | stat: -rw-r--r-- 1,033 bytes parent folder | download
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
29-10-2005 Qball <Qball@qballcow.nl>
	* Fixed signal bitmasks... they where overlapping....
	* Fixed signal being called if nothing changed
27-10-2005 Qball <Qball@qballcow.nl>
	* Adding DJWLindenaar signal patch
	* first splitting of parts in to seperate C and header files
	* missing mpd_status_update function added to header file

24-10-2005 Qball <Qball@qballcow.nl>
	* Added avuton's libmpdclient patch

07-10-2005 Qball <Qball@qballcow.nl>
	* Added win32 patch. 
	* Added fix for possible memory in mpd_plyalist_find
	* Changed mpd_free_data_ob to mpd_data_Free
07-08-2005 Qball <Qball@qballcow.nl>
	* src/libmpd.c:	Replaced all printf with debug_printf
06-08-2005 Qball <Qball@qballcow.nl>
	* src/libmpd.c: mpd_ob_playlist_clear: added mi->sonid  = -1. This is
	needed to detect song change when doing clear (on 1 song) and directly
	add a song.
	* autogen.sh:	added libtoolize
31-07-2005 Qball <Qball@qballcow.nl>
	* src/libmpd.c:		Changed some printf to debug_printf

29-07-2005 Qball <Qball@qballcow.nl>
	* Initial import