Mercurial > audlegacy
diff ChangeLog @ 2713:8f7da5257692 trunk
[svn] - rename to libaudclient
- enforce libaudclient.so.1
author | nenolod |
---|---|
date | Wed, 09 May 2007 14:40:01 -0700 |
parents | aeb4d8da1543 |
children | 13ac9eeaddf2 |
line wrap: on
line diff
--- a/ChangeLog Wed May 09 14:38:41 2007 -0700 +++ b/ChangeLog Wed May 09 14:40:01 2007 -0700 @@ -1,3 +1,14 @@ +2007-05-09 21:38:41 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [4450] + - move configdb public API to audacious proper + - drop libaudacious entirely + + trunk/src/audacious/Makefile | 3 + trunk/src/audacious/configdb.c | 193 +++++++++++++++++++++++++++++++++++++++ + trunk/src/audacious/configdb.h | 198 +++++++++++++++++++++++++++++++++++++++++ + 3 files changed, 393 insertions(+), 1 deletion(-) + + 2007-05-09 21:36:37 +0000 Ben Tucker <bnt@interchange.ubc.ca> revision [4448] Initial commit of dbus client library for plugins. Various changes were made to the plugin structure to support dbus.