commit 59d43fe0310b930fa6614c09b872a9009d8b9c3d Author: Jens Georg Date: Tue Sep 20 17:05:16 2011 +0200 data: Add forgotten translations NEWS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 931b2cea51bd4b43509fc8c72794781e854b9bda Author: Jens Georg Date: Tue Sep 20 11:12:29 2011 +0200 Prepare 0.12.2 NEWS | 35 ++++++++++++++++++++++++++++++++++- 1 files changed, 34 insertions(+), 1 deletions(-) commit 45ef6945839c4335377c7fe8e55d14078e6321cb Author: Jens Georg Date: Tue Sep 20 17:00:21 2011 +0200 i18n: Port fix for misleading translation po/pt_BR.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 289c6e677a4c6bd101e4dbc44fefb2add2e6fc65 Author: Andrej Žnidaršič Date: Tue Sep 20 13:08:52 2011 +0200 Updated Slovenian translation po/sl.po | 263 ++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 189 insertions(+), 74 deletions(-) commit 1f52fb95272c9cdf4ecbf4eb251bb01991943a0f Author: Daniel Mustieles Date: Tue Sep 20 11:42:01 2011 +0200 Updated Spanish translation po/es.po | 195 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 97 insertions(+), 98 deletions(-) commit 62fca4ab43b1a10e3d786b1adc34cf5fff2a445f Author: Jens Georg Date: Wed Sep 7 15:33:08 2011 +0200 core: Handle host not reachable in ImportResource src/rygel/rygel-import-resource.vala | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit c552b32719d2f3f981200dc442c47e1ba435fe7b Author: Jens Georg Date: Wed Sep 7 14:41:42 2011 +0200 core: Check upnp:class on CreateItem src/rygel/rygel-item-creator.vala | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 59727deec477d9c4c50def8b577323a5deaebcb8 Author: Jens Georg Date: Tue Sep 6 17:18:47 2011 +0200 build: Do not AC_REQUIRE AM_PROG_VALAC This ran the macro independently whether --enable-vala was supplied or not. m4/rygel.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit df0db4893c1ab994438e37c0c8e33d5b734eb344 Author: Jens Georg Date: Mon Sep 19 12:16:24 2011 +0200 core: Fix minor rebase/merge issue src/rygel/rygel-http-response.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5bd73f8a0b1c4c107f9b449641ca7e3d7f317417 Author: Jens Georg Date: Mon Sep 19 12:11:46 2011 +0200 core: Cancel HTTPResponse SoupServer goes away Adding a week reference to cancel the HTTPGstSink in case the SoupServer is gone. Otherwise the sink is stuck on the wait condition forever, leaking the HTTPResponse. src/rygel/rygel-http-response.vala | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit ee377486bf8b7c9e33c28ef2829d267e1add1989 Author: Jens Georg Date: Mon Sep 19 12:11:00 2011 +0200 core: Don't keep SoupServer alive If the context goes down while a transmission is ongoing, the SoupServer is kept alive by the response causing a crash if the context comes up again on the same interface. To prevent this we only use unowned SoupServers here. src/rygel/rygel-http-request.vala | 2 +- src/rygel/rygel-http-response.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit ef4cfa366aa653a33bc650eda09ea118fa0637e1 Author: Jens Georg Date: Mon Sep 19 12:09:20 2011 +0200 core: Don't keep strong reference on HTTP server The http item uri doesn't need a strong reference on the HTTP server, the part of its lifetime where it needs access to that is considerably smaller than the lifetime of the HTTP server and it blocks disposing the HTTP server when the GUPnPContext becomes unavailable. src/rygel/rygel-http-item-uri.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1b612c2ea2a45347f2e4ca1e070882a0e9a3a622 Author: Duarte Loreto Date: Mon Sep 19 23:29:38 2011 +0100 Updated Portuguese translation po/pt.po | 396 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 211 insertions(+), 185 deletions(-) commit e73a75d63d0ff528add0d34421923a25bc308ba6 Author: Rudolfs Mazurs Date: Mon Sep 19 21:28:06 2011 +0300 Updated Latvian translation. po/lv.po | 373 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 196 insertions(+), 177 deletions(-) commit a7ff03fa9290be4d4fc9f3f59a0de2fef81dc7d9 Author: Jens Georg Date: Mon Sep 19 09:08:46 2011 +0200 media-export: Fix contains search Haystack and needle were switched. .../media-export/rygel-media-export-database.vala | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 7cd4fd584e4cb127eea4a507d3567b421976e7c2 Author: Akom Chotiphantawanon Date: Fri Sep 16 23:09:20 2011 +0700 Updated Thai translation. po/th.po | 380 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 200 insertions(+), 180 deletions(-) commit d238d331f7b59dc58b50ebf778d47beea64691f9 Author: Jens Georg Date: Fri Sep 16 16:52:50 2011 +0200 data: Enable m2ts for MediaExport Fixes https://bugzilla.gnome.org/show_bug.cgi?id=654180. data/rygel.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)