summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-07-05 15:34:42 +0200
committerJens Georg <mail@jensge.org>2020-07-05 15:34:52 +0200
commit29917c42b5b0d23916796e75b7440160fca7d7dc (patch)
treea163c682b25b1ec0cc1b94b89cebd5b87a77fa48 /NEWS
parent396ed1bcc287c745b66dcbee4fb59d11edcf4274 (diff)
downloadrygel-29917c42b5b0d23916796e75b7440160fca7d7dc.tar.gz
Prepare Rygel 0.39.0rygel-0.39.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS49
1 files changed, 49 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d2d5c0eb..ea3cfe88 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,52 @@
+0.39.0
+======
+
+Dependency changes:
+ - New dependency: GStreamer Editing Services
+ - New dependency: Tracker 3
+
+All:
+ - Remove deprecated GTimeVal
+ - Fix "potential null access" warnings with newer Vala
+
+Autotools Build:
+ - Removed
+
+Core:
+ - Actually use pretty hostname
+ - Drop libtool support from plugin loader
+ - Add support for "Conflicts:" keyword in plugin files
+
+Server:
+ - Provide subtitles as transcoded resource
+ - Hack subtitle mime-types for LG devices
+ - Fix a missing nullable argument
+
+Tracker:
+ - Fix date-time check for New container
+ - Remove obsolete variables
+ - Fix query for nmm:albumTitle (now nie:title)
+
+Tracker3:
+ - Add initial support for new Tracker API 3.0
+
+MediaExport:
+ - Drop the termin "Blacklist"
+
+GStreamer Renderer:
+ - Port to playbin3
+ - Fix GIR namespace errors during vala compile
+
+GStreamer Media Engine:
+ - Restore transmuxing capabilities
+ - Fix time-based seeking on transcoded resources
+
+Examples:
+ - Remove deprecated functions
+
+Data:
+ - Fix desktop file
+
0.38.2
======