commit 0d31857dfc6d2d73c5df02f63e9e757672ec04dc Author: Jens Georg Date: Fri Dec 21 13:49:26 2012 +0100 Prepare 0.8.5 NEWS | 24 ++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) commit 8d1aa2437a8dcda43707f508e0e1142d9a074eb0 Author: Jens Georg Date: Fri Dec 21 13:28:41 2012 +0100 Disable deprecation warning src/av-cp/main.c | 2 ++ src/discover/gssdp-discover.c | 2 ++ src/universal-cp/main.c | 2 ++ src/upload/main.c | 4 ++-- 4 files changed, 8 insertions(+), 2 deletions(-) commit 116e8b12f97628f716c372fdb0e00dbef8142a89 Author: Jens Georg Date: Tue Dec 18 14:34:28 2012 +0100 Remove Zeeshan from doap file. Thanks for taking care of this project. gupnp-tools.doap | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) commit fa77ebc09379693f2464966cb7fd04f67b36a245 Author: Jens Georg Date: Sun Dec 16 22:41:46 2012 +0100 av-cp: Ignore initial notify UPnP events are supposed to send the current state. In the case of ContainerUpdateIDs we get the last update event which is completely irrelevant for our use-case, causing an initial browse and with it the duplicate entries. https://bugzilla.gnome.org/show_bug.cgi?id=690309 src/av-cp/playlist-treeview.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) commit 3e520334531546126e2fdbd03ca7580eb5e31dc4 Author: Jens Georg Date: Mon Oct 8 16:08:40 2012 +0200 Drop deprecated g_thread_init call configure.ac | 6 ++++-- src/av-cp/Makefile.am | 2 -- src/av-cp/main.c | 3 --- src/discover/Makefile.am | 1 - src/network-light/Makefile.am | 2 -- src/network-light/main.c | 3 --- src/universal-cp/Makefile.am | 3 +-- src/universal-cp/main.c | 3 --- src/upload/Makefile.am | 2 -- src/upload/main.c | 3 +-- 10 files changed, 6 insertions(+), 22 deletions(-) commit f8496566d6608fa5ed41190beb8b29933aa698f8 Author: Jens Georg Date: Mon Oct 8 16:04:44 2012 +0200 Fix linking against recent gupnp stack configure.ac | 6 +++++- src/av-cp/Makefile.am | 3 +++ src/discover/Makefile.am | 2 +- src/network-light/Makefile.am | 9 ++++++++- src/universal-cp/Makefile.am | 9 ++++++++- src/upload/Makefile.am | 1 + 6 files changed, 26 insertions(+), 4 deletions(-) commit 8ffed229c251a5f8023cb02def173833e32d4c09 Author: Jens Georg Date: Sat Feb 25 22:46:58 2012 +0200 network-light: Fix typo src/network-light/upnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0c38e7503a94ac09bf56ccd851617cb6a145616a Author: Jens Georg Date: Tue Jan 17 14:43:51 2012 +0100 av-cp: Don't create an enless loop If the server reports a total_count > 0 but smaller than the returned children so far, av-cp would enter an endless loop since the unsigned integer substraction ended up in a rather large remaining number of items to be fetched. https://bugzilla.gnome.org/show_bug.cgi?id=668090 src/av-cp/playlist-treeview.c | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) commit d37fafaba88067a2331be65671819a57ff218828 Author: Jens Georg Date: Tue Jan 17 14:40:28 2012 +0100 av-cp: Add error annotation on what exactly failed src/av-cp/playlist-treeview.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)