Updated French translation
[profile/ivi/rygel.git] / NEWS
diff --git a/NEWS b/NEWS
index 93dee54..498137f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,499 @@
+0.21.5
+======
+
+- Some gtk-doc fixes.
+- Remove obsolete configure function from autogen.sh.
+- Fix "make distcheck".
+- Replace non-portable cp -d.
+- Fix GstLaunch examples in rygel.conf for GStreamer 1.0.
+- Add support for /etc/pretty-hostname.
+- Support building with tracker-1.0 API.
+
+Core:
+ - Remove Freedesktop.* DBus interfaces.
+ - Move the two copies of Rygel.DLNAProfile to Core.
+
+GStreamer Renderer:
+ - Deprecate .wrap constructor.
+ - Don't leak and return a value in the .wrap constructor on error.
+
+MediaExport:
+ - Be a bit more helpful and tell which folder we failed to enumerate.
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=722021
+ - https://bugzilla.gnome.org/show_bug.cgi?id=722527
+ - https://bugzilla.gnome.org/show_bug.cgi?id=724138
+ - https://bugzilla.gnome.org/show_bug.cgi?id=724215
+ - https://bugzilla.gnome.org/show_bug.cgi?id=724820
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Kjartan Maraas <kmaraas@gnome.org>
+ - Fran Diéguez <fran.dieguez@mabishu.com>
+ - Rafael Ferreira <rafael.f.f1@gmail.com>
+ - Nilamdyuti Goswami <ngoswami@redhat.com>
+ - Milo Casagrande <milo@ubuntu.com>
+ - Matej Urbančič <mateju@svn.gnome.org>
+ - Marek Černocký <marek@manet.cz>
+ - Giovanni Campagna <gcampagna@src.gnome.org>
+ - Debarshi Ray <debarshir@gnome.org>
+ - Daniel Mustieles <daniel.mustieles@gmail.com>
+ - Daniel Korostil <ted.korostiled@gmail.com>
+ - Changwoo Ryu <cwryu@debian.org>
+ - Bjørn Lie <bjorn.lie@gmail.com>
+ - Balázs Úr <urbalazs@src.gnome.org>
+ - Aurimas Černius <aurisc4@gmail.com>
+
+Added/updated translations
+ - as, courtesy of Nilamdyuti Goswami
+ - cs, courtesy of Marek Černocký
+ - es, courtesy of Daniel Mustieles
+ - gl, courtesy of Fran Dieguez
+ - hu, courtesy of Balázs Úr
+ - it, courtesy of Milo Casagrande
+ - ko, courtesy of Changwoo Ryu
+ - lt, courtesy of Aurimas Černius
+ - nb, courtesy of Kjartan Maraas
+ - pt_BR, courtesy of Rafael Ferreira
+ - sl, courtesy of Matej Urbančič
+ - uk, courtesy of Daniel Korostil
+
+0.21.4
+======
+
+Core:
+ - Link against libm for "round" function.
+
+All contributors to this release:
+ - Matej Urbančič <mateju@svn.gnome.org>
+ - Marek Černocký <marek@manet.cz>
+ - Kjartan Maraas <kmaraas@gnome.org>
+ - Jens Georg <mail@jensge.org>
+ - Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
+
+Added/updated translations
+ - cs, courtesy of Marek Černocký
+ - nb, courtesy of Kjartan Maraas
+ - sl, courtesy of Matej Urbančič
+ - zh_HK, courtesy of Chao-Hsiung Liao
+ - zh_TW, courtesy of Chao-Hsiung Liao
+
+0.21.3
+======
+
+A new unstable release of Rygel.
+
+Changes compared to 0.21.3:
+
+- Update FSF address.
+
+Server:
+ - Use correct depth for PNG thumbnails.
+ - Add hacks for LG SmartShare TVs.
+
+MediaExport:
+ - Work around an SQL error when browsing Artists.
+
+GStreamer Renderer:
+ - Query source element for duration and position.
+ - Remove BUFFERING/CLOCK_LOST handling.
+
+External:
+ - Don't corrupt container names.
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=720671
+ - https://bugzilla.gnome.org/show_bug.cgi?id=720836
+ - https://bugzilla.gnome.org/show_bug.cgi?id=721270
+ - https://bugzilla.gnome.org/show_bug.cgi?id=721575
+ - https://bugzilla.gnome.org/show_bug.cgi?id=721824
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Rafael Ferreira <rafael.f.f1@gmail.com>
+ - Milo Casagrande <milo@ubuntu.com>
+ - Victor Ibragimov <victor.ibragimov@gmail.com>
+ - Tong Hui <tonghuix@gmmail.com>
+ - siva <siva@orexel.com>
+ - Matej Urbančič <mateju@svn.gnome.org>
+ - Marek Černocký <marek@manet.cz>
+ - Dimitris Spingos <dmtrs32@gmail.com>
+ - Daniel Mustieles <daniel.mustieles@gmail.com>
+ - Aurimas Černius <aurisc4@gmail.com>
+
+Added/updated translations
+ - cs, courtesy of Marek Černocký
+ - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
+ - es, courtesy of Daniel Mustieles
+ - it, courtesy of Milo Casagrande
+ - lt, courtesy of Aurimas Černius
+ - pt_BR, courtesy of Rafael Ferreira
+ - sl, courtesy of Matej Urbančič
+ - tg, courtesy of Victor Ibragimov
+ - zh_CN, courtesy of Tong Hui
+
+0.21.2
+======
+
+A new unstable release of Rygel.
+
+Changes compared to 0.21.1:
+
+ATTENTION: API and ABI bump!
+
+Tracker:
+ - Add build support for 0.18.
+
+Server:
+ - Allow server plugins to override search capabilities.
+ - Add more Samsung hacks.
+ - Add seeking hacks for some UPnP music receivers.
+
+Renderer:
+ - Return protocol info of current media in GetCurrentConnectionInfo call.
+ - Implement SetNextAVTransportURI.
+ - Treat REL_TIME/ABS_TIME the same again. This is less broken than the
+   original fix.
+ - Use correct PlaybackStorageMedium values.
+
+BasicManagement:
+ - Remove unused state variable.
+
+MPRIS:
+ - Set default playspeed to prevent a critical.
+
+External:
+ - Fix wrong parameter order in AlbumArtFactory.
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=706986
+ - https://bugzilla.gnome.org/show_bug.cgi?id=709165
+ - https://bugzilla.gnome.org/show_bug.cgi?id=712181
+ - https://bugzilla.gnome.org/show_bug.cgi?id=712660
+ - https://bugzilla.gnome.org/show_bug.cgi?id=715089
+ - https://bugzilla.gnome.org/show_bug.cgi?id=719721
+ - https://bugzilla.gnome.org/show_bug.cgi?id=719998
+ - https://bugzilla.gnome.org/show_bug.cgi?id=720669
+ - https://bugzilla.gnome.org/show_bug.cgi?id=720837
+
+All contributors to this release:
+ - Jussi Kukkonen <jussi.kukkonen@intel.com>
+ - Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
+ - Jens Georg <mail@jensge.org>
+ - Parthiban Balasubramanian <p.balasubramanian@cablelabs.com>
+ - Milo Casagrande <milo@ubuntu.com>
+ - Fran Diéguez <fran.dieguez@mabishu.com>
+ - Daniel Mustieles <daniel.mustieles@gmail.com>
+ - 甘 露 <rhythm.gan@gmail.com>
+ - Reiner Merk <lotan_rm@gmx.de>
+ - Marek Černocký <marek@manet.cz>
+ - John Obaterspok <john.obaterspok@gmail.com>
+ - Dominique Leuenberger <dimstar@opensuse.org>
+
+Added/updated translations
+ - cs, courtesy of Marek Černocký
+ - eo, courtesy of Kristjan SCHMIDT
+ - es, courtesy of Daniel Mustieles
+ - gl, courtesy of Fran Dieguez
+ - it, courtesy of Milo Casagrande
+ - zh_CN, courtesy of 甘露(Gan Lu)
+
+0.21.1
+======
+
+A new unstable release of Rygel.
+
+Changes compared to 0.21.0:
+
+- Fix vala check to only compile, not link to avoid issues with
+  gst-uninstalled.
+- Some documentation fixes.
+- Port to new libsoup session API.
+
+Basic Management:
+ - Add initial support.
+
+Server:
+ - Support serving subtitles using the PV method. Fixes external subtitles for
+   a variety of devices such as WD TV Live or Panasonic TVs.
+
+Renderer:
+ - Accept missing mime-types in playlist check.
+ - Fix CurrentTransportActions to include Next and Prev.
+ - Support milliseconds in time-stamps.
+ - Drop allowed value list from TransportPlaySpeed.
+ - Unify playspeed parsing.
+ - Implement DLNA bye seeking.
+ - Fix and implement PlaybackStorageMedium variable.
+
+MPRIS:
+ - Fix for new renderer API.
+
+GStreamer renderer:
+ - Implement DLNA byte seeking.
+ - Enable more playspeeds.
+
+Changes in dependencies:
+ - libsoup >= 2.42.0
+ - GUPnP-AV >= 0.12.4
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=661228
+ - https://bugzilla.gnome.org/show_bug.cgi?id=707058
+ - https://bugzilla.gnome.org/show_bug.cgi?id=707059
+ - https://bugzilla.gnome.org/show_bug.cgi?id=707541
+ - https://bugzilla.gnome.org/show_bug.cgi?id=707831
+ - https://bugzilla.gnome.org/show_bug.cgi?id=710368
+ - https://bugzilla.gnome.org/show_bug.cgi?id=711399
+ - https://bugzilla.gnome.org/show_bug.cgi?id=711661
+ - https://bugzilla.gnome.org/show_bug.cgi?id=712336
+ - https://bugzilla.gnome.org/show_bug.cgi?id=712517
+
+All contributors to this release:
+ - Jussi Kukkonen <jussi.kukkonen@intel.com>
+ - Jens Georg <mail@jensge.org>
+ - Piotr Drąg <piotrdrag@gmail.com>
+ - Daniel Mustieles <daniel.mustieles@gmail.com>
+ - Richard Röjfors <richard.rojfors@gmail.com>
+ - Matej Urbančič <mateju@svn.gnome.org>
+ - Jean-Baptiste Dubois <jean-baptiste.dubois@parrot.com>
+ - Dimitris Spingos <dmtrs32@gmail.com>
+
+Added/updated translations
+ - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
+ - es, courtesy of Daniel Mustieles
+ - pl, courtesy of Piotr Drąg
+ - sl, courtesy of Matej Urbančič
+
+0.21.0
+======
+
+A new unstable release of Rygel.
+
+Changes compared to 0.19.7:
+
+- Port to new libsoup vapi.
+- Several i18n fixes.
+- Make missing gtk-doc non fatal and just don't build api docs then unless
+  explicitly requested.
+- Rename --enable-valadoc to --enable-apidocs.
+- Several style fixes.
+- Add "devel" and "release" shortcuts to autogen.
+- Drop strict vala compiler because of deprecations.
+
+Core:
+ - Get MediaDevice port from MetaConfig.
+
+Server:
+ - Generate proper contentFeatures.dlna.org header for DIDL_S resources.
+ - Use xmlNs instead of specifying the namespace in string form in Samsung
+   subtitle support.
+ - Make MediaObject.serialize public to enable custom XML modifications.
+ - Use URL-aware base64 encoding to prevent issues with "/".
+
+Renderer:
+ - Fix REL_TIME seeking.
+ - Fix error codes when seeking beyond the file.
+ - Fix error codes when time-seek is not available.
+ - Add PossiblePlaybackStorageMedia values.
+ - Set track info for empty or non-http uris.
+ - Fix AbsoluteCounterPosition type.
+ - Listen to MediaPlayer.volume changes.
+ - Don't loop on image-only playlists.
+ - Lower LastChange accumulation timeout.
+
+GStreamer renderer:
+ - Handle seeking beyond end of file.
+ - Remove invalid DLNA profile MPEG_TS_HD_EU_ISO.
+ - Fix GStreamer dependency to use 1.0 instead of 0.10.
+
+MediaExport:
+ - Fix GstDiscoverer error handling.
+
+MPRIS:
+ - Fix seeking.
+ - Query seeking ability from DBus.
+ - Ignore read-only MPRIS peers.
+
+Simple media engine:
+ - Support files > 4GB on 32bit systems.
+
+Examples:
+ - Simplify C renderer example a bit.
+ - Simulate image rendering in vala renderer example.
+
+Changes in dependencies:
+ GLib >= 2.34 due to g_file_delete_async
+ Vala >= 0.22 for new libsoup-2.4 vapi
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=677405
+ - https://bugzilla.gnome.org/show_bug.cgi?id=686628
+ - https://bugzilla.gnome.org/show_bug.cgi?id=692509
+ - https://bugzilla.gnome.org/show_bug.cgi?id=704317
+ - https://bugzilla.gnome.org/show_bug.cgi?id=707054
+ - https://bugzilla.gnome.org/show_bug.cgi?id=709077
+ - https://bugzilla.gnome.org/show_bug.cgi?id=709170
+ - https://bugzilla.gnome.org/show_bug.cgi?id=709190
+ - https://bugzilla.gnome.org/show_bug.cgi?id=709287
+ - https://bugzilla.gnome.org/show_bug.cgi?id=709551
+ - https://bugzilla.gnome.org/show_bug.cgi?id=709627
+ - https://bugzilla.gnome.org/show_bug.cgi?id=709723
+ - https://bugzilla.gnome.org/show_bug.cgi?id=709887
+ - https://bugzilla.gnome.org/show_bug.cgi?id=710377
+ - https://bugzilla.gnome.org/show_bug.cgi?id=710781
+ - https://bugzilla.gnome.org/show_bug.cgi?id=710877
+ - https://bugzilla.gnome.org/show_bug.cgi?id=710999
+
+All contributors to this release:
+ - Jens Georg <jensg@openismus.com>
+ - Inaki Larranaga Murgoitio <dooteo@zundan.com>
+ - Yuri Myasoedov <ymyasoedov@yandex.ru>
+ - Piotr Drąg <piotrdrag@gmail.com>
+ - Marek Černocký <marek@manet.cz>
+ - Jean-Baptiste Dubois <jean-baptiste.dubois@parrot.com>
+ - Balázs Úr <urbalazs@src.gnome.org>
+ - victory <victory.deb@gmail.com>
+ - Tobias Endrigkeit <tobiasendrigkeit@outlook.com>
+ - Rūdolfs Mazurs <rudolfsm@src.gnome.org>
+ - Richard Röjfors <richard.rojfors@gmail.com>
+ - Milo Casagrande <milo@ubuntu.com>
+ - Milan Plzik <milan.plzik@gmail.com>
+ - Matej Urbančič <mateju@svn.gnome.org>
+ - Josep Sànchez <papapep@gmx.com>
+ - Gil Forcada <gforcada@gnome.org>
+ - Gabor Kelemen <kelemeng@gnome.hu>
+ - Fionn Cleary <fcleary@netsoc.tcd.ie>
+ - Enrico Nicoletto <liverig@gmail.com>
+ - Dimitis Spingos <dmtrs32@gmail.com>
+ - Claudio Arseni <claudio.arseni@ubuntu.com>
+ - Carles Ferrando <carles.ferrando@gmail.com>
+ - Benjamin Steinwender <b@stbe.at>
+ - Aurimas Černius <aurisc4@gmail.com>
+ - Andika Triwidada <andika@gmail.com>
+
+Added/updated translations
+ - ca, courtesy of Josep Sànchez Mesegué
+ - ca@valencia, courtesy of Josep Sànchez Mesegué
+ - cs, courtesy of Marek Černocký
+ - de, courtesy of Tobias Endrigkeit
+ - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
+ - eu, courtesy of Iñaki Larrañaga Murgoitio
+ - hu, courtesy of Balázs Úr
+ - id, courtesy of Andika Triwidada
+ - it, courtesy of Claudio Arseni
+ - ja, courtesy of Jiro Matsuzawa
+ - lt, courtesy of Aurimas Černius
+ - lv, courtesy of Rūdolfs Mazurs
+ - pl, courtesy of Piotr Drąg
+ - pt_BR, courtesy of Enrico Nicoletto
+ - ru, courtesy of Yuri Myasoedov
+ - sl, courtesy of Matej Urbančič
+
+0.19.7
+======
+
+A new unstable release of Rygel.
+
+Changes compared to 0.19.6:
+
+Renderer:
+ - Fix compatible actions.
+ - Fix missing , in renderer protocol info.
+ - Initialize mute state from player.
+
+MediaExport:
+ - Fix a crash after disabling virtual folders.
+
+Rygel:
+ - Print version number on startup.
+
+Bugs fixed/addressed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=677552
+ - https://bugzilla.gnome.org/show_bug.cgi?id=701934
+ - https://bugzilla.gnome.org/show_bug.cgi?id=706978
+ - https://bugzilla.gnome.org/show_bug.cgi?id=707962
+
+All contributors to this release:
+ - Jens Georg <jensg@openismus.com>
+ - Matej Urbančič <mateju@svn.gnome.org>
+ - Мирослав Николић <miroslavnikolic@rocketmail.com>
+ - Ville-Pekka Vainio <vpvainio@iki.fi>
+ - Rūdolfs Mazurs <rudolfsm@src.gnome.org>
+ - Milan Plzik <milan.plzik@streamunlimited.com>
+ - Kjartan Maraas <kmaraas@gnome.org>
+ - Dmitriy S. Seregin <dseregin@59.ru>
+ - Claudio Arseni <claudio.arseni@ubuntu.com>
+ - Changwoo Ryu <cwryu@debian.org>
+ - Bruce Cowan <bruce@bcowan.me.uk>
+ - Ask H. Larsen <asklarsen@gmail.com>
+ - Andika Triwidada <andika@gmail.com>
+
+Added/updated translations
+ - da, courtesy of Ask Hjorth Larsen
+ - en_GB, courtesy of Bruce Cowan
+ - fi, courtesy of Jiri Grönroos
+ - id, courtesy of Andika Triwidada
+ - it, courtesy of Claudio Arseni
+ - ko, courtesy of Changwoo Ryu
+ - lv, courtesy of Rūdolfs Mazurs
+ - nb, courtesy of Kjartan Maraas
+ - ru, courtesy of Yuri Myasoedov
+ - sl, courtesy of Matej Urbančič
+ - sr, courtesy of Мирослав Николић
+ - sr@latin, courtesy of Miroslav Nikolić
+
+
+0.19.6
+======
+
+A new unstable release of Rygel.
+
+Changes compared to 0.19.5:
+
+- Improve Android compatiblity.
+
+Server:
+ - Fix upload of files.
+ - Fix CreateReference call.
+
+GStreamer Renderer:
+ - Fix warning with newer valac about copying unowned structs.
+
+MediaExport:
+ - Fix warning with newer valac about copying unowned structs.
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=706525
+ - https://bugzilla.gnome.org/show_bug.cgi?id=706797
+ - https://bugzilla.gnome.org/show_bug.cgi?id=707065
+ - https://bugzilla.gnome.org/show_bug.cgi?id=707146
+
+All contributors to this release:
+ - Jens Georg <jensg@openismus.com>
+ - Alexandre Franke <alexandre.franke@gmail.com>
+ - Reynaldo H. Verdejo Pinochet <reynaldo@collabora.com>
+ - Regis Merlino <regis.merlino@intel.com>
+ - Rafael Ferreira <rafael.f.f1@gmail.com>
+ - Piotr Drąg <piotrdrag@gmail.com>
+ - Matej Urbančič <mateju@svn.gnome.org>
+ - Maciej Piechotka <uzytkownik2@gmail.com>
+ - Kjartan Maraas <kmaraas@gnome.org>
+ - Funda Wang <fundawang@gmail.com>
+ - Fran Diéguez <fran.dieguez@mabishu.com>
+ - Aurimas Černius <aurisc4@gmail.com>
+
+Added/updated translations
+ - fr, courtesy of Alain Lojewski
+ - gl, courtesy of Fran Dieguez
+ - lt, courtesy of Aurimas Černius
+ - nb, courtesy of Kjartan Maraas
+ - pl, courtesy of Piotr Drąg
+ - pt_BR, courtesy of Rafael Ferreira
+ - sl, courtesy of Matej Urbančič
+ - zh_CN, courtesy of 甘露(Gan  Lu)
+
 0.19.5
 ======