commit b0346b4e77506be8c763efda51e982f383d7921a Author: Jens Georg Date: Sat Oct 8 20:45:31 2011 +0200 Prepare 0.12.4 NEWS | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) commit 9c294fc94fea3a9a9372c4dfb5e7ba111a1471f3 Author: Jens Georg Date: Sat Oct 8 20:19:15 2011 +0200 build: Bump to proper GUPnP version configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 76bea6b27e833762caa93e86be49f6600f605eab Author: Jens Georg Date: Sat Oct 8 20:01:29 2011 +0200 core: Catch DBus errors src/rygel/rygel-dbus-thumbnailer.vala | 3 ++- src/rygel/rygel-thumbnailer.vala | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) commit f8ca97cb6ff38c0d992603d90741c16dc024d562 Author: Jens Georg Date: Sat Oct 8 19:19:05 2011 +0200 Revert "core: Check availability of DBus interface" This reverts commit 87ec0afffc96cc4d10d5407a896d28deebd26f00. src/rygel/rygel-dbus-thumbnailer.vala | 39 +++++--------------------------- src/rygel/rygel-thumbnailer.vala | 8 ++---- 2 files changed, 9 insertions(+), 38 deletions(-) commit 791b5f6c98d022c175cd7c75c4131f3d5e13da06 Author: Kentaro KAZUHAMA Date: Fri Oct 7 02:06:52 2011 +0900 Updated Japanese translation po/ja.po | 396 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 211 insertions(+), 185 deletions(-) commit fce85c8d066e3f50c0b98a217e93d9be2ba86121 Author: Joe Hansen Date: Fri Sep 30 13:10:19 2011 +0200 Updated Danish translation po/da.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ae3fecc4aa3f083a6ecb56f70a994b3e5e6887dc Author: Joe Hansen Date: Fri Sep 30 12:02:23 2011 +0200 Updated Danish translation po/da.po | 659 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 271 insertions(+), 388 deletions(-) commit 836b1fa54b9960b73c54ff9a6dab6c0b556a9acc Author: Jens Georg Date: Thu Sep 29 11:38:54 2011 +0200 core: Do not crash if ImportResource is cancelled src/rygel/rygel-import-resource.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 677cec833a949ac64cfa8e8c399fc53e57f906f6 Author: Jens Georg Date: Tue Sep 27 16:03:12 2011 +0200 core: Check and escape URI in CreateObject src/rygel/rygel-item-creator.vala | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) commit f8a90b48feddbf498e6e416e6df5d59a051aa303 Author: Jens Georg Date: Tue Sep 27 14:57:41 2011 +0200 core: Limit length of generated filename src/rygel/rygel-item-creator.vala | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 160f937976ad0fe9cc5629370044b2f75abdf8cb Author: Jens Georg Date: Tue Sep 27 14:42:37 2011 +0200 core: Delay handling of SoupMessage's signals Only connect to the relevant signals just before unpause_message happens. Otherwise we might get stray signals when one of the preconditions checked fails. src/rygel/rygel-http-post.vala | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)