19cc845b16c64c7672681a669f4129bb66e09d3a
[profile/ivi/rygel.git] / NEWS
1 0.13.4
2 ======
3
4 A new release in the current unstable release cycle
5
6 Changes compared to 0.13.3:
7
8 - Add the new logo.
9 - Don't abort if a client requests an invalid thumbnail or subtitle.
10 - Don't crash if a GStreamer element is missing.
11 - Set X_DLNACAP according to the allow-upload/allow-deletion configuration.
12 - Drop the "maximum version" requirements in configure.ac.
13 - Revert the ¨npt=0- is not a seek" patch since it broke DLNA requirement
14   7.3.33.4.
15 - Don't crash if a User-Agent contains non-UTF-8 characters.
16
17 Mediathek:
18  - Reduce severity of a warning message.
19
20 Playbin:
21  - Emit duration change once the playbin can know it.
22
23 Tracker:
24  - Refactor alternative properties.
25
26 MPRIS:
27  - Don't abort if a server doesn't use the proper type for the "Metadata"
28    property.
29
30 MediaExport:
31  - Set proper UPnP class for virtual containers.
32
33 Bugs fixed in this release:
34  - https://bugzilla.gnome.org/show_bug.cgi?id=672048
35  - https://bugzilla.gnome.org/show_bug.cgi?id=667781
36
37 Added/updated translations
38  - lv, courtesy of Rūdolfs Mazurs
39  - pl, courtesy of Piotr Drąg
40
41 All contributors to this release:
42  Jens Georg <mail@jensge.org>
43  Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
44  Piotr Drąg <piotrdrag@gmail.com>
45  Lukasz Pawlik <lukasz.pawlik@comarch.com>
46
47 0.13.3
48 ======
49
50 A new release in the current unstable release cycle
51
52 Changes compared to 0.13.2:
53
54 - Fix a regression introduced in 0.13.2 that caused the XBox 360 to show empty
55   Album, Artist and Genre folders with the Tracker plugin.
56 - Fix the time-out used on item creation.
57 - Only ask tumbler to create thumbnails if it's not a remote resource.
58
59 Added/updated translations
60  - sl, courtesy of Matej Urbančič
61  - sr, courtesy of Мирослав Николић
62  - sr@latin, courtesy of Miroslav Nikolić
63
64 All contributors to this release
65  Jens Georg <mail@jensge.org>
66  Мирослав Николић <miroslavnikolic@rocketmail.com>
67  Matej Urbančič <mateju@svn.gnome.org>
68
69 0.13.2
70 ======
71
72 A new release in the current unstable release cycle
73
74 Changes compared to 0.13.1:
75
76 - Work around a reference issue when using vala-0.16.
77 - Really add the hack for WMP 12.
78 - Fix XBox 360 showing the same songs multiple times in the "Songs" listing
79   when not using MediaExport back-end.
80 - Drop obsolete gconf dependency.
81 - Don't crash when loading the same module twice accidently.
82 - Add tests for ItemCreator class.
83 - Refactor, document and clean-up ItemCreator class.
84 - Use supplied <dc:date> in CreateObject call.
85
86 Tracker:
87  - Revert the change that lets the fs-miner chose the RDF type. This broke
88    uploading very badly.
89  - Use the item's date when creating a new item.
90
91 Bugs fixed:
92  https://bugzilla.gnome.org/show_bug.cgi?id=664184
93  https://bugzilla.gnome.org/show_bug.cgi?id=669858
94  https://bugzilla.gnome.org/show_bug.cgi?id=660477
95
96 Added/updated translations
97  - cs, courtesy of Marek Černocký
98  - es, courtesy of Daniel Mustieles
99
100 All contributors to this release:
101  Jens Georg <mail@jensge.org>
102  Marek Černocký <marek@manet.cz>
103  Daniel Mustieles <daniel.mustieles@gmail.com>
104
105 0.13.1
106 ======
107
108 A new release in the current unstable release cycle
109
110 Changes compared to 0.13.0:
111
112 - Fix MPEG2 transcoding to not fail due to a typo in the container caps.
113 - Output debug information about the used transcoding profile.
114 - Fix AVC transcoding: Framerate and resource resolution.
115 - Some documentation updates.
116 - Simplify the RTP depayloader guessing code by using GStreamer functionality.
117 - Stop leaking HTTPRequests due to a ref cycle.
118 - Some stability errors and conformance changes.
119 - Add coverage reports for unittests.
120 - Increase the coverage of some classes.
121 - Fix basic search implementation for offset > 0 and limit == 0.
122 - Add an environment variable to set the time-out for plug-in loading to help
123   when running in valgrind.
124
125 IOP:
126  - More refactoring: Version downgrade is not longer bound to the XBox 360
127    hacks and configurable. That makes the ugly trailing colon disappear for
128    devices that are not a XBox 360 but still need the downgrade.
129  - Add hacks for XBMC which has problems to play AAC/M4A files shared with the
130    "correct" DLNA mime-type.
131  - Fix Slideshow option in XBox 360 when called from top-level image browser.
132  - If a time-seek requests everything, just ignore that it's a seek.
133  - Add a file extension to all served URIs to help those devices that need
134    them.
135  - Fix an issue where Windows Media Player 12 only showed the first 200 items.
136
137 UI:
138  - Minor clean-up and polishing.
139  - Tooltips.
140
141 Tracker:
142  - Get rid of work-around for gnome-bug 623685
143
144 MediaExport:
145  - Fix a regression in the file monitor that caused moved files to be missed.
146  - Update the documentation to clarify how to enter URIs in the configuration
147    file.
148  - Fix an endless loop when adding media to an empty but watched directory.
149  - Delay the creation of the virtual folder hierarchy until the initial walk
150    is done.
151
152 Mediathek:
153  - Update the documentation on how to configure it and distribute those.
154
155 MPRIS:
156  - Add possibility to disable the whole module.
157
158 External:
159  - Don't crash if the D-Bus server doesn't behave as specified when sending
160    updates.
161  - Transcoding/Proxying if the uri contained the @ADDRESS@ template
162  - Fix icons; it was still using the MediaItem1 interface.
163  - Update child count properly if container changes.
164  - Add possibility to disable the whole module.
165
166 Changes in dependencies:
167  - Require Vala 0.14.1 for GStreamer VAPI fixes.
168
169 Bugs fixed:
170  https://bugzilla.gnome.org/show_bug.cgi?id=659432
171  https://bugzilla.redhat.com/show_bug.cgi?id=759206
172  https://bugzilla.gnome.org/show_bug.cgi?id=666363
173  https://bugzilla.gnome.org/show_bug.cgi?id=644538
174  https://bugzilla.gnome.org/show_bug.cgi?id=668335
175  https://bugzilla.gnome.org/show_bug.cgi?id=663826
176  https://bugzilla.gnome.org/show_bug.cgi?id=653120
177  https://bugzilla.gnome.org/show_bug.cgi?id=663631
178  https://bugzilla.gnome.org/show_bug.cgi?id=669677
179  https://bugzilla.gnome.org/show_bug.cgi?id=669680
180
181 Updated/Added translations:
182  - es, courtesy of Daniel Mustieles
183  - fr, courtesy of Alexandre Franke
184  - ja, courtesy of Jiro Matsuzawa
185  - pl, courtesy of Piotr Drąg
186
187 All contributors to this release:
188  Jens Georg <mail@jensge.org>
189  Marcin Kazmierczak <marcin.kazmierczak@comarch.com>
190  Krzesimir Nowak <qdlacz@gmail.com>
191  Piotr Drąg <piotrdrag@gmail.com>
192  Lukasz Pawlik <lucas.pawlik@gmail.com>
193  Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
194  David King <amigadave@amigadave.com>
195  Daniel Mustieles <daniel.mustieles@gmail.com>
196  Alexandre Franke <alexandre.franke@gmail.com>
197
198
199 0.13.0
200 ======
201
202 The beginning of a new unstable release cycle.
203
204 Many of the commits in this release already have been released in one of
205 our stable 0.12.x versions. A list of all changes that already were released
206 is available in the stable branch's NEWS file:
207
208 http://git.gnome.org/browse/rygel/tree/NEWS?h=RYGEL_0_12_5
209
210 Changes compared to 0.12.5:
211
212 - Use context-less API from gupnp-0.18.
213 - Switch to .xz tarballs as default.
214 - Get rid of a nested MainLoop in HTTP POST handling that caused a lot of
215   trouble with vala's async support.
216 - Refactor ClientHacks into a generic part and XBox support.
217 - Add a hack for Panasonic TVs that can only handle PNG thumbnails if you
218   tell them they're JPEG.
219 - Always build and run tests when using autogen.sh.
220 - Write uploaded data to a temporary hidden file first and move to real file
221   later, helping file monitors to only create a single event.
222 - Add a 128x128 version of the icon.
223 - Move the 48x48 JPEG icon and 120x120 icons necessary for DLNA out of the
224   icon theme.
225 - Drop XML comments from the content description files which might cause
226   issues in IOP.
227 - Stabilize the error handling in HTTP POST.
228 - Clean-up GTK+ checks in configure.ac.
229 - Only pass -g to valac when --enable-debug was passed.
230 - More robust transcoding on faulty input.
231 - Clean-up and refactor audio- and video-transcoders.
232 - Clean-up RTP depayloader guessing.
233 - Fix deadlock on Ctrl-C.
234 - Fix a crash on filesystem error while uploading.
235
236 - MediaExport:
237   - Refactor and clean QueryContainer.
238   - Use proper UPnP classes like object.container.album.musicAlbum for virtual
239     folders.
240   - Support audio-less videos.
241
242 - Mediathek:
243   - Set proper DLNA profile on the WMV streams.
244
245 - Playbin:
246   - Add support for image/jpeg and image/png.
247
248 - Tracker:
249   - Fix querybuilder for graphed statements.
250   - Let tracker-fs-miner override properties and chose the proper RDF type
251     for an uploaded file.
252   - Cache ContainerUpdateIDs for metadata-based containers.
253
254 - Bugs fixed in this release:
255   gnome:660107 - Mediathek HTTP proxy URL doesn't have a DLNA profile for WMV
256   gnome:661336 - No thumbnails for Panasonic
257   gnome:637226 - rygel installs 120x120 icons, instead of 128x128
258
259 - All contributors to this release:
260   - Jens Georg <mail@jensge.org>
261   - Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
262   - Grzegorz Grabowski <grzegorz.grabowski@comarch.com>
263   - Mario Blättermann <mariobl@gnome.org>
264   - Marek Černocký <marek@manet.cz>
265   - Matej Urbančič <mateju@svn.gnome.org>
266   - Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
267   - Jorge González <jorgegonz@svn.gnome.org>
268
269 - Added/updated translations:
270   - de, courtesy of Mario Blättermann
271   - sl, courtesy of Matej Urbančič
272   - cz, courtesy of Marek Černocký
273   - eo, courtesy of Kristjan SCHMIDT
274   - es, courtesy of Jorge González
275
276
277 0.11.3
278 ======
279
280 Another release in the unstable release cycle.
281
282 Changes since 0.11.2:
283
284 - Dependency-related changes:
285   - Bump GStreamer version to 0.10.35 for important encodebin fixes.
286   - Bump Vala version to version 0.14.
287   - Bump libsoup maximum version.
288
289 - Fixed an abort if the client requested chunks of data being too small.
290 - Fix memory leaking related to file upload.
291 - Work-around a crash when the service description file is invalid.
292 - Make rygel a single-instance app. If a new instance is started, the old
293   instance will be shut down. This is likely to be reveresed in a future
294   release.
295 - Fix an UPnP compatibility regression.
296 - Fix resolution and framerate for MPEG_TS_HD_NA_ISO transcoder.
297 - Adapt to changes in upcoming vala-0.14
298 - Allow UPnP class generalization on upload to DLNA_ORG.AnyContainer.
299 - Add transcoders for AAC_ISO_320 and AVC_MP4_BL_CIF15_AAC_520. Note that both
300   are disabled by default since GStreamer has some issues with these
301   pipelines.
302
303 - IOP:
304   - Fix IOP with XBox 360's music browsing.
305   - Fix IOP with Samsung Galaxy S.
306   - Fix IOP with Allegro clients.
307
308 - Tracker:
309   - Properly escape meta-data strings.
310   - Update search containers if tracker content changes.
311   - Fix wrong search result when "exists true" was searched for artist, album
312     and genre.
313   - Implement @refID.
314   - Add an option to share only those files that have a nmm:dlnaProfile set.
315
316 - MediaExport:
317   - Refactor database access code.
318
319 All contributors to this release:
320   - Jens Georg <mail@jensge.org>
321   - Luis de Bethencourt <luis.debethencourt@collabora.com>
322   - Daniel Mustieles <daniel.mustieles@gmail.com>
323   - Мирослав Николић <miroslavnikolic@rocketmail.com>
324   - Yuri Myasoedov <omerta13@yandex.ru>
325   - Thijs Vermeir <thijsvermeir@gmail.com>
326   - Mario Blättermann <mariobl@gnome.org>
327   - Marek Černocký <marek@manet.cz>
328   - Kjartan Maraas <kmaraas@gnome.org>
329   - Andrej Žnidaršič <andrej.znidarsic@gmail.com>
330
331 Added/updated translations
332   - cs, courtesy of Marek Černocký
333   - de, courtesy of Mario Blättermann
334   - es, courtesy of Daniel Mustieles
335   - nb, courtesy of Kjartan Maraas
336   - ru, courtesy of Yuri Myasoedov
337   - sl, courtesy of Andrej Žnidaršič
338   - sr, courtesy of Мирослав Николић
339   - sr@latin, courtesy of Miroslav Nikolić
340
341 - UPnP requirements addressed:
342   - UPnP CTT 2.0 cases AV-CD:1-4.1
343
344 - DLNA requirements addressed:
345   - 7.3.66.3
346   - 7.3.120.4
347   - 7.3.136.1
348   - 7.3.136.4
349
350 - Bugs fixed:
351   bgo#629582 - MediaServer doesn't work with Samsung Galaxy S
352   bgo#654833 - compiler warning in media-export plugin
353
354 0.11.2
355 ======
356
357 Another release in the unstable release cycle.
358
359 Changes since 0.11.1:
360
361 - Fix regression introduced in 0.11.1 which made tracker plugin fail to
362   start.
363 - Add commandline options -c, --config to override the user
364   configuration file.
365 - Add a config file options to override the upload directories.
366 - Use proper UPnP service description syntax.
367 - Tracker:
368   - Clean-up left-over place-holder items on plugin start-up.
369
370 All contributors to this release:
371   - Jens Georg <mail@jensge.org>
372   - Topi Santakivi <topi.santakivi@digia.com>
373   - Matej Urbančič <mateju@svn.gnome.org>
374   - Marek Černocký <marek@manet.cz>
375   - Jorge González <jorgegonz@svn.gnome.org>
376
377 Added/updated translations
378   - cs, courtesy of Marek Černocký
379   - es, courtesy of Jorge González
380   - sl, courtesy of Matej Urbančič
381
382 - UPnP requirements addressed:
383   - UPnP CTT 1.5 cases 1.x.y.z.
384
385 - DLNA requirements addressed:
386   - 7.3.139.1
387   - Improved robustness for the CreateObject tests.
388
389 0.11.1
390 ======
391
392 Another release in the unstable release cycle.
393
394 This is mostly a comatibility release to be able to build against latest
395 unstable releases of GSSDP & GUPnP.
396
397 Changes since 0.11.0:
398
399 - Fix warnings and critical messages when Rygel is run without a DBus session
400   bus available.
401 - Modify XBox support to not disturb UPnP conformance.
402 - Bump required minimum versions of GSSDP, GUPnP, GUPnP-AV and GUPnP-Vala.
403 - Implement upnp:searchClass.
404 - Several improvements to SOAP action parameter validation.
405 - MediaExport:
406   - Add APE to the supported media formats.
407
408 All contributors to this release:
409   - Jens Georg <mail@jensge.org>
410   - Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
411   - Topi Santakivi <topi.santakivi@digia.com>
412   - Andrej Žnidaršič <andrej.znidarsic@gmail.com>
413   - Mario Blättermann <mariobl@gnome.org>
414
415 Dependency-related changes:
416 - Bump GSSDP requirement to 0.11.0
417 - Bump GUPnP requirement to 0.17.0
418 - Bump GUPnP-AV requirement to 0.9.0
419 - Bump GUPnP-Vala requirement to 0.9.0
420
421 - UPnP requirements addressed:
422   - UDA-1.1.1
423   - UDA-1.1.2
424   - UDA-1.1.3
425   - UDA-1.1.4
426   - UDA-3.1.3
427   - UDA-4.2.2
428   - AV-CD:1-6.1
429 - DLNA requirements addressed:
430   - 7.3.67.4
431   - 7.3.134.1
432
433 Updated translations:
434   - de, courtesy of Mario Blättermann.
435   - sl, courtesy of Andrej Žnidaršič.
436
437 0.11.0
438 ======
439
440 This release marks the beginning of a new unstable release-cycle which will
441 eventually be integrated into GNOME 3.2. Changes since 0.10.2:
442
443 - Serve video thumbnails to XBox 360
444 - Change ImportResource not to use GVFS
445 - Validate passed sort criteria string
446 - More validation and robustness of input arguments for actions
447 - Complete supported formats for TimeSeekRange parsing
448 - Ignore unknown commandline options and print help string when
449   encountering those
450 - Make sure an uploaded file is closed after HTTP POST
451 - Several fixes related to seeking
452 - Add restrictions to correct transfer modes
453 - MediaExport:
454   - Wait for filesystem events to settle before harvesting new files
455   - General code clean-up, especially in the file monitor
456   - Add option to disable file monitoring
457   - Add more exotic media to be harvested:
458     - .mpc/.mpc: MusePack
459     - .wv: WavPack
460     - .aac: Stand-alone AAC (raw/ADTS)
461     - .mp2: MPEG 1, Audio Profile 2
462     - .webm: WebM video files
463     - .mka: Audio in a Matroska file
464   - Ignore unknown file from discoverer
465 - Tracker:
466   - Print the used upload directories
467   - Use D-Bus filtering for GraphUpdated, be waken much less by tracker
468   - Support adding of existing but non-indexed files as well as general
469     objects with all kinds of URIs through the CreateObject call
470   - Generally rework the handling of place holder items which are uploaded
471     later by the Content-Directory
472   - Set item size in the tracker-miner graph
473
474 All contributors to this release:
475   - Jens Georg <mail@jensge.org>
476   - Topi Santakivi <topi.santakivi@digia.com>
477   - Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
478   - Muhammet Kara <muhammet.k@gmail.com>
479   - Marek Černocký <marek@manet.cz>
480   - Luis de Bethencourt <luis.debethencourt@collabora.co.uk>
481   - Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
482   - Lê Trường An <xinemdungkhoc1@gmail.com>
483   - Jorge González <jorgegonz@svn.gnome.org>
484   - Gabriel F. Vilar <cogumm@gmail.com>
485   - Daniel Mustieles <daniel.mustieles@gmail.com>
486   - Andrej Žnidaršič <andrej.znidarsic@gmail.com>
487
488 - Many other non-functional and/or minor improvements and fixes.
489
490 Dependency-related changes:
491
492 - Bump libsoup requirements
493
494 Bugs fixed in this release:
495
496 bgo#651965 - Rygel Uses 100% CPU while working on an incomplete MKV file
497
498 - UPnP requirements satisfied:
499   - AV-CD:1-4.2
500   - AV-CD:1-4.3
501   - AV-CD:1-9.1
502   - AV-CD:1-11.1
503   - AV-CD:1-12.1
504   - AV-CM:1-5.1
505 - DLNA requirements satisfied:
506   - 7.3.128.7
507   - 7.4.31.2
508   - 7.4.38.6
509   - 7.4.40.3
510   - 7.4.40.8
511   - 7.4.49.4
512 Added/updated translations:
513   - cs, courtesy of Marek Černocký
514   - es, courtesy of Daniel Mustieles
515   - pt_BR, courtesy of Gabriel F. Vilar
516   - sl, courtesy of Andrej Žnidaršič
517   - tr, courtesy of Muhammet Kara
518   - vi, courtesy of Lê Trường An
519
520 0.10.2
521 ======
522
523 A new release in the stable 0.10.x series for GNOME 3.0. Changes since 0.10.1:
524
525 - Fix sorting on dates without time
526 - Fix MediaExport plugin skipping m4a files
527 - Fix serving of album art
528 - Fix an assertion when harvesting files still being downloaded
529 - Don't entity-quote UTF-8 characters
530 - Fix a hidden potential crasher with vala async functions
531
532 Bugs fixed in this release:
533
534 648486 - Rygel doesn't show up in Samsung PS50C77 TV
535
536 All contributors to this release:
537
538 Jens Georg <mail@jensge.org>
539
540 0.10.1
541 ======
542
543 A new release in the stable 0.10.x series for GNOME 3.0. Changes since 0.10.0:
544
545 - Fix severe performance regression introduced in 0.9.9
546 - Fix a crash on corrupt files
547 - Generate ChangeLog from git on make dist
548
549 All contributors to this release:
550
551 Jens Georg <mail@jensge.org>
552
553 0.10.0
554 ======
555
556 The first release in the new stable 0.10.x series for GNOME 3.0. Changes since
557 0.9.9:
558
559 - More user-friendly short description. Downstream integrators might want to
560   update their packages (check README).
561 - Simplified transcoding by use of new 'encodebin' GStreamer element. This also
562   implies fixing of MPEG TS transcoder to work with recent GStreamer (plugins).
563 - Much more consistent and simpler HTTP stream handling by increased reliability
564   on GStreamer.
565 - Many fixes and improvements to HTTP streams.
566 - More robust tests for HTTP streams.
567 - Fix .po files being all uppercase.
568 - Don't crash if log_domain is unset.
569 - Apply Xbox hacks on Philips DLNA TV.
570 - Time seek header must be locale-independent.
571 - Correct supported SeekMode values.
572 - Support 'background' mode for all streams.
573 - More complete DOAP file.
574 - Don't offer audio transcoding for videos.
575 - Expose 'dc:date' for items when available.
576 - Add some more check.
577 - Add support for 'refID' attribute. Although currently no plugin uses this, we
578   are already adding this basic support to satisfy DLNA.
579 - Throw error if 'dlnaManaged' attribute or wrong DLNA profile is provided in an
580   item creation request.
581 - Throw error with correct code on creation of item of wrong class.
582 - Prevent a crash in 'ImportResource' action handling.
583 - Report slightly more accurate time seek range.
584 - Don't error out on attempt to delete an inexistent file.
585 - MediaExport:
586   - Avoid crawling $HOME by default.
587   - Query user folders only once.
588   - Remove huge cache directive.
589   - Implement search by duration.
590   - Properly cancel the file monitor.
591   - Fix crash on file removal.
592 - Tracker:
593   - Mark newly added items as available.
594   - Set 'nie:contentCreated' on created items.
595   - Take mime-type from gupnp-dlna to work-around bug#647575.
596   - Properly escape regular expression in title containers.
597   - Create a unique URI for new items.
598   - Mark resources we created as ours.
599 - More DLNA requirements satisfied:
600   - 7.3.25.1
601   - 7.3.50.1
602   - 7.3.67.1
603   - 7.3.133.6
604   - 7.3.134.3
605 - Localization:
606   - Add more translations:
607     - Bengali India translation
608     - Indonesian translation
609     - Latvian translation
610   - Translation updates:
611     - Japanese
612     - Russian
613     - French
614     - Korean
615     - Slovenian
616     - Norwegian bokmål
617     - Swedish
618     - Bulgarian
619     - Thai
620     - Simplified Chinese
621     - Kannada
622     - Catalan
623     - Portuguese
624     - British English
625     - Polish
626     - Czech
627     - Romanian
628     - German
629     - Galician
630     - Hungarian
631     - Serbian
632     - Dutch
633     - Spanish
634     - UG
635 - Many other non-functional and/or minor improvements and fixes.
636
637 Dependency-related changes:
638
639 - Require gst-plugins-base.
640 - Require gstreamer-pbutils.
641
642 Bugs fixed in this release:
643
644 647551 - Improperly escaped regexes in tracker plugin
645 643854 - Rygel is not shown as media source on a Philips TV
646 644985 - TimeSeekRange.dlna.org HTTP header is locale dependent
647 645159 - PS3 doesn't recognize transcoded MP3 content
648
649 All contributors to this release:
650
651 Jens Georg <mail@jensge.org>
652 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
653 Luis de Bethencourt <luis@debethencourt.com>
654 Topi Santakivi <topi.santakivi@digia.com>
655 Abduxukur Abdurixit <abdurixit@gmail.com>
656 Akom Chotiphantawanon <knight2000@gmail.com>
657 Alexander Shopov <ash@kambanaria.org>
658 Andrej Žnidaršič <andrej.znidarsic@gmail.com>
659 Aron Xu <aronxu@gnome.org>
660 Bruce Cowan <bruce@bcowan.me.uk>
661 Bruno Brouard <annoa.b@gmail.com>
662 Changwoo Ryu <cwryu@debian.org>
663 Daniel Mustieles <daniel.mustieles@gmail.com>
664 Daniel Nylander <po@danielnylander.se>
665 Dirgita <dirgitadevina@yahoo.co.id>
666 Duarte Loreto <happyguy_pt@hotmail.com>
667 Fran Diéguez <fran@openhost.es>
668 Gabor Kelemen <kelemeng@gnome.hu>
669 Joan Duran <jodufi@gmail.com>
670 Kentaro KAZUHAMA <kazken3@gmail.com>
671 Kjartan Maraas <kmaraas@gnome.org>
672 Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
673 Marek Černocký <marek@manet.cz>
674 Mario Blättermann <mariobl@gnome.org>
675 Matej Urbančič <mateju@svn.gnome.org>
676 Piotr Drąg <piotrdrag@gmail.com>
677 Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
678 Runa Bhattacharjee <runab@redhat.com>
679 Shankar Prasad <svenkate@redhat.com>
680 Wouter Bolsterlee <wbolster@gnome.org>
681 Yuri Myasoedov <omerta13@yandex.ru>
682 Мирослав Николић <miroslavnikolic@rocketmail.com>
683
684 0.9.9
685 =====
686
687 A new release in the current unstable 0.9.x series for upcoming GNOME 2.91.90
688 release.
689
690 - Define separate log domains for core and each plugin.
691 - Improved log output control: We now allow you to specify log levels separately
692   for each log domain.
693 - HTTP Connection stalling supported for ALL streams.
694 - Entertain priority in GStreamer-based HTTP streams.
695 - Rename 'upnp_enabled' in configuration to 'upnp-enabled'.
696 - Add section about MPRIS plugin to manpage.
697 - Several fixes/improvements to manpages.
698 - Fix some environment variables' names.
699 - Use both user & system configuration. So far, we have been ignoring the system
700   configuration file when the user configuration file exists. This leads into
701   problems whenever our configuration keys change. Now we load configuration
702   from both sources and get the config value from system configuration if user
703   configuration doesn't offer a value for it.
704 - Use 'data' directory in source tree as the system config location when
705   configured to run uninstalled.
706 - Configure option to enable fatal valac warings. Also make this default when
707   running autogen.sh.
708 - Make configure --help less ugly.
709 - Make use of modern autotools.
710 - Show VALA flags in configure summary.
711 - Remove special configure flag to enable maemo configuration as it should just
712   be the default in maemo-specific branch.
713 - Clear the ChangeLog file content.
714 - UI:
715   - Trim-down the UI to only provide options that end-user needs.
716   - Use the correct key for 'UPnP enabled' option.
717   - All widgets must be disabled when sharing is.
718   - Option to use 'any' network.
719 - MediaExport:
720   - Hide empty virtual folders.
721   - Don't keep empty containers in DB.
722   - More debug output.
723 - Tracker:
724   - Only share available files: As tracker also indices removable media we need
725     to filter out those files that are currently unavailable.
726 - Localization:
727   - Add Kannada translation.
728   - Update UG translation.
729   - Update German translation.
730   - Update UK translation.
731   - Update Gujarati translations.
732   - Update Ukranian translation.
733   - Update Hebrew translation.
734   - Update Norwegian bokmål translation.
735   - Update Spanish translation.
736   - Update Estonian translation.
737 - Many other non-functional and/or minor improvements and fixes.
738
739 Dependency-related changes:
740
741 - Require & adapt to Vala 0.11.6
742 - Explicitly require gssdp >= 0.9.2
743
744 Bugs fixed in this release:
745
746 641882 - 0.9.8 does not build
747
748 All contributors to this release:
749
750 Jens Georg <mail@jensge.org>
751 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
752 Luis de Bethencourt <luis@debethencourt.com>
753 Abduxukur Abdurixit <abdurixit@gmail.com>
754 Daniel Korostil <ted.korostiled@gmail.com>
755 Ivar Smolin <okul@linux.ee>
756 Jorge González <jorgegonz@svn.gnome.org>
757 Kjartan Maraas <kmaraas@gnome.org>
758 Mario Blättermann <mariobl@gnome.org>
759 Shankar Prasad <svenkate@redhat.com>
760 Sweta Kothari <swkothar@redhat.com>
761 Yaron Shahrabani <sh.yaron@gmail.com>
762
763 0.9.8
764 =====
765
766 Another micro release that fixes the broken Vala check.
767
768 All contributors to this release:
769
770 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
771
772 0.9.7
773 =====
774
775 A new release in the current unstable 0.9.x series for upcoming GNOME 2.91.6
776 release.
777
778 - Ability to bind to specific networks.
779 - Prevent possible crash on SIGINT.
780 - Remove encoding information from .desktop file.
781 - Fix build against Vala 0.11.4.
782 - Don't initialize/create disabled plugin.
783 - Explicitly unregister D-Bus service on shutdown.
784 - Mediathek:
785   - Don't block the rest of rygel while waiting on network.
786   - Plug libXml memory leaks.
787   - Workaround for bgo#639702.
788   - Make update-interval configurable.
789   - Add option to choose between H.264 and WMV videos.
790 - Localization:
791   - Update Bulgarian translation.
792   - Update Greek translation.
793   - Update Traditional Chinese translation (Hong Kong and Taiwan).
794   - QA of Galician translations.
795
796 Dependency-related changes:
797
798 - Require gupnp-vala >= 0.7.5
799
800 Bugs fixed in this release:
801
802 638269 - Mediathek plugin breaks streaming during update
803 639534 - Remove encoding info from .desktop file
804 639738 - build failure: rygel-item-creator.vala: error: syntax error, expected
805          method call
806
807 All contributors to this release:
808
809 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
810 Jens Georg <mail@jensge.org>
811 Alexander Shopov <ash@kambanaria.org>
812 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
813 Fran Diéguez <fran.dieguez@mabishu.com>
814 Marios Zindilis <m.zindilis@dmajor.org>
815 radykal <radykal_dj@hotmail.com>
816
817 0.9.6
818 =====
819
820 Another micro release to mainly fix a critical bug in 0.9.5. Other changes:
821
822 - Correct meaning for 'upnp_enabled' configuration option. Its now set to 'true'
823   by default and if you set this to 'false' and run rygel, you can still stream
824   media (currently only over HTTP) from it.
825 - Add option to disable UPnP to all configuration sources.
826 - Environment variables for boolean options now follow general unix conventions.
827 - Localization:
828   - New partial translation for Afrikaans (af).
829
830 All contributors to this release:
831
832 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
833 Friedel Wolff <friedel@translate.org.za>
834
835 0.9.5
836 =====
837
838 Changes since 0.9.4:
839
840 - Only advertize searchable containers as such.
841 - Do not execute search in non-searchable containers.
842 - Only refuse to advertise a transcoder for an item if it's DLNA profile
843   is the same as that of the item in question.
844 - Don't wait for new item if its already available under the container.
845 - Add timeouts to container update waiting code.
846 - Sort in ascending order by default. I had gotten the idea of ascending and
847   descending reversed in my head so ended-up sorting by title in wrong order.
848 - Empty sort criteria in browse/search requests means no sort criteria.
849 - Use shorter HTTP URLs.
850 - Add support for search of media containers by their child count.
851 - Delay addition of child containers to actual (exposed) hierarchy until they
852   produce some offspring. Very often it happens that we don't have enough
853   metadata available to populate our hierarchies and we end-up exposing empty
854   containers. Not only its contrary to user's expectations but apparently DLNA
855   CTT isn't able to digest them.
856 - Move magic '@ADDRESS@' substitution from external plugin to core so all
857   plugins can use it.
858 - If the root container of a MediaServer plugin is empty, deactivate the plugin
859   until the situation changes.
860 - Tracker:
861   - Add title-based hierarchies: One container for each unique starting
862     character of all the titles available for the contegory in question.
863   - Add "New" container: Under each category container, add a child container
864     that lists all items of that category that were added (to tracker-store)
865     less than 3 days ago.
866   - Use property function for sorting. Tracker claims to be more efficient when
867     using property functions instead of variables.
868 - MediaExport:
869   - More reliable fallback extraction.
870   - Speed-up browse and search handling.
871 - Localization:
872   - Add Vietnamese translation.
873   - Update Slovenian translation.
874   - Update Norwegian bokmål translation.
875   - Update Estonian translation.
876   - Update Hebrew translation.
877   - Update Spanish translation.
878   - Update UG translation.
879   - Update Czech translation.
880   - Update Swedish translation.
881   - Update Punjabi Translaiton.
882   - Update Galician translation.
883 - Many other non-functional and/or minor improvements and fixes.
884
885 Dependency-related changes:
886
887 - Require & adapt to gupnp-dlna >= 0.5.
888 - Require gupnp-vala >= 0.7.2.
889
890 All contributors to this release:
891
892 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
893 Jens Georg <mail@jensge.org>
894 Arun Raghavan <arun.raghavan@collabora.co.uk>
895 Sunil Mohan Adapa <sunil@medhas.org>
896 A S Alam <aalam@users.sf.net>
897 Daniel Nylander <po@danielnylander.se>
898 Gheyret T.Kenji <gheyret@gmail.com>
899 Ivar Smolin <okul@linux.ee>
900 Jorge González <jorgegonz@svn.gnome.org>
901 Kjartan Maraas <kmaraas@gnome.org>
902 Matej Urbančič <mateju@svn.gnome.org>
903 Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
904 Petr Kovar <pknbe@volny.cz>
905 Yaron Shahrabani <sh.yaron@gmail.com>
906 Fran Diéguez <fran.dieguez@mabishu.com>
907 Marek Cernocky
908
909 0.9.4
910 =====
911
912 A new release in the current unstable 0.9.x series for upcoming GNOME 2.91.3
913 release.
914
915 - After adding a new item in a container, wair for it to actually appear under
916   the container in the hierarchy. This is needed to satisfy DLNA CTT testcase
917   7.3.26.4,5.
918 - Wait for updated signal from the parent container after pushing content to a
919   child item before returning an 'OK' to the client. This is needed to satisfy
920   the bogus check at the end of the DLNA CTT testcase 7.3.136.4.
921 - If the template device description was modified after cached description was
922   modified/created, use the template device description. Without this change,
923   user had to manually remove the cached description documents each time we
924   modified the templates.
925 - Only set dlnaManaged flags if any of the contained flag is set. This is
926   needed to comply with DLNA requirements 7.3.118.2-3.
927 - Use correct resolution for MPEG_TS_SD_EU_ISO transcoded streams.
928 - Remove now redundant vala work-arounds.
929 - MediaExport:
930   - Fix update signal emission.
931   - Disable plugin on error during it's initialization.
932   - Only on-disk container should be marked as writable. That excludes both
933     special containers like "Filesystem" and virtual/metadata containers.
934   - Optimize searches by preventing a full-table scan and custom function.
935 - Tracker:
936   - Adapt to new update signals API.
937   - Handle update signals (only) in All* containers. In these containers we can
938     easily know if the update affect the container or not. This is is not true
939     for other containers and we end-up launching a lot of redundant Tracker
940     queries and network traffic.
941   - Keep a single hierarchy for all network interfaces to reduce resource
942     consumption.
943 - Localization:
944   - Update Simplified Chinese translation.
945   - Update Thai Translation.
946   - Update Romanian translation.
947   - Update UG translation.
948   - Update Hebrew translation.
949   - Update Estonian translation.
950   - Update Galician translations.
951 - Many other non-functional and/or minor improvements and fixes.
952
953 Dependency-related changes:
954
955 - Require vala 0.11.2.
956
957 Bugs fixed in this release:
958
959 635957 - Typo in copyright year in some source files.
960 635598 - Rygel 0.8.x does not remove deleted files.
961
962 All contributors to this release:
963
964 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
965 Jens Georg <mail@jensge.org>
966 Aron Xu <aronxu@gnome.org>
967 Akom Chotiphantawanon <knight2000@gmail.com>
968 Gheyret T.Kenji <gheyret@gmail.com>
969 Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
970 Daniel Șerbănescu <cyber19rider@gmail.com>
971 Fran Diéguez <fran.dieguez@mabishu.com>
972 Ivar Smolin <okul@linux.ee>
973 Yaron Shahrabani <sh.yaron@gmail.com>
974
975 0.9.3
976 =====
977
978 Another micro release to fix the build against gtk+-3.0. Other changes:
979
980 - Ability to enable/disable upload of media.
981 - Ability to enable/disable deletion of media.
982 - Localization:
983   - Update Spanish translation.
984
985 Dependency-related changes:
986
987 - Drop support for gtk+-2.0 and require gtk+-3.0.
988
989 All contributors to this release:
990
991 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
992
993 0.9.2
994 =====
995
996 A new release in the current unstable 0.9.x series for upcoming GNOME 2.91.2
997 release.
998
999 - Add support for destruction of media objects.
1000 - Implement DLNA's 'auto-destroy' requirement.
1001 - Set dlnaManaged attribute on DIDL-Lite objects. This along with some other
1002   recent changes, allows us to pass the following DLNA CTT testcases:
1003   - 7.3.118.2,3
1004   - 7.3.121.1
1005   - 7.3.139.1
1006 - Sort Search and Browse results alphabetically (in descending order) by title
1007   when no sorting criteria is specified by the client.
1008 - Use URI when provided in item creation requests.
1009 - There is no need to actually create the file for new items. The file will
1010   automatically be created when/if contents are copied to the new empy item.
1011 - Only allow pushing content to our own items that are place-holder (empty).
1012 - Remove redundant call to Gst.init().
1013 - Unique short commandline argument for disabling WMV transcoding.
1014 - Make use of new gupnp-av APIs.
1015 - Port to vala 0.11.1 and 0.11.2.
1016 - Tracker:
1017   - Tracker keeps the size set by us originally even after the size changes. A
1018     simple work-around is to just not set the size if its an empty file.
1019   - Save title when adding item to store.
1020   - Update container upon item addition.
1021 - MediaExport:
1022   - Export media even if metadata extraction fails for it.
1023   - Improved debug log.
1024 - MPRIS:
1025   - Fix service destination.
1026 - Localization:
1027   - Add Catalan (Valencian) translation.
1028   - Add Thai translation.
1029   - Update British English translation.
1030   - Update Simplified Chinese translation.
1031 - Many other non-functional and/or minor improvements and fixes.
1032
1033 Dependency-related changes:
1034
1035 - Require vala >= 0.11.1.
1036 - Require gupnp-av & gupnp-vala >= 0.7.0.
1037
1038 0.9.1
1039 =====
1040
1041 A new release in the current unstable 0.9.x series for upcoming GNOME 2.91.1
1042 release.
1043
1044 - Don't assume user's config folder to be present everywhere. This assumption is
1045   only true for modern (free)desktops and fails us badly on headless machines.
1046 - Properly require automake 1.11.
1047 - Custom rule to remove .stamp files to enforce rebuild from vala sources.
1048 - Destroy the device list before quiting main loop. For some reason, the SSDP
1049   'BYE' message doesn't get sent out for all devices before rygel exits. This
1050   change makes sending of these packet a lot more (could actually be 100%)
1051   reliable.
1052 - Tracker:
1053   - Make sure we only expose items that are either explicity marked to be shared
1054     over UPnP network or not marked at all.
1055   - Assume UPnP-created items to be shared. We create items on demand from UPnP
1056     clients so its logical to assume that the client would want it to be
1057     available on the UPnP network immediately after their creation.
1058   - Some non-functional changes.
1059   - URI escape metadata titles for IDs to correctly handle titles that have
1060     charachters like ',' and ':' in them.
1061 - Localization:
1062   - Update Slovenian translation.
1063   - Update Korean translation.
1064   - Update Estonian translation.
1065
1066 All contributors to this release:
1067
1068 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1069 Jens Georg <mail@jensge.org>
1070 Changwoo Ryu <cwryu@debian.org>
1071 Ivar Smolin <okul@linux.ee>
1072 Jorge González <jorgegonz@svn.gnome.org>
1073 Matej Urbančič <mateju@svn.gnome.org>
1074
1075 0.9.0
1076 =====
1077
1078 This release marks the start of the new unstable release-cycle. This is also the
1079 release cycle that will be integrated into GNOME 3. Changes since 0.7.8 that
1080 were not present in subsequent stable (0.8.x) releases:
1081
1082 - Port from dbus-glib and GValue usage to GDBus and GVariant.
1083 - Do not offer HTTP GET/HEAD URIs for place-holder (0-sized) items. This is
1084   needed to avoid crashes when a newly created item is fetched before the client
1085   pushes any contents to it.
1086 - Hack XBox search for upnp:class to make it happy.
1087 - Direct XBox's genre search to root container.
1088 - Set item's size on creation.
1089 - Always set VAPIDIR to ${datadir}/vala/vapi.
1090 - Tracker:
1091   - Add 'Genre' hierarchy.
1092   - Provide specific UPnP class for artist and album containers so that they
1093     could be searched by this property. This fixes music browsing on XBox 360.
1094   - Fix item ID creation logic.
1095   - Optimize handling of invalid searches and in turn searches in general.
1096   - Improved handling of search by "upnp:class".
1097   - Unknown size means size of 0.
1098   - Expose more information for music items:
1099     - sample rate
1100     - number of channels
1101     - bits per sample
1102     - bitrate
1103 - MediaExport:
1104   - Proper default values for item metdata. This fixes the misterious "0" Album
1105     and Artist on XBox.
1106   - Handle requests for audio and image item types, not just music and pictures.
1107 - Localization:
1108   - Add Brazilian Portuguese translation.
1109   - Add Catalan translation.
1110   - Add Italian translation.
1111   - Update Traditional Chinese translation (Hong Kong and Taiwan).
1112   - Update simplified Chinese translation.
1113   - Update Estonian translation.
1114   - Update Danish translation.
1115   - Update Bulgarian translation.
1116   - Update Czech translation.
1117   - Update Galician translations.
1118   - Update Hebrew translation.
1119   - Update French translation.
1120   - Update Hungarian translation.
1121   - Update Japanese translation.
1122   - Update Polish translation.
1123   - Update Dutch translation.
1124   - Update Greek translation.
1125   - Update Lithuanian translation
1126 - Some other non-functional and/or minor improvements and fixes.
1127
1128 Dependency-related changes:
1129
1130 - Require gio >= 2.26.
1131
1132 All contributors to this release:
1133
1134 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1135 Jens Georg <mail@jensge.org>
1136 Aron Xu <aronxu@gnome.org>
1137 Bruno Brouard <annoa.b@gmail.com>
1138 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
1139 Djavan Fagundes <djavan@comum.org>
1140 Fran Diéguez <fran.dieguez@mabishu.com>
1141 Gabor Kelemen <kelemeng@gnome.hu>
1142 Gil Forcada <gforcada@gnome.org>
1143 Ivar Smolin <okul@linux.ee>
1144 Joan Duran <jodufi@gmail.com>
1145 Kenneth Nielsen <k.nielsen81@gmail.com>
1146 Marek Černocký <marek@manet.cz>
1147 Mario Blättermann <mariobl@gnome.org>
1148 Mattias Põldaru <mahfiaz gmail com>
1149 Milo Casagrande <milo@ubuntu.com>
1150 Piotr Drąg <piotrdrag@gmail.com>
1151 Rosi Dimova <pocu@bk.ru>
1152 Simos Xenitellis <simos@gnome.org>
1153 Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
1154 Yaron Shahrabani <sh.yaron@gmail.com>
1155 Žygimantas Beručka <zygis@gnome.org>
1156
1157 0.7.8
1158 =====
1159
1160 A new release in the current unstable 0.7.x series for upcoming GNOME 2.31.92
1161 release.
1162
1163 - If the client didn't pass a Range header in the request, don't append
1164   Accept-Ranges and Content-Range headers to response. This fixes picture
1165   browsing on XBox 360 (again).
1166 - Don't put empty nodes in device description.
1167 - Use '\r\n' instead of '\n' in XML files. Some UPnP devices in the market are
1168   apparently unable to handle the unix EOL character so we better provide the
1169   XML files in DOS format.
1170 - MediaExport:
1171   - Fix an assertion failure.
1172 - Localization:
1173   - Remove markup from a translatable string in preferences UI.
1174   - Don't build translatable strings by substitution.
1175   - Prefer the term 'folder' over 'directory' in translated strings.
1176   - Miscellaneous string fixes.
1177   - Don't translate debug messages.
1178   - Add Serbian translation.
1179   - Add Korean translation.
1180   - Add Japanese translation.
1181   - Add Hungarian translation.
1182   - Update Spanish translation.
1183   - Update Galician translation.
1184   - Update British English translation.
1185   - Update Hebrew translation.
1186   - Update Norwegian bokmål translation.
1187   - Update Tamil translation.
1188   - Update Slovenian translation.
1189   - Update Swedish translation.
1190   - Update Punjabi translation.
1191   - Update French translation.
1192   - Update Polish translation.
1193   - Update Greek translation.
1194   - Update Czech translation.
1195   - Update Portuguese translation.
1196   - Update German translation.
1197
1198 Bugs fixed in this release:
1199
1200 626196 - OPPO DBP-80/83
1201 629348 - Do not mark debug messages for translation
1202
1203 All contributors to this release:
1204
1205 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1206 Jens Georg <mail@jensge.org>
1207 Philip Withnall <philip@tecnocode.co.uk>
1208 Andrej Žnidaršič <andrej.znidarsic@gmail.com>
1209 A S Alam <aalam@users.sf.net>
1210 Bruce Cowan <bruce@bcowan.me.uk>
1211 Christian Kirbach <Christian.Kirbach@googlemail.com>
1212 Claude Paroz <claude@2xlibre.net>
1213 Daniel Nylander <po@danielnylander.se>
1214 drtv <vasudeven@git.gnome.org>
1215 Duarte Loreto <happyguy_pt@hotmail.com>
1216 Fran Diéguez <fran.dieguez@mabishu.com>
1217 Gabor Kelemen <kelemeng@gnome.hu>
1218 Homin Lee <ff4500@gmail.com>
1219 Jorge González <jorgegonz@svn.gnome.org>
1220 Kentaro KAZUHAMA <kazken3@gmail.com>
1221 Kjartan Maraas <kmaraas@gnome.org>
1222 Michael Kotsarinis <mk73628@gmail.com>
1223 Petr Kovar <pknbe@volny.cz>
1224 Piotr Drąg <piotrdrag@gmail.com>
1225 Tomasz Dominikowski <dominikowski@gmail.com>
1226 Yaron Shahrabani <sh.yaron@gmail.com>
1227 Милош Поповић <gpopac@gmail.com>
1228 Marek Cernocky
1229 Gabor Kelement
1230
1231 0.7.7
1232 =====
1233
1234 A new release in the current unstable 0.7.x series for upcoming GNOME 2.31.91
1235 release.
1236
1237 - Add manpages for rygel and rygel.conf.
1238 - Add support for search by album and artist.
1239 - Don't advertize support for search by '@refID' as we don't really support
1240   and use it at all.
1241 - Drop support for search by 'res' and 'res@protocolInfo'. Since we didn't
1242   handle proxy and transcoding resources this gave wrong impression to the
1243   clients and was causing rygel to fail DLNA test cases.
1244 - Don't error out on empty search results.
1245 - Error out on HTTP request for invalid transfer mode.
1246 - Fix typo in serialization of "upnp:createClass".
1247 - Case-insensitive string comparisons.
1248 - 'TransferIDs' state variable should list IDs for all transfers we have, even
1249   the ones that are complete.
1250 - Correct sending of error to client when import of resource fails.
1251 - Make sure we don't make invalid comparisons during the search.
1252 - Do not set the 'sp-flag' as we never really are the clock source for the
1253   content, even in case of live/transcoded streams.
1254 - Add MPRIS2 plugin. This plugin turns any media player that implements
1255   MPRIS2[1] D-Bus interface into a UPnP MediaRenderer.
1256 - MediaExport:
1257   - Don't forget containers in children count.
1258   - Fix handling of "exists" operator in search.
1259   - Add m4v, m4a and png to list of file extensions to entertain.
1260   - Apply filter to monitoring of files as well.
1261   - Add support for the "Genre" folder of XBox.
1262   - Fix IOP with Windows Media Player 12.
1263   - Allow user to specify standard XDG media directories using variables.
1264   - Export XDG standard media directories by default but this time through
1265     default user configuration.
1266 - Tracker:
1267   - Correct some checks.
1268   - Escape regex for SPARQL.
1269 - GstLaunch:
1270   - Use '-' instead of '_' in user configrution options.
1271 - Playbin:
1272   - Had forgotten to rename the plugin in the user configuration.
1273   - Remove last remaining "all rights reserved" from copyright headers.
1274 - Localization:
1275   - Add Greek translation.
1276   - Add British English translation.
1277   - Update French translation.
1278   - Update Traditional Chinese translation (Hong Kong and Taiwan).
1279   - Update Czech translation.
1280   - Update Danish translation.
1281 - DLNA test cases fixed in this release:
1282   - 7.3.41.1 (now N.A)
1283   - 7.3.66.2
1284   - 7.3.66.3,4
1285   - 7.4.49.4
1286 - Various other performance, plugin API and non-functional improvements.
1287
1288 Dependency-related changes:
1289   - Lower gtk+-2.0 requirement to 2.20.0.
1290
1291 Bugs fixed in this release:
1292
1293 627243 - String operators during Search() should be case insensitive.
1294 627982 - All Playbins on a network have the same hard coded name.
1295
1296 All contributors to this release:
1297
1298 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1299 Jens Georg <mail@jensge.org>
1300 Philip Withnall <philip@tecnocode.co.uk>
1301 Ask H. Larsen <asklarsen@gmail.com>
1302 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
1303 Claude Paroz <claude@2xlibre.net>
1304 Giannis Katsampirhs <juankatsamprishs@gmail.com>
1305 Kenneth Nielsen <k.nielsen81@gmail.com>
1306 Marek Černocký <marek@manet.cz>
1307 Petr Kovar <pknbe@volny.cz>
1308
1309 [1] http://www.mpris.org/2.0/spec/
1310
1311 0.7.6
1312 =====
1313
1314 Another micro release to fix the critical regression in 'Year' hierarchy of
1315 Tracker plugin.
1316
1317 All contributors to this release:
1318
1319 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1320
1321 0.7.4
1322 =====
1323
1324 A new release in the current unstable 0.7.x series for upcoming GNOME 2.32.0
1325 release.
1326
1327 - Fix wildcard handling in search request.
1328 - Distribute correct copy of scallable icons.
1329 - Provide icons in DLNA standard sizes.
1330 - Provide icons in JPEG format as well.
1331 - Don't offer transcoding from video to audio and viceversa. This makes sense
1332   anyway and reduces network traffic.
1333 - Only offer time seeking if duration is known.
1334 - Report correct DLNA profile for MPEG-TS HD and WMV transcoder.
1335 - List DLNA formats first in the list of supported formats.
1336 - Provide correct values for out parameters of GetCurrentConnectionInfo action.
1337 - Correctly handle HTTP 'POST' requests.
1338 - Correct checks for vala bindings.
1339 - Use new 64-bit size property in GUPnP resource API so that we can deal with
1340   resources bigger than 2GB.
1341 - Fix some (potential) crashes.
1342 - Correctly handle a translated string involving plurals.
1343 - Don't use deprecated libsoup API.
1344 - Correct flaws in code related to search for media object by ID. This combined
1345   with some changes in Tracker plugin (see below) improves the reliability and
1346   especially the performance of Tracker plugin a lot.
1347 - Use the mime-type and DLNA profile when provided in item creation requests.
1348 - Advertize byte-seek support for thumbnails.
1349 - Correct algorithm to decide whether to seek or not.
1350 - Set standard header on XML files.
1351 - Prefix service URLs with a "/". This seems like the right way to do it and it
1352   might actually improve our IOP.
1353 - Make use of new APIs to report all known DLNA profiles in list of supported
1354   formats (MediaServer only).
1355 - Add support for the "Genre" tag in music items.
1356 - External:
1357   - Handle AlbumArt property.
1358   - Fix a few crashes.
1359   - Remove workaround for bug#602003.
1360 Tracker:
1361   - Make sure metadata container get unique IDs.
1362   - Performance improvements to search for media object by ID.
1363   - Make use of DLNA profile when provided.
1364   - Don't use Tracker's logo as icon.
1365   - Ignore duration of '0'.
1366   - Print debug after item creation in store.
1367 MediaExport:
1368   - Disable plugin when Tracker plugin is/becomes available.
1369   - Require sqlite3 VAPI only for this plugin.
1370   - Code clean-up and general speed improvements
1371   - Extract embedded album art
1372   - Remove the ability for user-defined virtual folders, providing a set of
1373     built-in folders similar to that of tracker's.
1374   - Fix some minor regressions introduced by the switch to gupnp-dlna metadata
1375     extraction
1376   - Move configured files and folders into their own "Files & Folders" container
1377     to de-clutter root.
1378 - Localization:
1379   - Add ta translation.
1380   - Update Galician translations.
1381   - Update Hebrew translation.
1382   - Update Spanish translation.
1383   - Update Romanian translation.
1384   - Update Slovenian translation.
1385 - DLNA test cases fixed in this release:
1386   - 7.2.14.2
1387   - 7.2.28.1
1388   - 7.3.25.1
1389   - 7.3.26.3
1390   - 7.3.26.4
1391   - 7.3.29.3
1392   - 7.3.29.4
1393   - 7.3.33.4
1394   - 7.3.33.5
1395
1396 Dependency-related changes:
1397   - Require and adapt to Vala 0.9.5.
1398   - Require gupnp-av >= 0.5.9.
1399   - Require gupnp-dlna >= 0.3.0.
1400   - MediaExport
1401     - Require gstreamer-tag >= 0.10.28.
1402     - Require gstreamer-app >= 0.10.28.
1403
1404 All contributors to this release:
1405
1406 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1407 Jens Georg <mail@jensge.org>
1408 Yaron Shahrabani <sh.yaron@gmail.com>
1409 Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
1410 Kjartan Maraas <kmaraas@gnome.org>
1411 Jorge González <jorgegonz@svn.gnome.org>
1412 Fran Diéguez <fran.dieguez@mabishu.com>
1413 drtv <vasudeven@git.gnome.org>
1414 Claude Paroz <claude@2xlibre.net>
1415 Andrej Žnidaršič <andrej.znidarsic@gmail.com>
1416
1417 0.7.3
1418 =====
1419
1420 A new release in the current unstable 0.7.x series for upcoming GNOME 2.31.6
1421 release.
1422
1423 - Add Album-art support.
1424 - Add support for sorted Browse/Search.
1425 - Don't push data after HTTP response is cancelled.
1426 - Advertise support for search by "createClass".
1427 - Revive accidently removed XBox hacks.
1428 - Fix icon export for uninstalled case.
1429 - Simplify plugin APIs to further abstract plugin developers from UPnP details.
1430 - Add convenient MediaRenderer APIs for plugins. This involved moving most of
1431   the GstRenderer code to core.
1432 - Fix seeking once again.
1433 - Improve error handling in HTTP request handling code.
1434 - Port to new DIDL-Lite contributor APIs.
1435 - Port to Vala 0.9.3 and 0.9.4.
1436 - Clean-up README and specify build and run-time dependencies.
1437 - More debug output.
1438 - MediaExport:
1439   - Make use of gupnp-dlna for faster, more complete and reliable metadata
1440     extraction.
1441   - Print a debug message if extraction fails for a file.
1442   - Add windows formats to positive list of file extensions to include in the
1443     metadata extraction.
1444   - Don't share anyt folder by default.
1445   - Fix url-escaped folder names on PS3.
1446   - Fix issue of empty title of top-level virtual folders on PS3.
1447   - Process 256 children at a time. This improves performance of harvesting of
1448     large folders.
1449 - GstRenderer:
1450   - Rename to Playbin.
1451   - Advertize support for 'video/mp4'
1452   - Advertize support for RTSP
1453   - Handle error from playbin.
1454   - Don't claim support for unsupported UPnP actions and state variables.
1455 - External:
1456   - Fix a crasher bug.
1457 - Localization:
1458   - Add French translation.
1459   - Update Simplified Chinese translations.
1460   - Update German translation.
1461   - Update Galician translation.
1462   - Update Swedish translation.
1463   - Update Slovenian translation.
1464 - Lots of other non-functional and/or minor improvements and fixes.
1465
1466 Dependency-related changes:
1467
1468 - Require Vala >= 0.9.3
1469 - Require gupnp >= 0.13.4
1470 - Require gupnp-av >= 0.5.8
1471 - Require gupnp-dlna >= 0.2.1 (new dependency)
1472 - Require libgee >= 0.5.2
1473 - Use gtk+-2.0 (>= 2.21.5) if available rather than gtk+-3.0
1474
1475 Bugs fixed in this release:
1476
1477 607411 - Need to mention non-compile time deps.
1478 624445 - Samsung can't FF/REW/PAUSE when playing video/avi from Rygel.
1479 625556 - New configure flag to switch GTK+ version.
1480
1481 All contributors to this release:
1482
1483 Aron Xu <aronxu@gnome.org>
1484 Arun Raghavan <arun.raghavan@collabora.co.uk>
1485 Claude Paroz <claude@2xlibre.net>
1486 Eleanor Chen <chenyueg@gmail.com>
1487 Frédéric Péters <fpeters@0d.be>
1488 Javier Jardón <jjardon@gnome.org>
1489 Jens Georg <mail@jensge.org>
1490 Mario Blättermann <mariobl@gnome.org>
1491 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1492
1493 0.7.2
1494 =====
1495
1496 A new release in the current unstable 0.7.x series for upcoming GNOME 2.31.5
1497 release.
1498
1499 * MediaExport:
1500   * Support DLNA's 'AnyContainer' upload extenstion.
1501   * Only harvest media files. We use a positive list for file extensions to
1502     include in the metadata extraction.
1503   * Implement fallback to the default (slow) search implementation.
1504   * Lower severity for some of the console messages.
1505   * Update code according to latest GStreamer Vala API fixes.
1506 * Tracker:
1507   * Improve Sparql query builder to achieve much better performance and reduced
1508     D-Bus traffic.
1509 * GstRenderer:
1510   * Relicense from GPL to LGPL.
1511   * More descriptive default title.
1512 - Localization:
1513   - Add Simplified Chinese translation.
1514   - Add Traditional Chinese translation (Hong Kong and Taiwan).
1515   - Updated Spanish translation.
1516 - Various non-functional improvements to core and plugins.
1517
1518 All contributors to this release:
1519
1520 Aron Xu <aronxu@gnome.org>
1521 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
1522 Jens Georg <mail@jensge.org>
1523 Jorge González <jorgegonz@svn.gnome.org>
1524 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1525
1526 0.7.1
1527 =====
1528
1529 A new release in the current unstable 0.7.x series for upcoming GNOME 2.31.4
1530 release.
1531
1532 - Implement DLNA's 'AnyContainer' upload extenstion. This allows clients to
1533   upload items without having to specify target container. Currently it only
1534   works for the Tracker backend.
1535 - Report types of items that could be created/uploaded in a container and allow
1536   clients to search containers by this property.
1537 - Port last bits of C code to Vala. Now Rygel is completely written in Vala.
1538 - Make Rygel build/work against both current stable and unstable Vala releases.
1539 - Offer SD transcoding in EU profile. Seems certain Sony Bravia TVs only
1540   support EU profiles. With this change, they should at least be able to use the
1541   SD transcoding.
1542 - Two more unit tests.
1543 - Provide default configuration for WMV transcoding.
1544 - Correctly handle boolean commandline option for disabling WMV transcoder.
1545 - External:
1546   - Port the external plugin to use the new D-Bus MediaServer specification:
1547     http://live.gnome.org/Rygel/MediaServer2Spec. The new specification is meant
1548     to be very generic and scale well to large media hierarchies.
1549   - Make use of search API when implemented by the external application.
1550   - Various other performance improvements.
1551 - Preferences UI:
1552   - Improve resize behavior.
1553   - Add missing bevel to URI tree view.
1554   - Replace GtkVBox by GtkVButtonBox where appropriate.
1555 - Localization:
1556   - Added Punjabi Translation.
1557   - Updated Norwegian bokmål translation.
1558   - Updated Galician translations.
1559   - Updated Spanish translation.
1560   - Updated Hebrew translation.
1561 - Various non-functional improvements.
1562
1563 Dependency-related changes:
1564
1565 - Require gtk+-3.0 >= 2.90.3.
1566 - Require gupnp-av >= 0.5.7.
1567 - Require gupnp-vala >= 0.6.7.
1568
1569 Bugs fixed in this release:
1570
1571 593628 - mp2ts transcoder not working with certain Bravia TV models.
1572 596214 - URI table is missing bevel.
1573
1574 All contributors to this release:
1575
1576 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1577 Eric Anderson <ejona86@gmail.com>
1578 A S Alam <aalam@users.sf.net>
1579 Fran Diéguez <fran.dieguez@mabishu.com>
1580 Jorge González <jorgegonz@svn.gnome.org>
1581 Kjartan Maraas <kmaraas@gnome.org>
1582 Yaron Shahrabani <sh.yaron@gmail.com>
1583
1584 0.7.0
1585 =====
1586
1587 This release marks the start of the new unstable release-cycle. This is also the
1588 release cycle that will be integrated into GNOME 2.31 (and 3.0 eventually).
1589 Changes since 0.6.0:
1590
1591 - Exit on failure to load any plugins in 5 seconds.
1592 - Add icon to preferences UI's desktop file.
1593 - Correct error on missing 'Elements' node in 'CreateObject' action from client.
1594 - Advertize upload features in 'X_DLNACAP' in device description.
1595 - Remove comments from description files as per DLNA requirement (7.2.30.1).
1596 - Don't allow comments in DIDL-Lite from client either. This is to satisfy the
1597   DLNA Confirmation Test Tool rather than DLNA itself.
1598 - Don't advertize unimplemented actions.
1599 - autogen.sh should create m4 directory if it doesn't exist already.
1600 - Correct Icon path in preferences UI for uninstalled case.
1601 - Specify on debug log where rygel is currently looking for plugins.
1602 - Localization:
1603   - Don't translate all strings in media-export plugin.
1604   - No need to translate Mediathek plugin.
1605   - Add Hebrew translation.
1606   - Add Swedish translation.
1607   - Add Czech translation.
1608   - More Spanish translations.
1609   - More Slovenian translations.
1610   - More German translations.
1611 - MediaExport:
1612   - Fix search result. Search was returning the the result for the current
1613     limits, not the overall result count. This lead to strange behaviour on
1614     e.g. XBox 360.
1615   - Optimize searches. Noticable speed improvements on XBox music browsing.
1616   - Fix broken SQL query to get object by path.
1617   - Remove redundant custom tag for duration.
1618   - Make harvesting of metadata optional.
1619   - Re-enable simple mode which means we exporting media on the UPnP network
1620     even if no meta-data extractor is available.
1621   - Remove redundant URI table from database.
1622   - Work around a problem in GStreamer element playbin2.
1623   - Explain the term 'harvest' for translators.
1624   - Many non-functional improvements.
1625
1626 All contributors to this release:
1627
1628 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1629 Jens Georg <mail@jensge.org>
1630 Andrej Žnidaršič <andrej.znidarsic@gmail.com>
1631 Daniel Nylander <po@danielnylander.se>
1632 Fran Diéguez <fran.dieguez@mabishu.com>
1633 Jorge González <jorgegonz@svn.gnome.org>
1634 Mario Blättermann <mariobl@gnome.org>
1635 Petr Kovar <pknbe@volny.cz>
1636 Yaron Shahrabani <sh.yaron@gmail.com>
1637
1638 0.6.0
1639 =====
1640
1641 This release marks the start of the new stable release-cycle. Changes since
1642 0.5.2:
1643
1644 - Localization:
1645   - Fix translation framework.
1646   - Mark all (possibly) user-visible string for translation.
1647   - Use more translator-friendly language.
1648   - Provide comments for translators.
1649   - Correctly case abbreviations.
1650   - Translations:
1651     - German (de) 100%
1652     - Slovenian (sl): 100%
1653     - Spanish (es): 57%
1654 - Fix time-seeking.
1655 - Fix a potential race-condition in aborted HTTP requests.
1656 - Don't stream if request is for subtitles.
1657 - Use bigger (64Ki) buffers when streaming from gstreamer source element.
1658 - Remux only if transcoding is not needed.
1659 - Configuration option for specifying plugin load path.
1660 - Add configuration from Environment.
1661 - Fix port specification through commandline.
1662 - Add and expose Rygel logo.
1663 - Pause streaming pipeline when/if client isn't reading fast enough.
1664 - Add more unit tests.
1665 - Use gnome-autogen.sh.
1666 - Add missing libuuid to build and linker flags for all plugins.
1667 - Plugins are now able to provide a model description.
1668 - MediaExport:
1669   - File size change suggests file change.
1670   - Move media DB and metadata harvesting code from core to module as this is
1671     the only module that is using it.
1672 - External plugin now sets model description.
1673 - Lots of non-functional improvements and fixes.
1674
1675 Dependency-related changes:
1676
1677 - Sqlite now only needed for media-export plugin.
1678
1679 Bugs fixed in this release:
1680
1681 617762 Wrong file size exported to PS3
1682 590649 LiveResponse does not rate limit the GStreamer pipeline
1683 615834 Uses ALL_LINGUAS in configure.ac
1684 616189 Translation issues
1685 617750 Only re-encode audio and video when necessary
1686
1687 All contributors to this release:
1688
1689 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1690 Jens Georg <mail@jensge.org>
1691 Mario Blättermann <mariobl@gnome.org>
1692 Jorge González <jorgegonz@svn.gnome.org>
1693 Andrej Žnidaršič <andrej.znidarsic@gmail.com>
1694
1695 0.5.2
1696 =====
1697
1698 Another release in the unstable 0.5.x series. Changes since 0.5.0:
1699
1700 - Add support for Xbox 360 and Window Media Player 11.
1701 - Add support for subtitles. Currently only useful for certain Samsung DLNA TVs.
1702 - Add Windows Media Video (WMV) transcoder.
1703 - Add unit tests for a few modules.
1704 - Fix some (potential) crashes.
1705 - Make database operations cancellable.
1706 - Throw error on database creation failure.
1707 - Simpler (hopefully) build rules.
1708 - Fix race-condition in streaming code so we don't terminate the connection
1709   before all the bytes are sent to the client.
1710 - Fix leaking of HTTP messages of live streams on termination.
1711 - Fix 'Content-Length' header values for partial requests.
1712 - Fix parsing of search expression containing characters not within the original
1713   latin1 range.
1714 - Use bigger (64Ki) buffers when streaming media to reduce cpu usage and
1715   therefore improve battery life.
1716 - Include spec version in description document.
1717 - Remove now unneeded work-around for vala bug#568972.
1718 - Advertize photos with their specific class, i-e 'photo' rather than 'image'.
1719 - MediaExport:
1720   - Implement search by URIs.
1721   - Implement search by album.
1722   - Error-out on invalid search expression.
1723   - Add support for virtual containers. This allows creation of metadata-based
1724     hierarchies in the user-config.
1725   - Fix deletion of containers.
1726   - URI-escape meta-data fields.
1727   - Catch previously uncaught exceptions.
1728   - Fix upgrade of database from older schemas.
1729 - Lots of code clean-ups and documentation fixes.
1730
1731 Dependency-related changes:
1732
1733 - Require gupnp >= 0.13.3.
1734 - Require gupnp-av >= 0.5.5.
1735 - Require gupnp-vala >= 0.6.5.
1736 - Require valac >= 0.8.0.
1737
1738 Bugs fixed in this release:
1739
1740 608886 - media export plugin corrupts its database when you change directories
1741 609944 - Files not harvested on update
1742 606305 - Samsung subtitles
1743
1744 All contributors to this release:
1745
1746 Jens Georg <mail@jensge.org>
1747 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1748 Cyrille Chepelov <cyrille.chepelov@keyconsulting.fr>
1749
1750 0.5.0
1751 =====
1752
1753 The first release in the unstable 0.5.x series. Changes since 0.4.6 that were
1754 not provided by any subsequent 0.4.x releases:
1755
1756 - New URI generation scheme that avoids problematic characters which makes some
1757   crappy renderers choke.
1758 - Allow creation of new media items and tranfering data into existing ones (
1759   upload). This is relavent to, and works for both MediaExport and Tracker.
1760 - Implement GetTransferProgress and StopTransferResource actions.
1761 - Advertise:
1762   - support for connection stalling.
1763   - live response to be sender-paced.
1764 - Rewrite SearchCriteria parser to make it more reliable.
1765 - Tracker:
1766   - Port to the Tracker 0.7 APIs.
1767   - Provide richer & more intuitive media hierarchy.
1768   - Signal container update on changes to subjects.
1769   - Act on config options allowing user to define which categories to share.
1770   - Support for search by URI.
1771   - Descriptive IDs for containers.
1772 - MediaExport
1773   - Implement custom search that translates to an SQLite query and therefore
1774     performs much faster than before.
1775   - Print message on console when harvesting is done.
1776   - Don't modify DB if harvester was cancelled.
1777   - Cancel harvester before starting new one.
1778 - Lots of non-functional improvements and fixes.
1779
1780 All contributors to this release:
1781
1782 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1783 Jens Georg <mail@jensge.org>
1784
1785 0.4.6
1786 =====
1787
1788 Brief summary of changes since 0.4.4:
1789
1790 - Implement optional UPnP Search action. This is not only a must have feature
1791   for a commercial MediaServer but is also a big first step towards proper
1792   XBox 360 support.
1793 - Simplify Browse action handling.
1794 - Simplify MediaServer plugin implementation.
1795 - Make sure autostart dir exists before attempting to write to it.
1796 - Fix a potential crash that is trigered by MediaContainer reporting incorrect
1797   (higher) number of children.
1798 - External:
1799   - Work around (vala) bug#602003.
1800   - Optimizations and code clean-ups.
1801 - Tracker:
1802   - Provide an efficient Search implementation using Tracker's search API.
1803   - Minor code clean-ups.
1804
1805 Dependency-related changes:
1806
1807 - Require gupnp-av >= 0.5.2.
1808 - Require gupnp-vala >= 0.6.2.
1809 - Require valac >= 0.7.9.
1810
1811 Bugs fixed in this release:
1812
1813 600256 - Segfault when trying to access a stream
1814
1815 All contributors to this release:
1816
1817 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1818
1819 0.4.4
1820 =====
1821
1822 Brief summary of changes since 0.4.2:
1823
1824 - Provide a gstreamer-based MediaRenderer plugin. This is mostly code stolen (
1825   and heavily adapted) from gupnp-media-renderer except that it doesn't depend
1826   on libowl-av and/or gtk+.
1827 - More ease for MediaServer implementors.
1828 - Better error handling.
1829 - Make sure no message is suppressed until we know what level of console output
1830   user wants.
1831 - Make use of vala's async support to simplify code quite a bit.
1832 - Plugins should load xml files from source tree when built with
1833   '--enable-uninstalled' configure flag.
1834 - Build with no optimizations in debug mode.
1835 - Use closure table to speed up object lookup and deletion.
1836 - Add build option for SQL debugging.
1837 - Workaround a crasher bug (#3774) in sqlite 3.6.12.
1838 - Use vala's static client D-Bus syntax.
1839 - Early ignorance of disabled plugins. This not only speeds-up startup a bit but
1840   also rids us of redundant debug messages.
1841 - MediaExport:
1842   - Nicely handle unavailability of gstreamer's playbin(2) element.
1843   - Fix a potential crasher.
1844 - Tracker:
1845   - Use multidimensional arrays to deal with search results. This combined with
1846     static client D-Bus syntax gives us quite a speed boost.
1847   - Handle item creation error.
1848 - External:
1849   - Allow applications to provide custom thumbnails for items.
1850   - Support pixel-aspect-ratio properties.
1851   - All D-Bus operations are now done asynchronously.
1852   - Make use of plugin icon if provided.
1853   - Move magic string substitution to core so other plugins can benefit from it.
1854 - Lots of other improvements and bug fixes.
1855
1856 Dependency-related changes:
1857
1858 - Require and adapt to libgee >= 0.5.
1859 - Require and adapt to valac >= 0.7.8.
1860
1861 Bugs fixed in this release:
1862
1863 597276 - Rygel crash on startup
1864 587649 - thumbnails not published for external media servers
1865 589959 - External plugin should query media servers on demand
1866 598005 - unable to load media-tracker plugin
1867
1868 All contributors to this release:
1869
1870 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1871 Jens Georg <mail@jensge.org>
1872 Thijs Vermeir <thijsvermeir@gmail.com>
1873
1874 0.4.2
1875 =====
1876
1877 Brief summary of changes since 0.4.1:
1878
1879 - Ability to specify verbosity of console messages by a number between 0 to 5.
1880 - Be able to survive unavailability of D-Bus session bus. This should make it
1881   easier to setup Rygel on headless NAS machines.
1882 - MediaExport:
1883   - Provide duration and date of media.
1884   - Improved guessing for type (UPnP class) of media.
1885   - Re-harvest metadata when a file/directory is modified.
1886   - Speed-up browsing (twice as before).
1887 - rygel-preferences:
1888   - Fix enabling/disabling of widgets.
1889   - Copy the desktop file from correct location.
1890 - Mediathek and GstLaunch disabled by default in the user configuration.
1891 - Add GstLaunch to maemo configuration (disabled by default though).
1892 - Put dbus-glib-1 to the list of vala API dependencies.
1893 - Fix seek headers.
1894 - Be more verbose at the end of configure.
1895
1896 Bugs fixed in this release:
1897
1898 596500 - Mpeg TS video files are mistaken for audio files
1899 596213 - Wrong state for checkboxes
1900 596327 - Enables some weird plugins by default
1901 596330 - Missing some metadata
1902
1903 All contributors to this release:
1904
1905 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1906 Jens Georg <mail@jensge.org>
1907
1908 0.4.1
1909 =====
1910
1911 A micro release that fixes some important issues found in the previous release:
1912
1913 - Update the Rygel D-Bus service paths everywhere.
1914 - Ignore two ignorable errors.
1915 - Initialize sensitivity of trancoding checkboxes to the same value as that of
1916   "Transcoding Support" checkbox.
1917 - Fix seeking in transcoded streams. Without this fix, the success of seeking
1918   was based on pure luck.
1919 - Correct headers in some files to reflect the correct license: LGPL.
1920 - No need for DVB configuration anymore.
1921
1922 Bugs fixed in this release:
1923
1924 596211 - Error exiting the prefs
1925 596213 - Wrong state for checkboxes
1926
1927 All contributors to this release:
1928
1929 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1930 Jens Georg <mail@jensge.org>
1931 René Stadler <mail@renestadler.de>
1932
1933 0.4
1934 ===
1935
1936 Brief summary of changes since 0.3:
1937
1938 - Rygel is no more just a MediaServer but rather a collection of DLNA (UPnP AV)
1939   services (devices in UPnP speak).
1940 - Port to new GUPnP APIs. The biggest advantage of that is that we now have
1941   dynamic network support, i-e Rygel can attach/detach to/from a network
1942   interface as it goes up/down.
1943 - Support for time-based seeking in transcoded streams.
1944 - Random tweaks to transcoding pipelines.
1945 - Provide a DBus service providing two functionalities:
1946    * Ability to tell Rygel to shutdown. Starting of Rygel is automatically
1947      handled by D-Bus since a .service file is provided by Rygel.
1948    * Ability to tell Rygel (MediaExport plugin actually) to (un)export URIs on
1949      the fly.
1950 - Implement enabling/disabling of UPnP in the preferences.
1951 - Configuration through command-line options.
1952 - Use a .ini configuration file rather than gconf.
1953 - Special default configuration for Maemo.
1954 - Don't spam the user's config directory and instead keep the description files
1955   into a separate subdirectory.
1956 - `make clean` doesn't clean the generated C files anymore.
1957 - Remove "all rights reserved" part from all copyright headers.
1958 - Remove integrated DVB plugin as DVBDaemon now implements the external plugin
1959   interface and hence dynamically glues to Rygel, just like PulseAudio.
1960 - New classes to further ease the plugin implementation.
1961 - (Un)pause the SoupMessage at the right time. This was causing a lot of delays
1962   when playing media on Sony PS3.
1963 - Bitrate is supposed to be in bytes/second. Not really but tell that to writers
1964   of UPnP specification.
1965 - Expose transcode formats in the GetProtocolInfo's source argument. This should
1966   make Sony Bravia TVs happy.
1967 - Transcoder URIs are now sorted according to their distance from the original
1968   format.
1969 - Provide "contentFeatures.dlna.org" header in the HTTP responses.
1970 - Provide DLNA transferMode header in the HTTP responses.
1971 - Only advertise internal URIs on local loopback interface.
1972 - Replace 'ip' config by 'interface' so users can bind Rygel to interfaces
1973   rather than IP.
1974 - Allow plugins to provide thumbnails.
1975 - Add thumbnails (if available) for each item if none provided by plugins. This
1976   works both on the desktop and Maemo.
1977 - Suppress all C compiler warnings by default. These warnings are mostly useless
1978   for us since almost all C code is generated.
1979 - Preference dialog is now more like a GNOME preferences dialog.
1980 - Provide .desktop file for preferences dialog.
1981 - Shave the build output.
1982 - GstLaunch: New plugin that exposes gstreamer pipelines described using
1983   familiar gst-launch syntax in the user configuration.
1984 - Tracker plugin:
1985   - Nicer default title.
1986   - Better detection of Tracker availability. Apparently ubuntu folks think that
1987     providing a .service file is wrong.
1988   - Better titles for top-level folders.
1989   - More usable hierarchy: Browsing by artists, albums and tags.
1990 - Folder plugin:
1991   - Rename to MediaExport.
1992   - Nicer default title.
1993   - Use the new Rygel classes to extract, export and save media metadata.
1994   - notify about updates to containers.
1995   - Skip files/folders starting with '.'.
1996   - Avoid crash if unknown file is found.
1997   - Delete gone directories on new start.
1998   - React on deletion of files.
1999   - Add recursive file monitoring.
2000   - Provide simple and easy options to add and remove files and folders from the
2001     preferences UI.
2002 - External plugin:
2003   - actually use 'DLNAProfile' property.
2004   - Don't load the plugin more than once.
2005   - Utilise optional MediaItem properties.
2006   - Fetch items on demand.
2007   - Fix critical warnings.
2008 - Mediathek plugin:
2009   - Fix crash if no config is available.
2010
2011 Dependency-related changes:
2012
2013 - Require gupnp >= 0.13
2014 - Require gupnp-av >= 0.5
2015 - Require GStreamer >= 0.10.23
2016 - Require libgee >= 0.3.0
2017
2018 Bugs fixed in this release:
2019
2020 584649 - Folder plugin should not export dot files and directories
2021 586108 - ID3 information not exported on mp3 files
2022 588034 - Bad durations for audio video files with media export plugin
2023 585986 - Some copyright headers claim "all rights reserved"
2024 585989 - Running "make clean" should leave generated C files in place.
2025 586134 - Tracker plugin fails if org.freedesktop.Tracker can't be activated,
2026          even if tracker is already running
2027 586243 - GStreamer 0.10.23 required for correct operation of transcoder
2028 587651 - Support for some MediaItem properties missing
2029 587855 - HTTP Error responses not sent
2030 587866 - No way to notify about new sub-containers
2031 588030 - rygel-preferences crashes if user's config file is missing
2032 588162 - Support seeking in transcoded content
2033 589955 - dc:creator never included in DIDL output
2034 589956 - git ignore rules
2035 589974 - Set the bitrate for transcoded resources correctly.
2036 589977 - Rygel not recognised by Sony Bravia televisions
2037 590643 - refactor HTTP request handling code
2038 590702 - Rygel should provide thumbnails for items
2039 591580 - not compatible with Samsung UE46B7070
2040 593228 - [plugin] new gstlaunch plugin
2041
2042 All contributors to this release:
2043
2044 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2045 Jens Georg <mail@jensge.org>
2046 James Henstridge <james@jamesh.id.au>
2047 Thijs Vermeir <thijsvermeir@gmail.com>
2048 Ole André Vadla Ravnås <oleavr@gmail.com>
2049
2050 0.3
2051 ===
2052
2053 Brief summary of changes since 0.2.2:
2054
2055 - Transcoding from any format (that gstreamer's decodebin2 can handle) to mp3,
2056   linear PCM and mpeg transport stream containing mpeg 2 video and mp2 audio.
2057 - Plugin API to deal with user preferences.
2058 - User preferences UI: rygel-preferences.
2059 - New plugins:
2060    * Folder: Recursively exports folders specified in the user preferences.
2061    * ZDFMediathek: Exports online media from 2nd German TV station.
2062    * External: Exports media hierarchies provided by external applications
2063      through implementation of this spec:
2064      http://live.gnome.org/Rygel/MediaServer. The first application
2065      that utilizes this feature is PulseAudio.
2066 - Drop xbox support. It didn't work anyway and we better concentrate on
2067   implementing standard stuff that it at least worthy of being called "UPnP" (
2068   at least for now).
2069 - Tracker and DVB plugins are only loaded if their corresponding services are
2070   available.
2071 - Export of duration for music and video items from Tracker.
2072 - Use HTTP EOF encoding rather the CHUNKED for live streams.
2073 - Ability to build rygel plugins outside it's source tree.
2074 - HTTP proxying only if needed.
2075 - Now that gupnp-av does DLNA profile guessing for us, no need to lie about
2076   DLNA profile anymore.
2077 - Add a summary after configure.
2078 - HTTServer is now internal API.
2079 - Use git-version-gen to generate package version.
2080 - Differentiate between modules and plugins
2081 - Passive, asynchronous plugin loading. A side-effect of which is that modules
2082   can now load more than one plugin.
2083 - Differentiate between name and title of the plugin.
2084 - Plugins can now dynamically change their availability.
2085 - Add API to get/list plugins.
2086 - Re-use existing description from user's home directory. This not only speeds
2087   the start-up but also obsoletes the necessity to keep immutable data (e.g UDN)
2088   in user preferences.
2089 - Provide gconf schemas.
2090 - Lots of other improvements and bug fixes.
2091
2092 Dependency-related changes:
2093
2094 - Explicitly require and link to libsoup-2.4 >= 2.26.0.
2095 - Don't require Vala (and bindings) in distribution tarball.
2096 - Require gupnp-av >= 0.4.
2097 - Require Vala >= 0.7.3.
2098 - Require Gtk+ >= 2.16 if preferences UI is not disabled.
2099
2100 Bugs fixed in this release:
2101
2102 582173 - git-version-gen: generate versions with - instead of .
2103 577000 - gupnp-av-cp does not like & in uris
2104 576998 - Rygel wants to transcode audio files to video/mpeg
2105 575935 - Add support for duration metadata field
2106 574604 – bug connecting to PS3
2107
2108 All contributors to this release:
2109
2110 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2111 Jens Georg <mail@jensge.org>
2112 Henrique Ferreiro <henrique.ferreiro@gmail.com>
2113 Lennart Poettering <lennart@poettering.net>
2114 Marc-André Lureau <marcandre.lureau@gmail.com>
2115 Rob Taylor <rob.taylor@codethink.co.uk>
2116
2117 0.2.2
2118 =====
2119
2120 Changes since 0.2:
2121
2122 - Use the new (0.6.9) Tracker API.
2123 - Priority of gio-based streams are based on requested DLNA transfer mode.
2124 - GIO-based/like asynchronous plugin API.
2125 - Adapt to latest changes in gupnp-vala API.
2126 - Serialization of media objects isn't done by media objects themselve
2127   anymore, but by a new separate class, Rygel.DIDLLiteWriter.
2128 - Internal API is marked 'internal' so it doesn't get to our (Vala) API.
2129 - MediaObject now derives from GLib.Object.
2130 - Generic AsyncResult implementation, SimpleAsyncResult.
2131 - StateMachine interface that all state machines classes implement.
2132 - Visible performance improvements in Tracker plugin by proper use of Tracker
2133   APIs.
2134 - Use Filename.to_string() and therefore make Bastien happy.
2135 - Require lastest version (0.1.5) of libgee to use List.slice().
2136 - Don't limit the number of objects returned to a client, let it decide
2137   that on it's own.
2138 - Proper handling of update notification to the client by use of a very simple
2139   bubble-up mechanism for containers to signal updates.
2140 - Decrease needed gconf version to 2.16.
2141 - Set application name and therefore make Lennart happy.
2142 - Require latest version of vala (0.5.7) and gupnp-vala (0.5.3).
2143 - Allow multiple URIs for each media items.
2144 - Response for seekable media request is now sent buffer by buffer so the whole
2145   file is not put into memory.
2146 - Some improvements to build system.
2147 - Lots of other improvements and bugfixes.
2148
2149 0.2
2150 ===
2151
2152 The major change after last release (as gupnp-media-server) is the introduction
2153 of a simple yet powerful plugin-based architecture/api: Every plugin:
2154 - is loaded into a separate MediaServer instance.
2155 - can implement any kind and number of resources (currently only services).
2156 - can export an icon file.
2157 - inherit it's ContentDirectory implementation from a base class that does most
2158   of the UPnP-related work. More improvements on this planned for next release.
2159 - use an intuitive API to easily export media from URIs and live GStreamer
2160   source elements over HTTP.
2161
2162 Other changes:
2163
2164 - Relicense under LGPL to allow proprietary plugins and ease of moving code
2165   from/to gupnp libraries.
2166 - DVB Daemon integration though a plugin. Now you can watch live channels from
2167   your PC on your PS3 for example.
2168 - Test plugin that exports one audio and video item, streaming contents from
2169   GStreamer's audiotestsrc and videotestsrc elements respectively.
2170 - Better interoperability with Sony playstation 3.
2171 - Announce unavailability to UPnP world on exit.
2172 - Loads of other improvements.
2173
2174 0.1
2175 ===
2176
2177 - Initial release.