core: Prepare NEWS file for release 0.4.4
[profile/ivi/rygel.git] / NEWS
1 0.4.4
2 =====
3
4 Brief summary of changes since 0.4.2:
5
6 - Provide a gstreamer-based MediaRenderer plugin. This is mostly code stolen (
7   and heavily adapted) from gupnp-media-renderer except that it doesn't depend
8   on libowl-av and/or gtk+.
9 - More ease for MediaServer implementors.
10 - Better error handling.
11 - Make sure no message is suppressed until we know what level of console output
12   user wants.
13 - Make use of vala's async support to simplify code quite a bit.
14 - Plugins should load xml files from source tree when built with
15   '--enable-uninstalled' configure flag.
16 - Build with no optimizations in debug mode.
17 - Use closure table to speed up object lookup and deletion.
18 - Add build option for SQL debugging.
19 - Workaround a crasher bug (#3774) in sqlite 3.6.12.
20 - Use vala's static client D-Bus syntax.
21 - Early ignorance of disabled plugins. This not only speeds-up startup a bit but
22   also rids us of redundant debug messages.
23 - MediaExport:
24   - Nicely handle unavailability of gstreamer's playbin(2) element.
25   - Fix a potential crasher.
26 - Tracker:
27   - Use multidimensional arrays to deal with search results. This combined with
28     static client D-Bus syntax gives us quite a speed boost.
29   - Handle item creation error.
30 - External:
31   - Allow applications to provide custom thumbnails for items.
32   - Support pixel-aspect-ratio properties.
33   - All D-Bus operations are now done asynchronously.
34   - Make use of plugin icon if provided.
35   - Move magic string substitution to core so other plugins can benefit from it.
36 - Lots of other improvements and bug fixes.
37
38 Dependency-related changes:
39
40 - Require and adapt to libgee >= 0.5.
41 - Require and adapt to valac >= 0.7.8.
42 - Require gst-interfaces >= 0.10.23.
43
44 Bugs fixed in this release:
45
46 597276 - Rygel crash on startup
47 587649 - thumbnails not published for external media servers
48 589959 - External plugin should query media servers on demand
49 598005 - unable to load media-tracker plugin
50
51 All contributors to this release:
52
53 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
54 Jens Georg <mail@jensge.org>
55 Thijs Vermeir <thijsvermeir@gmail.com>
56
57 0.4.2
58 =====
59
60 Brief summary of changes since 0.4.1:
61
62 - Ability to specify verbosity of console messages by a number between 0 to 5.
63 - Be able to survive unavailability of D-Bus session bus. This should make it
64   easier to setup Rygel on headless NAS machines.
65 - MediaExport:
66   - Provide duration and date of media.
67   - Improved guessing for type (UPnP class) of media.
68   - Re-harvest metadata when a file/directory is modified.
69   - Speed-up browsing (twice as before).
70 - rygel-preferences:
71   - Fix enabling/disabling of widgets.
72   - Copy the desktop file from correct location.
73 - Mediathek and GstLaunch disabled by default in the user configuration.
74 - Add GstLaunch to maemo configuration (disabled by default though).
75 - Put dbus-glib-1 to the list of vala API dependencies.
76 - Fix seek headers.
77 - Be more verbose at the end of configure.
78
79 Bugs fixed in this release:
80
81 596500 - Mpeg TS video files are mistaken for audio files
82 596213 - Wrong state for checkboxes
83 596327 - Enables some weird plugins by default
84 596330 - Missing some metadata
85
86 All contributors to this release:
87
88 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
89 Jens Georg <mail@jensge.org>
90
91 0.4.1
92 =====
93
94 A micro release that fixes some important issues found in the previous release:
95
96 - Update the Rygel D-Bus service paths everywhere.
97 - Ignore two ignorable errors.
98 - Initialize sensitivity of trancoding checkboxes to the same value as that of
99   "Transcoding Support" checkbox.
100 - Fix seeking in transcoded streams. Without this fix, the success of seeking
101   was based on pure luck.
102 - Correct headers in some files to reflect the correct license: LGPL.
103 - No need for DVB configuration anymore.
104
105 Bugs fixed in this release:
106
107 596211 - Error exiting the prefs
108 596213 - Wrong state for checkboxes
109
110 All contributors to this release:
111
112 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
113 Jens Georg <mail@jensge.org>
114 René Stadler <mail@renestadler.de>
115
116 0.4
117 ===
118
119 Brief summary of changes since 0.3:
120
121 - Rygel is no more just a MediaServer but rather a collection of DLNA (UPnP AV)
122   services (devices in UPnP speak).
123 - Port to new GUPnP APIs. The biggest advantage of that is that we now have
124   dynamic network support, i-e Rygel can attach/detach to/from a network
125   interface as it goes up/down.
126 - Support for time-based seeking in transcoded streams.
127 - Random tweaks to transcoding pipelines.
128 - Provide a DBus service providing two functionalities:
129    * Ability to tell Rygel to shutdown. Starting of Rygel is automatically
130      handled by D-Bus since a .service file is provided by Rygel.
131    * Ability to tell Rygel (MediaExport plugin actually) to (un)export URIs on
132      the fly.
133 - Implement enabling/disabling of UPnP in the preferences.
134 - Configuration through command-line options.
135 - Use a .ini configuration file rather than gconf.
136 - Special default configuration for Maemo.
137 - Don't spam the user's config directory and instead keep the description files
138   into a separate subdirectory.
139 - `make clean` doesn't clean the generated C files anymore.
140 - Remove "all rights reserved" part from all copyright headers.
141 - Remove integrated DVB plugin as DVBDaemon now implements the external plugin
142   interface and hence dynamically glues to Rygel, just like PulseAudio.
143 - New classes to further ease the plugin implementation.
144 - (Un)pause the SoupMessage at the right time. This was causing a lot of delays
145   when playing media on Sony PS3.
146 - Bitrate is supposed to be in bytes/second. Not really but tell that to writers
147   of UPnP specification.
148 - Expose transcode formats in the GetProtocolInfo's source argument. This should
149   make Sony Bravia TVs happy.
150 - Transcoder URIs are now sorted according to their distance from the original
151   format.
152 - Provide "contentFeatures.dlna.org" header in the HTTP responses.
153 - Provide DLNA transferMode header in the HTTP responses.
154 - Only advertise internal URIs on local loopback interface.
155 - Replace 'ip' config by 'interface' so users can bind Rygel to interfaces
156   rather than IP.
157 - Allow plugins to provide thumbnails.
158 - Add thumbnails (if available) for each item if none provided by plugins. This
159   works both on the desktop and Maemo.
160 - Suppress all C compiler warnings by default. These warnings are mostly useless
161   for us since almost all C code is generated.
162 - Preference dialog is now more like a GNOME preferences dialog.
163 - Provide .desktop file for preferences dialog.
164 - Shave the build output.
165 - GstLaunch: New plugin that exposes gstreamer pipelines described using
166   familiar gst-launch syntax in the user configuration.
167 - Tracker plugin:
168   - Nicer default title.
169   - Better detection of Tracker availability. Apparently ubuntu folks think that
170     providing a .service file is wrong.
171   - Better titles for top-level folders.
172   - More usable hierarchy: Browsing by artists, albums and tags.
173 - Folder plugin:
174   - Rename to MediaExport.
175   - Nicer default title.
176   - Use the new Rygel classes to extract, export and save media metadata.
177   - notify about updates to containers.
178   - Skip files/folders starting with '.'.
179   - Avoid crash if unknown file is found.
180   - Delete gone directories on new start.
181   - React on deletion of files.
182   - Add recursive file monitoring.
183   - Provide simple and easy options to add and remove files and folders from the
184     preferences UI.
185 - External plugin:
186   - actually use 'DLNAProfile' property.
187   - Don't load the plugin more than once.
188   - Utilise optional MediaItem properties.
189   - Fetch items on demand.
190   - Fix critical warnings.
191 - Mediathek plugin:
192   - Fix crash if no config is available.
193
194 Dependency-related changes:
195
196 - Require gupnp >= 0.13
197 - Require gupnp-av >= 0.5
198 - Require GStreamer >= 0.10.23
199 - Require libgee >= 0.3.0
200
201 Bugs fixed in this release:
202
203 584649 - Folder plugin should not export dot files and directories
204 586108 - ID3 information not exported on mp3 files
205 588034 - Bad durations for audio video files with media export plugin
206 585986 - Some copyright headers claim "all rights reserved"
207 585989 - Running "make clean" should leave generated C files in place.
208 586134 - Tracker plugin fails if org.freedesktop.Tracker can't be activated,
209          even if tracker is already running
210 586243 - GStreamer 0.10.23 required for correct operation of transcoder
211 587651 - Support for some MediaItem properties missing
212 587855 - HTTP Error responses not sent
213 587866 - No way to notify about new sub-containers
214 588030 - rygel-preferences crashes if user's config file is missing
215 588162 - Support seeking in transcoded content
216 589955 - dc:creator never included in DIDL output
217 589956 - git ignore rules
218 589974 - Set the bitrate for transcoded resources correctly.
219 589977 - Rygel not recognised by Sony Bravia televisions
220 590643 - refactor HTTP request handling code
221 590702 - Rygel should provide thumbnails for items
222 591580 - not compatible with Samsung UE46B7070
223 593228 - [plugin] new gstlaunch plugin
224
225 All contributors to this release:
226
227 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
228 Jens Georg <mail@jensge.org>
229 James Henstridge <james@jamesh.id.au>
230 Thijs Vermeir <thijsvermeir@gmail.com>
231 Ole André Vadla Ravnås <oleavr@gmail.com>
232
233 0.3
234 ===
235
236 Brief summary of changes since 0.2.2:
237
238 - Transcoding from any format (that gstreamer's decodebin2 can handle) to mp3,
239   linear PCM and mpeg transport stream containing mpeg 2 video and mp2 audio.
240 - Plugin API to deal with user preferences.
241 - User preferences UI: rygel-preferences.
242 - New plugins:
243    * Folder: Recursively exports folders specified in the user preferences.
244    * ZDFMediathek: Exports online media from 2nd German TV station.
245    * External: Exports media hierarchies provided by external applications
246      through implementation of this spec:
247      http://live.gnome.org/Rygel/MediaServer. The first application
248      that utilizes this feature is PulseAudio.
249 - Drop xbox support. It didn't work anyway and we better concentrate on
250   implementing standard stuff that it at least worthy of being called "UPnP" (
251   at least for now).
252 - Tracker and DVB plugins are only loaded if their corresponding services are
253   available.
254 - Export of duration for music and video items from Tracker.
255 - Use HTTP EOF encoding rather the CHUNKED for live streams.
256 - Ability to build rygel plugins outside it's source tree.
257 - HTTP proxying only if needed.
258 - Now that gupnp-av does DLNA profile guessing for us, no need to lie about
259   DLNA profile anymore.
260 - Add a summary after configure.
261 - HTTServer is now internal API.
262 - Use git-version-gen to generate package version.
263 - Differentiate between modules and plugins
264 - Passive, asynchronous plugin loading. A side-effect of which is that modules
265   can now load more than one plugin.
266 - Differentiate between name and title of the plugin.
267 - Plugins can now dynamically change their availability.
268 - Add API to get/list plugins.
269 - Re-use existing description from user's home directory. This not only speeds
270   the start-up but also obsoletes the necessity to keep immutable data (e.g UDN)
271   in user preferences.
272 - Provide gconf schemas.
273 - Lots of other improvements and bug fixes.
274
275 Dependency-related changes:
276
277 - Explicitly require and link to libsoup-2.4 >= 2.26.0.
278 - Don't require Vala (and bindings) in distribution tarball.
279 - Require gupnp-av >= 0.4.
280 - Require Vala >= 0.7.3.
281 - Require Gtk+ >= 2.16 if preferences UI is not disabled.
282
283 Bugs fixed in this release:
284
285 582173 - git-version-gen: generate versions with - instead of .
286 577000 - gupnp-av-cp does not like & in uris
287 576998 - Rygel wants to transcode audio files to video/mpeg
288 575935 - Add support for duration metadata field
289 574604 – bug connecting to PS3
290
291 All contributors to this release:
292
293 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
294 Jens Georg <mail@jensge.org>
295 Henrique Ferreiro <henrique.ferreiro@gmail.com>
296 Lennart Poettering <lennart@poettering.net>
297 Marc-André Lureau <marcandre.lureau@gmail.com>
298 Rob Taylor <rob.taylor@codethink.co.uk>
299
300 0.2.2
301 =====
302
303 Changes since 0.2:
304
305 - Use the new (0.6.9) Tracker API.
306 - Priority of gio-based streams are based on requested DLNA transfer mode.
307 - GIO-based/like asynchronous plugin API.
308 - Adapt to latest changes in gupnp-vala API.
309 - Serialization of media objects isn't done by media objects themselve
310   anymore, but by a new separate class, Rygel.DIDLLiteWriter.
311 - Internal API is marked 'internal' so it doesn't get to our (Vala) API.
312 - MediaObject now derives from GLib.Object.
313 - Generic AsyncResult implementation, SimpleAsyncResult.
314 - StateMachine interface that all state machines classes implement.
315 - Visible performance improvements in Tracker plugin by proper use of Tracker
316   APIs.
317 - Use Filename.to_string() and therefore make Bastien happy.
318 - Require lastest version (0.1.5) of libgee to use List.slice().
319 - Don't limit the number of objects returned to a client, let it decide
320   that on it's own.
321 - Proper handling of update notification to the client by use of a very simple
322   bubble-up mechanism for containers to signal updates.
323 - Decrease needed gconf version to 2.16.
324 - Set application name and therefore make Lennart happy.
325 - Require latest version of vala (0.5.7) and gupnp-vala (0.5.3).
326 - Allow multiple URIs for each media items.
327 - Response for seekable media request is now sent buffer by buffer so the whole
328   file is not put into memory.
329 - Some improvements to build system.
330 - Lots of other improvements and bugfixes.
331
332 0.2
333 ===
334
335 The major change after last release (as gupnp-media-server) is the introduction
336 of a simple yet powerful plugin-based architecture/api: Every plugin:
337 - is loaded into a separate MediaServer instance.
338 - can implement any kind and number of resources (currently only services).
339 - can export an icon file.
340 - inherit it's ContentDirectory implementation from a base class that does most
341   of the UPnP-related work. More improvements on this planned for next release.
342 - use an intuitive API to easily export media from URIs and live GStreamer
343   source elements over HTTP.
344
345 Other changes:
346
347 - Relicense under LGPL to allow proprietary plugins and ease of moving code
348   from/to gupnp libraries.
349 - DVB Daemon integration though a plugin. Now you can watch live channels from
350   your PC on your PS3 for example.
351 - Test plugin that exports one audio and video item, streaming contents from
352   GStreamer's audiotestsrc and videotestsrc elements respectively.
353 - Better interoperability with Sony playstation 3.
354 - Announce unavailability to UPnP world on exit.
355 - Loads of other improvements.
356
357 0.1
358 ===
359
360 - Initial release.