The following modules have been removed in this release: zenity The following modules have a new version: - epiphany (3.28.1 => 3.29.1) - evolution-data-server (3.28.1 => 3.29.1) (*) - glib-networking (2.56.0 => 2.57.1) - gnome-desktop (3.28.1 => 3.29.1) - gnome-logs (3.28.0 => 3.29.1) - gnome-maps (3.28.1 => 3.29.1) (*) - gnome-online-accounts (3.28.0 => 3.29.1) - gvfs (1.36.1 => 1.37.1) - libdazzle (3.28.1 => 3.29.1) - librsvg (2.42.3 => 2.40.20) - libsoup (2.62.1 => 2.63.1) - pygobject (3.28.2 => 3.29.1) - vala (0.40.3 => 0.40.4) (*) No summarized news available The following modules weren't upgraded in this release: NetworkManager, adwaita-icon-theme, at-spi2-atk, at-spi2-core, atk, atkmm, baobab, cantarell-fonts, cheese, clutter, clutter-gst, clutter-gtk, cogl, dconf, eog, evince, file-roller, folks, gcab, gcr, gdk-pixbuf, gdm, gedit, geocode-glib, gfbgraph, gjs, glib, glibmm, gmime, gnome-autoar, gnome-backgrounds, gnome-bluetooth, gnome-boxes, gnome-calculator, gnome-calendar, gnome-characters, gnome-clocks, gnome-color-manager, gnome-contacts, gnome-control-center, gnome-disk-utility, gnome-documents, gnome-font-viewer, gnome-getting-started-docs, gnome-initial-setup, gnome-keyring, gnome-menus, gnome-music, gnome-online-miners, gnome-photos, gnome-screenshot, gnome-session, gnome-settings-daemon, gnome-shell, gnome-shell-extensions, gnome-software, gnome-system-monitor, gnome-terminal, gnome-themes-extra, gnome-user-docs, gnome-user-share, gnome-video-effects, gnome-weather, gobject-introspection, gom, graphene, grilo, grilo-plugins, gsettings-desktop-schemas, gsound, gspell, gssdp, gtk+, gtk-doc, gtk-vnc, gtkmm, gtksourceview, gupnp, gupnp-av, gupnp-dlna, gupnp-igd, json-glib, libchamplain, libcroco, libgdata, libgee, libgepub, libgnomekbd, libgovirt, libgrss, libgsf, libgtop, libgudev, libgweather, libgxps, libmediaart, libnotify, libpeas, libsecret, libsigc++, libzapojit, mm-common, mousetweaks, mutter, nautilus, network-manager-applet, orca, pango, pangomm, phodav, pyatspi, rest, rygel, simple-scan, sushi, totem, totem-pl-parser, tracker, tracker-miners, vino, vte, yelp, yelp-tools, yelp-xsl ======================================== epiphany ======================================== 3.29.1 - April 16, 2018 ======================= - Speculatively fix crash related to changing search engines (#783756) - Clarify that blocking web trackers also blocks social media buttons (#790189) - Never automatically open downloads, since it can't be done safely (#794681) ======================================== glib-networking ======================================== 2.57.1 - April 16, 2018 ======================= - Use GnuTLS system trust and remove build option to specify cert bundle (#753260) - Fix criticals when child streams outlast the parent GTlsConnection (#792219) - Fix crash when setting client cert without private key (#793712) - Update tests for compatibility with GnuTLS 3.6.2 (#794286) - Never install GIO modules outside build prefix (#794358) - Don't install test files if installed tests are disabled (#794372) - Fix build with -Dpkcs11=false (#794292, Tom Schoonjans) - Allow building as meson subproject (#794709, Mathieu Duponchelle) - g_tls_certificate_verify() no longer manually verifies certificate activation/expiration time, matching the current behavior of g_tls_database_verify_chain(). ======================================== gnome-desktop ======================================== ============== Version 3.29.1 ============== - Updated translations ======================================== gnome-logs ======================================== GNOME Logs 3.29.1 ================= * only show similar timestamps once from ankritisachan * various memory leak fixes * exporting blank journal crash fix from H00ly666 * updates to Russian and Polish translations ======================================== gnome-online-accounts ======================================== Overview of changes in 3.29.1 ============================= * Remove Twitter support (795322) * Updated translations: Simplified Chinese Czech ======================================== gvfs ======================================== Major changes in 1.37.1 ======================= * udisks2: Remove optical disc volumes/mounts if drive disappears * daemon: Prevent deadlock and invalid read when closing channels * metadata: Prevent usage of NULL if GUdevDevice is not found * mtp: Implement support for move and copy operations ======================================== libdazzle ======================================== Version 3.29.1 ============== Changes in this release: • DzlListBox allows ellipsis control in GtkBuilder interfaces. • DzlThemeManager avoids creating CSS providers when no resources were found within the given path. • Various fixes to the shortcut engine to closer match gtk. • Various GObject Introspection fixes. ======================================== librsvg ======================================== Version 2.40.20 - Except for emergencies, this will be the LAST RELEASE of the librsvg-2.40.x series. We are moving to 2.41, which is vastly improved over the 2.40 series. The API/ABI there remain unchaged, so we strongly encourage you to upgrade your sources and binaries to librsvg-2.41.x. ======================================== libsoup ======================================== Changes in libsoup from 2.62.0 to 2.63.1: * Fix digest authentication with encoded URIs [#794208, Claudio Saavedra] ======================================== pygobject ======================================== 3.29.1 - 2018-04-15 ------------------- * Support for `PyPy `__ and PyPy3. :issue:`180` * cairo: support :class:`cairo.Matrix` conversion. :issue:`16` * Speed up repeated closure creation by caching the closure cache in the argument cache :issue:`103` (:user:`Garrett Regier `\, :user:`Christoph Reiter `) * setup.py: make setuptools/pkg_resources optional. :issue:`186` * setup.py: print installation instructions in case a dependency is missing. :issue:`194` * Remove autotools build system. * overrides: Make :meth:`Gtk.ListStore.insert_before`, :meth:`Gtk.ListStore.insert_after`, :meth:`Gtk.TreeStore.insert_before` and :meth:`Gtk.TreeStore.insert_after` atomic. * Make :class:`GLib.Error` picklable. :issue:`145` * Add basic support for template based widgets through ``Gtk.Template``. :issue:`52` * Various documentation improvements. :mr:`29` (:user:`Dan Yeaw `) * Add PEP518/pyproject.toml file. :mr:`44` (:user:`James Tocknell `) * Avoid truncating value returned from g_value_info_get_value. :mr:`51` (:user:`Tomasz Miąsko `) * Fix typo in BoundSignal disconnect. :mr:`55` (:user:`Vladislav Glinsky `) ======================================== vala ======================================== Vala 0.40.4 =========== * Various improvements and bug fixes: - girparser: Add support for NoAccessorMethod metadata * Bindings: - glib-2.0: Mark str parameter of Variant.take_string() as owned - gstreamer: Update from 1.15+ git master - gtk+-*.0: Set NoAccessorMethod on Gtk.Radio*.group properties (Regression in gtk+-3.0) - gtk+-4.0: Update to 3.93.0+fc6018f1 - json-glib-1.0: Mark return-type of gvariant_deserialize*() as nullable - webkit2gtk-4.0: Update to 2.20.1