summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-08-20 21:52:44 +0200
committerJens Georg <mail@jensge.org>2012-08-20 22:46:08 +0200
commitb208fda7f0b749f8cc8bec4052c7cc7f43783a36 (patch)
tree31ec0ee72832d4bac287251f251c7b0f34652b5b
parentc89acf5d4c5b00c74c1e18c9d014e640696ff761 (diff)
downloadrygel-b208fda7f0b749f8cc8bec4052c7cc7f43783a36.tar.gz
Prepare 0.15.2RYGEL_0_15_2
-rw-r--r--NEWS69
1 files changed, 69 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b77d265a..b4a39cec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,72 @@
+0.15.2
+======
+
+A new release in Rygel's unstable cycle!
+
+Changes compared to 0.15.2:
+
+- Prevent a critical if the thumbnail for a file does not exist.
+- Fix all warnings from newer Vala.
+- Let the plugins do the sorting to prevent that we slice before we sort.
+- Move the default sort criteria into MediaContainer to allow containers to
+ override it if necessary.
+- Canonicalize common error messages.
+- Add TwoPlayer to V1 downgrades.
+- Small refactoring of the V1 handling.
+- Fix debug builds.
+- Add "description" property to MediaItem.
+- Remove misc.vapi.
+- Disable installing if --enable-uninstalled was used.
+
+Tracker:
+ - Sort browse results using SPARQL.
+ - Sort album containers by disc, track and title.
+
+MediaExport:
+ - Sort browse and search results using SQL.
+ - Fix a crash when a client tried to access a non-existent query container.
+ - Sort album containers by disc, track and title.
+ - Properly collate query containers.
+
+Mediathek:
+ - Extract date and description from RSS feed.
+ - Sort by date descending (newest entry first) by default.
+
+Changes in dependencies:
+ - Vala 0.16.1 for Posix.execvp.
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=661482
+ - https://bugzilla.gnome.org/show_bug.cgi?id=668376
+ - https://bugzilla.gnome.org/show_bug.cgi?id=652375
+ - https://bugzilla.gnome.org/show_bug.cgi?id=639809
+ - https://bugzilla.gnome.org/show_bug.cgi?id=681452
+ - https://bugzilla.gnome.org/show_bug.cgi?id=680742
+
+All contributors to this release:
+ Jens Georg <mail@jensge.org>
+ Lukasz Pawlik <lukasz.pawlik@comarch.com>
+ Fran Diéguez <fran.dieguez@mabishu.com>
+ Мирослав Николић <miroslavnikolic@rocketmail.com>
+ Yaron Shahrabani <sh.yaron@gmail.com>
+ Nilamdyuti Goswami <nilamdyuti@gmail.com>
+ Matej Urbančič <mateju@svn.gnome.org>
+ Kentaro KAZUHAMA <kazken3@gmail.com>
+ Daniel Mustieles <daniel.mustieles@gmail.com>
+ Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
+
+Added/updated translations
+ - as, courtesy of Nilamdyuti Goswami
+ - es, courtesy of Daniel Mustieles
+ - gl, courtesy of Leandro Regueiro
+ - he, courtesy of Yaron Shahrabani
+ - ja, courtesy of Kentaro KAZUHAMA
+ - sl, courtesy of Matej Urbančič
+ - sr, courtesy of Мирослав Николић
+ - sr@latin, courtesy of Miroslav Nikolić
+ - zh_HK, courtesy of Chao-Hsiung Liao
+ - zh_TW, courtesy of Chao-Hsiung Liao
+
0.15.1
======