The following modules have a new version:
 - NetworkManager (1.0.0 => 1.0.2)
 - adwaita-icon-theme (3.16.0 => 3.16.2.1)
 - clutter (1.22.0 => 1.22.2)
 - empathy (3.12.9 => 3.12.10)
 - eog (3.16.1 => 3.16.2)
 - epiphany (3.16.0 => 3.16.1)
 - evolution-data-server (3.16.1 => 3.16.2)
 - gcr (3.15.92 => 3.16.0)
 - gdk-pixbuf (2.31.3 => 2.31.4)
 - geocode-glib (3.16.0 => 3.16.2)
 - glib (2.44.0 => 2.44.1)
 - gnome-bluetooth (3.16.0 => 3.16.1)
 - gnome-contacts (3.16.1 => 3.16.2)
 - gnome-control-center (3.16.1 => 3.16.2)
 - gnome-desktop (3.16.1 => 3.16.2)
 - gnome-dictionary (3.16.1 => 3.16.2)
 - gnome-disk-utility (3.16.0 => 3.16.1)
 - gnome-font-viewer (3.16.0 => 3.16.2)
 - gnome-online-accounts (3.16.0 => 3.16.2)
 - gnome-online-miners (3.14.2 => 3.14.3)
 - gnome-screenshot (3.16.0 => 3.16.2)
 - gnome-settings-daemon (3.16.1 => 3.16.2)
 - gnome-terminal (3.16.1 => 3.16.2) (*)
 - gnome-themes-standard (3.16.0 => 3.16.2)
 - gom (0.3.0 => 0.3.1)
 - gtk+ (3.16.2 => 3.16.3)
 - gtk-doc (1.21 => 1.22)
 - gucharmap (3.16.1 => 3.16.2) (*)
 - gupnp (0.20.13 => 0.20.14)
 - libgdata (0.16.1 => 0.17.1)
 - libgsf (1.14.32 => 1.14.33)
 - libsecret (0.18 => 0.18.2)
 - nautilus (3.16.1 => 3.16.2)
 - sushi (3.15.90 => 3.16.0)
 - totem (3.16.0 => 3.16.1)
 - totem-pl-parser (3.10.4 => 3.10.5)
 - vte (0.40.0 => 0.40.2) (*)
 - yelp (3.16.0 => 3.16.1)
 - zenity (3.14.0 => 3.16.0)
(*) No summarized news available

The following modules weren't upgraded in this release:
   at-spi2-atk, at-spi2-core, atk, atkmm, baobab, cantarell-fonts, caribou,
   clutter-gst, clutter-gtk, cogl, dconf, dconf-editor, evince, folks, gdm,
   gjs, glib-networking, glibmm, gmime, gnome-backgrounds, gnome-calculator,
   gnome-keyring, gnome-menus, gnome-packagekit, gnome-session, gnome-shell,
   gnome-shell-extensions, gnome-system-log, gnome-system-monitor,
   gnome-user-docs, gnome-user-share, gnome-video-effects,
   gobject-introspection, grilo, grilo-plugins, gsettings-desktop-schemas,
   gssdp, gtk-engines, gtkmm, gtksourceview, gupnp-igd, gvfs, json-glib,
   libchamplain, libcroco, libgee, libgtop, libgweather, libgxps, libmediaart,
   libnotify, libpeas, librsvg, libsigc++, libsoup, libwnck, libzapojit,
   mm-common, mousetweaks, mutter, pango, pangomm, pygobject, rest, tracker,
   vala, vino, yelp-tools, yelp-xsl

========================================
  NetworkManager
========================================

===============================================
NetworkManager-1.0.2
Overview of changes since NetworkManager-1.0
===============================================

This is a new stable release of NetworkManager.  Notable changes include:

* Wi-Fi devices now indicate support for 2GHz and 5GHz frequencies
* "nmcli device" output now indicates physical port ID
* New config items added to the 'ifcfg-rh' plugin:
  - IPV4_ROUTE_METRIC and IPV6_ROUTE_METRIC
  - DEVTIMEOUT
  - IPADDR and PREFIX are now supported for specifying address ranges of
      shared IPv4 connections
* Dispatcher scripts now get a CONNECTION_FILENAME variable with the path
    to the configuration file for the connection
* An example dispatcher script that is able to apply complex routing rules
    (such as setting up policy-based routing) for 'ifcfg-rh' connections was
    added to examples/dispatcher/.
* 'mode' key of Bond device options property now accepts numeric values
* Connection attempts for devices without carrier on startup now wait for
    carrier to appear within a short timeout instead of failing
    immediately. This makes system startup more robust.
* Bridge connectivity is now properly restored on resume from suspend
* The D-Bus name is acquired earlier during the daemon startup. This makes
    it possible for the systemd service manager to optimize the service
    startup so that services that require networking are activated sooner
    contributing to faster system start up time.
* A lot of memory leak problems were fixed, resulting in reduced memory usage.
    Many of them were discovered as a result of improvements in use of
    Valgrind in the testing infrastructure.
* Management of 'teamd' daemon instances for Team devices is now more robust.
* The 'dnsmasq' daemon respawns when it terminates and it is configured for
    management of DNS resolver configuration
* Hostnames that are not fully qualified are no longer sent to a DHCPv6
    server for a dynamic DNS update
* Connection UUIDs are now checked for uniqueness when connection
    configurations are read
* Receipt of a NDP Router Advertisement can no longer lower the IPv6 hop
    limit (CVE-2015-2924)
* Many other bugs were fixed
* Updates to Telugu, Turkish, Polish, German, Gujarati, Italian and Russian
    translations


========================================
  adwaita-icon-theme
========================================

3.16.2
  - better metaphor for rotation allowed (bug #747117)
  - preferences-desktop-font for font-viewer
  - translations


========================================
  clutter
========================================

Clutter 1.22.2                                                       2015-05-12
===============================================================================

  • List of changes since Clutter 1.22.0

    - Improve touchpad detection in the X11 backend
    The X11 backend now uses the same heuristics as GDK.

    - Fix handling of SwapBuffersWithDamage on EGL
    Use the correct arguments for the Cogl API, which is mapped on the
    corresponding EGL extension.

    - Fix ClutterStage:use-alpha
    Painting the stage with the use-alpha property is now working on all
    backends.

    - Fix detection of an ARGB visual in the GDK backend

  • List of bugs fixed since Clutter 1.22.2

    #749256 - clutter-backend-gdk: Only set setting on successful
              gdk_screen_get_setting call
    #747436 - Clutter should use the same heuristics as gtk+ to determine
              touchpads

Many thanks to:

  Jasper St. Pierre, Matthieu Bouron


========================================
  empathy
========================================

NEW in 3.12.10 (13/05/2015)
==============

Bugs fixed:
 - Fixed #741771, Preferences dialog expands to absurd width (Michael Catanzaro)
 - Fixed #745504, Fix preferences with modern gtk+ (Giovanni Campagna)
 - Fixed #746841, provide a scalable -symbolic variant of the app icon (Jakub Steiner)
 - Fixed #747460, Initial empathy accounts window is too wide (Michael Catanzaro)
 - Don't crash when running in Wayland (Michael Catanzaro)

Translations:
 - Updated ja Translation (Hajime Taira)

Documentation translations:
 - Updated es Documentation translation (Daniel Mustieles)


========================================
  eog
========================================

Version 3.16.2
--------------

 * Install symbolic app icon (Jakub Steiner)

Bug fixes:

 #746842, provide a scalable -symbolic variant of the app icon (Jakub Steiner)
 #747806, Ctrl+W shortcut stopped working (Felix Riemann)
 #748653 - Progress not updated for corrupt images (Kent Vander Velden)

New and updated translations:

- Sveinn í Felli [is]
- Cédric Valmary (Tot en Òc) [oc]
- Dean Chen [zh_CN]


========================================
  epiphany
========================================

===============
Epiphany 3.16.1
===============

 - Improvements to the HiDPI support (#744796)
 - Updated help and translations.


========================================
  evolution-data-server
========================================

Evolution-Data-Server 3.16.2 2015-05-11
---------------------------------------

Bug Fixes:
	Bug 743996 - "FOREIGN KEY constraint failed" trying to delete contact (Milan Crha)
	Bug 746335 - [IMAPx] Current folder not updated after message move (Milan Crha)
	Bug 746276 - Add thread-safety into EAsyncClosure (Milan Crha)
	Bug 747789 - Implement Refresh for WebDAV books (Milan Crha)
	Bug 691456 - Incorrectly applied MONTHLY BYMONTHDAY RRULE rule (Milan Crha)
	Bug 691493 - [IMAPx] Show progress when fetching summary information (Milan Crha)
	Bug 747638 - Skipped changed messages in camel_folder_summary_get_changed() (Milan Crha)
	Bug 696552 - exists_vcard query fails with get_contacts_sync() (Milan Crha)
	Bug 745050 - GPG Signing key cannot be saved (prefer gpg again) (Milan Crha)
	Bug 701352 - [IMAPx] Remove deleted messages in real Trash immediately (Milan Crha)
	Bug 719476 - [IMAPx] Always run IDLE on Inbox folder (Milan Crha)
	Bug 705771 - Improve error handling in POP3 code (Milan Crha)
	Bug 748636 - [IMAPx] Disable LIST-EXTENDED extension for Cyrus servers (Milan Crha)

Miscellaneous:
	Add a workaround for bug 674885 (Type initialisation deadlock in GObject) (Milan Crha)
	[local book] Failure of contact remove not propagated to UI (Milan Crha)
	[CalDAV] Fix a little memory leak (Milan Crha)
	Fix various memory leaks (Milan Crha)
	Fix various memory leaks (Milan Crha)
	Revert camel-folder-thread.c part from the previous commit (Milan Crha)
	Incorrect message info unreferenced in camel_vee_folder_get_location() (Milan Crha)
	[NNTP] Provide feedback when updating folder content (Milan Crha)
	[NNTP] Can fail to disconnect when the command was cancelled (Milan Crha)
	[NNTP] Fix minor memory leaks (Milan Crha)
	[IMAPx] Do not free uninitialized memory in imapx_call_idle() (Milan Crha)
	[POP3] Avoid crash on folder dispose, when iterating through pending commands (Milan Crha)
	Add thread-safety into CamelAsyncClosure (Milan Crha)
	Slow expunge of a maildir folder (Milan Crha)
	[http calendar] Add UID to the component, if missing (Milan Crha)
	Remove confusing runtime warning in e-source.c (Milan Crha)
	Correct 'since' tags in D-Bus .xml files (Milan Crha)


========================================
  gcr
========================================

gcr 3.16.0:
- No changes from 3.15.92


========================================
  gdk-pixbuf
========================================

2.31.4
======

* Bug fixes:
 648815 SVGZ icons in notification GNOME3
 725582 gdk_pixbuf_apply_embedded_orientation is not working...

* Translation updates:
 Bosnian, Danish, Italian, Kazakh, Korean, Swedish


========================================
  geocode-glib
========================================

3.16.2
------

Changes since 3.16.0:

- Fix bugs in reverse geocode

All contributors to this release:
Bastien Nocera <hadess@hadess.net>
Jonas Danielsson <jonas@threetimestwo.org>

No changes


========================================
  glib
========================================

Overview of changes in GLib 2.44.1
==================================

* Don't redefine typedefs to avoid build problems on OpenBSD

* Improve the default application algorithm

* Bump the number of children a GType can have

* Various testsuite improvements

* Translation updates:
 Czech
 Icelandic
 Russian



========================================
  gnome-bluetooth
========================================

ver 3.16.1:
- Fix Bluetooth 2.1 keyboards not being pairable


========================================
  gnome-contacts
========================================

Major changes in 3.16.2:
* Bug fixed concerning Maps initialization.


========================================
  gnome-control-center
========================================

==============
Version 3.16.2
==============

- Updated translations
- Fix a couple of minor memory leaks

Network:
- Prevent some dialogs from becoming too wide

Notifications:
- Make section headings accessible
- Do not show nameless apps
- Align icons

Printers:
- Update printer options correctly

Wacom:
- Stop using removed last-calibration-resolution gsetting


========================================
  gnome-desktop
========================================

================
Version   3.16.2
================

- No changes


========================================
  gnome-dictionary
========================================

GNOME Dictionary 3.16.2                                               2015-05-11
================================================================================
Translations
 * es (Daniel Mustieles), is (Sveinn í Felli), ja (Hajime Taira),
   zh_CN (osfans)



========================================
  gnome-disk-utility
========================================

-------------------------
gnome-disk-utility 3.16.1
-------------------------

* Provide symbolic app icon (Jakub Steiner)
* Don't show name example when creating logical partition (Thomas Perl)
* Fix overly-wide benchmark dialog (Iain Lane)


========================================
  gnome-font-viewer
========================================

GNOME Font Viewer - 3.16.2
-------------------------------------------------------------------------------

 • Translation updates


========================================
  gnome-online-accounts
========================================

Overview of changes in 3.16.2
=============================

* Bugs fixed:
 744165 telepathy: "use this account for external calls" checkbox is not
        working
 745004 facebook: Restore a wrongly deleted string

* Updated translations:
 Arabic
 Aragonese
 Bosnian
 Simplified Chinese
 Finnish
 Greek
 Kazakh
 Occitan
 Swedish
 Turkish



========================================
  gnome-online-miners
========================================

Overview of changes in 3.14.3
=============================

* Bugs fixed:
 748253 gdata: Treat the GDataEntry:id as an opaque string



========================================
  gnome-screenshot
========================================

GNOME Screenshot 3.16.2 - 12th May 2015
=======================================

- Fix translation not getting applied
- Fix schema translations
- Translation updates


========================================
  gnome-settings-daemon
========================================

==============
Version 3.16.2
==============

Media keys:
- Don't crash when toggling the touchpad enabled button

Mouse:
- Fix scroll methods settings for multiple devices
- Enable tap to click on devices without hw buttons
- Don't disable soft buttons when disabling the touchpad on devices
  without hw buttons

Power:
- Avoid screen being left ON indefinitely after waking from sleep if
  there's a notification when we wake up
- Fix backlight adjustment not working under gdm in some
  configurations

Print Notifications:
- Do not block because of authentication

Wacom:
- Remove calibration notification

XSettings:
- Export cursor size to X resources
- Update fonts immediately as they are added/removed/changed

- Updated translations


========================================
  gnome-themes-standard
========================================

3.16.2
======
 - translation updates


========================================
  gom
========================================


0.3.1
-----
- Support g_autoptr() for all gom object types
- Add IS NULL and IS NOT NULL filters
- Add gom_resource_group_delete_[a]sync functions
- Fix crash on 64-bit systems with some compiler/compiler flags
- Fix saving a modified resource a second time
- Fix setting ID after calling gom_resource_group_write_*

========================================
  gtk+
========================================

Overview of changes in GTK+ 3.16.3
==================================

* Bug fixes:
 737175 most horizontal sliders are inverted when scrolled with mouse...
 746916 File chooser search does not work over remote network shares
 746925 [HighContrast] Backdrop active (sensitive) GtkSwitch should l...
 747634 gdk_set_program_class() breaks --class
 747805 Split Headerbar unmaximize
 747808 window: fix initial shadow width for maximized/fullscreen win...
 748013 Adwaita: keyboard navigation outline on first/last button in ...
 748014 W32: Tilting mousewheel left/right does not scroll horizontally
 748061 GtkMessageDialog: Minor documentation update
 748341 GdkOffscreenWindow should not segfault on gdk_window_beep()
 748346 build: Avoid xgettext crash on MSYS2
 748500 GtkSearchEntry docs incorrectly link to themselves
 748615 GtkWindow: Get the correct shadow width even before window is...
 748640 Documentation misses out example source files when not buildi...
 748782 fontchooser should reload list of families/styles on theme ch...
 748783 Remove PANGO_ENABLE_BACKEND from gtksettings.c
 748992 GtkFontChooserWidget: Remove unused struct field
 749009 notify test fails without a session bus
 749012 GtkStack: Don't emit notify::visible-child during destruction
 749021 GtkStackSwitcher: Don't emit notify::visible-child when setti...


* Translation updates:
 Brazilian Portuguese
 Czech
 Danish
 French
 Icelandic
 Occitan
 Russian
 Slovenian
 Ukrainian



========================================
  gtk-doc
========================================

GTK-Doc 1.22    (May 07 2014)
============

 Important notice - starting with the next release these long deprecated
 features will be removed - you'll now see a warning if you actually use these
 features. Please write to gtk-doc-list@gnome.org and tell us your concerns:
 o gtkdoc-mktmpl - please move all the comments into the sources.
 o generating html via sgml tools (jade/openjade), using xsltproc and
   docbook-xslt is pretty common and preferred since version 1.6

 Changes

 o 727778 :  &ndash;  &nbsp; gtk-doc doesn't understand annotations for GList-contained types
 o 729911 : Using #TypeName inshort_description makes &quot; - &quot; in HTML index disappear
 o 732689 : strange result on a generated html page
 o 734689 :  &quot; Specific - &gt; General &quot; document title format
 o 736073 : Regression: problems with enum constants
 o 736725 : Documentation consists mostly of empty space
 o 741305 : Scanner issue with enum containing value ='{'
 o 741763 : Example Makefile.am improvements
 o 741941 : Last function argument missing in docs (possibly due to macro in code)
 o 743879 : special case G_DECLARE_*_TYPE
 o 743967 : Make build results reproducible
 o 744075 : Missing struct members if forward declared in another header
 o 744368 : gtkdoc-depscan doesn't handle unicode in .devhelp2 files correctly
 o 746118 : gtkdoc-scan: fix regex for get_type() functions
 o 746120 : Expand annotation recognition on symbol lines
 o 746121 : gtkdoc-mkdb: don't warn on 'deprecated entities'
 o 747207 : Typos in documentation
 o 747298 : Test still tries to check gtkdoc-scanobj
 o 748456 : xsl: Enable ToC generation on empty &lt; toc/ &gt; elements

 Contributors

 Anders Jonsson
 Andre Klapper
 Daniel Mustieles
 David King
 Dominique Leuenberger
 Efstathios Iosifidis
 Emanuele Aina
 Fran Diéguez
 Maria  Mavridou
 Marvin Schmidt
 Olav Vitters
 Philip Withnall
 Rafael Ferreira
 Ryan Lortie
 Stefan Sauer
 Tom Tryfonidis
 Xavier Claessens


========================================
  gupnp
========================================

0.20.14
=======

Changes since 0.20.13:

Added/updated dependencies:
 GLib 2.0 >= 2.40.0

- Simplify UUID handling.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=743072
 - https://bugzilla.gnome.org/show_bug.cgi?id=744221

All contributors to this release:
 - Jens Georg <mail@jensge.org>


========================================
  libgdata
========================================

Overview of changes from libgdata 0.17.0 to libgdata 0.17.1
===========================================================

Major changes:
 • Correctly increment LT version; this release should always be used instead
   of 0.17.0

Overview of changes from libgdata 0.16.0 to libgdata 0.17.0
===========================================================

Major changes:
 • Port from v2 to v3 of the YouTube API — your client’s developer key may stop
   working due to never being conigured for v3; refresh it here:
      https://developers.google.com/youtube/registering_an_application
 • Port from the Google Docs API to the Google Drive API (v2) — the same
   libgdata APIs should continue to work unchanged
 • Both the YouTube and Drive API ports are not thoroughly tested, and a number
   of unit tests have been disabled temporarily; code quality will be ramped up
   again in subsequent releases
 • Add support for OAuth 2.0 authorisation
 • Commit to API and ABI stability
 • Add --disable-tests configure flag to skip building tests
 • Various improvements to the unit tests
 • Fix pagination handling in Google Docs
 • Add demo applications for Google Docs and YouTube
 • Various Freebase fixes, including a huge number of new tests and
   authentication fixes
 • Various JSON parser fixes
 • Note that the Calendar v2 API has now been withdrawn; there has not been
   enough time to port libgdata to version 3 (ongoing:
   https://bugzilla.gnome.org/show_bug.cgi?id=664353), but clients can (and
   should, regardless) use the CalDAV API provided by Google Calendar

API changes:
 • Add GDATA_OAUTH2_REDIRECT_URI_OOB
 • Add GDATA_OAUTH2_REDIRECT_URI_OOB_AUTO
 • Add GDataOAuth2Authorizer
 • Add API padding and commit to API stability
 • Add GDataServiceClass.parse_feed
 • Add gdata_freebase_search_result_item_get_type(),
   GDATA_TYPE_FREEBASE_SEARCH_RESULT_ITEM
 • Add GDATA_CATEGORY_SCHEMA_LABELS_SHARED
 • Add GDATA_CATEGORY_SCHEMA_LABELS_VIEWED
 • Add GDataYouTubeFeed
 • Deprecate GDataYouTubeQuery:format, gdata_youtube_query_get_format(),
   gdata_youtube_query_set_format()
 • Deprecate GDataYouTubeQuery:has-location
 • Deprecate GDataYouTubeQuery:language, gdata_youtube_query_get_language(),
   gdata_youtube_query_set_language()
 • Deprecate GDataYouTubeQuery:sort-order, gdata_youtube_query_get_sort_order(),
   gdata_youtube_query_set_sort_order()
 • Deprecate GDataYouTubeQuery:uploader, gdata_youtube_query_get_uploader(),
   gdata_youtube_query_set_uploader()
 • Deprecate GDataYouTubeSortOrder
 • Deprecate GDataYouTubeUploader
 • Deprecate GDataYouTubeContent
 • Deprecate GDataYouTubeFormat
 • Deprecate GDataYouTubeVideo:video-id, gdata_youtube_video_get_video_id()
 • Deprecate gdata_youtube_video_look_up_content()
   (use gdata_youtube_video_get_player_uri() instead)
 • Deprecate GDATA_YOUTUBE_RATING_TYPE_SIMPLE
 • Deprecate GDataYouTubeCredit, GDATA_YOUTUBE_CREDIT_ENTITY_PARTNER
 • Deprecate GDataYouTubeVideo:credit, gdata_youtube_video_get_credit()
 • Deprecate GDataYouTubeVideo:is-draft, gdata_youtube_video_is_draft(),
   gdata_youtube_video_set_is_draft()
 • Deprecate GDATA_YOUTUBE_*_FEED except GDATA_YOUTUBE_MOST_POPULAR_FEED (all
   others have been deprecated online and will transparently return the
   most popular videos from the past 24 hours)
 • GDataYouTubeQuery:restriction no longer accepts IP addresses
 • All GDataCommentable functionality on GDataYouTubeVideo is disabled
   at runtime until the v3 YouTube API for comments is finished online
 • Not all properties of a GDataYouTubeVideo may be retrieved when doing
   searches, retrieving related videos, or listing standard feeds — to
   guarantee getting all properties, use gdata_service_query_single_entry() for
   the video in question; common properties such as title, description, player
   URI and thumbnails will always be retrieved
 • Deprecate GDataDocumentsEntry:edited

Bugs fixed:
 • Bug 646285 — Add OAuth 2 support
 • Bug 657539 — Add support for Google Tasks

========================================
  libgsf
========================================

libgsf 1.14.33

Morten:
	* Ensure floats roundtrip through our xml functions.
	* Improve handling of unknown xml tags.
	* xml parser improvements.
	* xml pretty-printing improvements.

--------------------------------------------------------------------------

========================================
  libsecret
========================================

0.18.2
 * Testing fixes
 * Documentation typo [#747654 ...]
 * Build fixes [#743444]
 * Updated transaltions
 * Accomodate libgcrypt 1.6+

0.18.1
 * Testing fix [#726909]


========================================
  nautilus
========================================

Major changes in 3.16.2:
* Allow opening multiple files with a different app than default (Carlos Soriano)
* Fix sidebar always visible on starting nautilus even with setting disabled (Antonio Fernandes)
* Allow folders to be opened with a differnt app than default (Carlos Soriano)
* Allow F5 and ctrl+r as shortcuts for reload the view (Carlos Soriano)


========================================
  sushi
========================================

3.16.0
======

- Translation updates


========================================
  totem
========================================


Major changes in 3.16.1:
- Loads of performance fixes, related to thumbnailing
  when a video is playing
- Fix (again) doubling files added on the command-line
- Don't monitor the tracker source, it adds incomplete
  items to the view
- Fix Videos icon not showing in volume control
- Provide a symbolic variant of the app icon
- Fix frames not getting applied for new thumbnails
- Don't warn when video rotation is unset

========================================
  totem-pl-parser
========================================


3.10.5:
- Don't handle HLS playlists served as m3u8
- Updated translations

========================================
  yelp
========================================

3.16.1
======
* Updated translations:
  is    (Sveinn í Felli)


========================================
  zenity
========================================

Zenity 3.16.0
        - Translation updates
        - Allow user to interact with --text-info --html WebView (Kernc)
        - Bug #700249 - Progress dialog does not wrap (Arx Cruz)
        - Better sollution for wrap text (Arx Cruz)
        - Bug #734049 - zenity --text-info chokes on some UTF-8 string (Arx Cruz)
        - Allow --text-info to load resources also from relative file:// URIs (Kernc)
        - Bug #685051 Adding --mid-search option to --list (Arx Cruz)
        - Fixing g_timeout_add calls (Arx Cruz)
        - Fixing remain g_timeout_add (Arx Cruz)
        - Allow --text-info to load resources from absolute file:// URIs (Kernc)
        - Added time-remaining support to progress bars (Scott Pakin)
        - Don't quit zenity when the input stream is closed (Emilio Pozuelo Monfort)