The following modules have a new version: - NetworkManager (1.0.2 => 1.0.4) - adwaita-icon-theme (3.17.3 => 3.17.4) - at-spi2-atk (2.16.0 => 2.17.1) - at-spi2-core (2.16.0 => 2.17.1) - atkmm (2.22.7 => 2.23.2) - clutter (1.23.2 => 1.23.4) - clutter-gst (3.0.6 => 3.0.8) - clutter-gtk (1.6.0 => 1.6.2) - eog (3.17.2 => 3.17.3) - epiphany (3.17.1 => 3.17.2) - evince (3.17.3 => 3.17.4) - evolution-data-server (3.17.3 => 3.17.4) - gdk-pixbuf (2.31.4 => 2.31.5) - gdm (3.17.3.1 => 3.17.4) - glib (2.45.3 => 2.45.4) - glibmm (2.45.2 => 2.45.40) - gnome-control-center (3.17.2 => 3.17.3) - gnome-desktop (3.17.3 => 3.17.4) - gnome-dictionary (3.17.3 => 3.17.4) - gnome-settings-daemon (3.17.2 => 3.17.3) - gnome-shell (3.17.2 => 3.17.3) - gnome-shell-extensions (3.17.2 => 3.17.3) - gnome-system-monitor (3.17.3 => 3.17.4) - gobject-introspection (1.45.2 => 1.45.3) (*) - gtk+ (3.17.4 => 3.17.5) - gtkmm (3.17.3 => 3.17.50) - gtksourceview (3.17.3 => 3.17.4) - gvfs (1.25.3 => 1.25.4) - libgdata (0.17.1 => 0.17.2) - libsigc++ (2.4.1 => 2.5.1) - mm-common (0.9.7 => 0.9.8) - mutter (3.17.2 => 3.17.3) - pango (1.37.1 => 1.37.2) - pangomm (2.36.0 => 2.37.1) - sushi (3.16.0 => 3.17.4) - totem (3.16.1 => 3.16.2) - tracker (1.4.0 => 1.5.1) (*) - yelp (3.17.3 => 3.17.4) - yelp-tools (3.16.1 => 3.17.4) - yelp-xsl (3.17.2 => 3.17.4) (*) No summarized news available The following modules weren't upgraded in this release: atk, baobab, cantarell-fonts, caribou, cogl, dconf, dconf-editor, empathy, folks, gcr, geocode-glib, gjs, glib-networking, gmime, gnome-backgrounds, gnome-bluetooth, gnome-calculator, gnome-contacts, gnome-disk-utility, gnome-font-viewer, gnome-keyring, gnome-menus, gnome-online-accounts, gnome-online-miners, gnome-packagekit, gnome-screenshot, gnome-session, gnome-system-log, gnome-terminal, gnome-themes-standard, gnome-user-docs, gnome-user-share, gnome-video-effects, gom, grilo, grilo-plugins, gsettings-desktop-schemas, gssdp, gtk-doc, gtk-engines, gucharmap, gupnp, gupnp-igd, json-glib, libchamplain, libcroco, libgee, libgsf, libgtop, libgweather, libgxps, libmediaart, libnotify, libpeas, librsvg, libsecret, libsoup, libwnck, libzapojit, mousetweaks, nautilus, pygobject, rest, totem-pl-parser, vala, vino, vte, zenity ======================================== NetworkManager ======================================== =============================================== NetworkManager-1.0.4 Overview of changes since NetworkManager-1.0.2 =============================================== This is a new stable release of NetworkManager. Notable changes include: * The MTU setting from an IPv6 neighbor discovery Router Advertisements is now ignored if applying it would result in invalid configuration. * Some configuration options can now be changed without restarting the daemon. Notably, this applies to 'dns', 'connectivity' and 'ignore-carrier' settings. * The connection activation was made more robust. If an active connection is reactivated, the device it's active on takes precedence. If an attempt is made to activate a connection on a different device than it is active on, the activation proceeds removing the connection from the active device. * The device specifiers in configuration files now support negation via 'except:' match. * Devices that only have IPv6 link-local address are no longer assumed to be connected. * nmcli now provides hints and tab-completion for enumeration properties. * If the IPv6 interface tokens are set they are honored when creating an interface identifier for IPv6 addressing. * NetworkManager now maintains correct routing configuration when multiple interfaces are connected to the same network. * The management of devices can now be controlled with udev rules. The veth devices as well as the virtual Ethernet devices of various virtualization tools (VMWare, VirtualBox, Parallels Workstation) are now ignored by default. * The IPv6 privacy extensions are now enabled by default and handling of the ip6-privacy sysctl has been improved. * Activating a Bond, Bridge or Team device can now optionally activate the slave connections as well. The behavior is controlled with 'connection.autoconnect-slaves' property. * The platform support code has been refactored, resulting in better scalability in large configurations. * Changes to network interfaces configuration done outside NetworkManager are now picked up and exposed to the user via NetworkManager API and tools. * A connection can now optionally leave externally configured default route in place instead of overriding it. The behavior is controlled with 'ipv4.never-default' and 'ipv6.never-default' properties. * Multiple crasher and memory leak bugs in the daemon were fixed. * Multiple bugs that could cause the client tools to hang or crash were fixed. * nmcli allows multiple devices for 'nmcli device disconnect/delete'. * Firewall zone is added to firewalld for device-based VPN connections too. ======================================== adwaita-icon-theme ======================================== 3.17.4 - updated folder-new-symbolic ======================================== at-spi2-atk ======================================== What's new in at-spi2-atk 2.17.1: * Eliminate some console warnings due to NULL gobjects. * Tests: fix out-of-source and parallel build (bgo#751137). * Add some missing files to the distribution (bgo#751138). ======================================== at-spi2-core ======================================== What's new in at-spi2-core 2.17.1: * Functions shouldn't try to return values (bgo#749330). * Fix atspi_table_cell_get_position. ======================================== atkmm ======================================== atkmm 2.23.2 (unstable): * Use (and require) C++11. (Murray Cumming) atkmm 2.23.1 (unstable): Atk: * Document: Add get/set_attribute() and deprecate get_document() and get_document_type(). (Murray Cumming) * Component: Deprecate add/remove_focus_handler, get_size() and get_position(). (Murray Cumming) * Add Range. (Murray Cumming) * Table: - Deprecate get_column/row_at_index(). (Kjell Ahlstedt) - Add a get_at() const version and deprecate get_index_at(). (Murray Cumming) * Text: - Deprecate get_text_before_offset(), get_text_after_offset(). - Add get_string_at_offset(), deprecating other methods for it. (Murray Cumming) * Value: Deprecate get_minimum/maximum_range() in favour or get_range(). (Murray Cumming) Build: * Update MSVC 2005, 2008 and 2010 Projects: Add "Install" Project (Chun-wei Fan) ======================================== clutter ======================================== Clutter 1.23.4 2015-07-22 =============================================================================== • List of changes since Clutter 1.23.2 - Add functions for binding a GListModel to a ClutterActor The bind_model() and bind_model_with_propertis() methods on ClutterActor allow binding objects inside a GListModel implementation to children or an actor. - Add event types for touchpad gestures Currently, the libinput input backend is the only one that will generate the touchpad events for swipe and pinch/zoom/rotate, but support for other backends is planned in the future. - Documentation fixes • List of bugs fixed since Clutter 1.23.2 #752272 - _CLUTTER_DEPRECATED_MACRO_FOR is not defined when not compiling with gcc #752056 - Check for NULL pointer for pspec returned by g_object_class_find_property, before dereferencing #752104 - Automatic wayland detect support causes error when wayland is not installed #751472 - Don't create libinput properties Many thanks to: Carlos Garnacho, Ting-Wei Lan, Kalev Lember, Nitin Sharma, Pedro Albuquerque, Peter Hutterer, Stefan Sauer ======================================== clutter-gst ======================================== clutter-gst 3.0.8 (18/07/2015) =============================================================================== List of changes o Fix crash when video frame has not been uploaded yet, gets disposed and Clutter try to paint with it. ======================================== clutter-gtk ======================================== Clutter-GTK 1.6.2 30/06/2015 =============================================================================== Changes since 1.6.0: • Require Clutter 1.22.4 for the GDK-specific API needed to retrieve the correct Cogl visual; this fixes Clutter embedding inside GTK on systems using the nVidia proprietary Linux binary driver. • Documentation updates. List of bugs fixed: #747489 - No access to the Visual used to build the CoglOnscreen #699202 - DLL isn't generated by MinGW cross compile on Linux #697945 - clutter-win32.h path is wrong ======================================== eog ======================================== Version 3.17.3 -------------- New and updated translations: - Balázs Úr [hu] - Sveinn í Felli [is] - Pedro Albuquerque [pt] - Stas Solovey [ru] - Matej Urbančič [sl] ======================================== epiphany ======================================== =============== Epiphany 3.17.2 =============== - Navigation improvements to web applications. - Do not leak data in private instances (#751307) - Fix a critical crasher (#747422) - Theming fixes for latest Adwaita (#736363) - Display page titles in tabs tooltips (#752606) - Code fixes, build system improvements. - Updated translations. ======================================== evince ======================================== ================ Evince 3.17.4 ================ New features and improvements: * The sidebar tab to add new annotations has been removed, and a new annotations toolbar has been added making it easier to discover and more convenient to annotate documents (#649045, Carlos Garcia Campos) Translation updates: * Benjamin Steinwender (de) * Daniel Mustieles (es) * Yosef Or Boczko (he) * Balázs Úr (hu) * Pedro Albuquerque (pt) * Stas Solovey (ru) * Dušan Kazik (sk) * Matej Urbančič (sl) * Victor Ibragimov (tg) ======================================== evolution-data-server ======================================== Evolution-Data-Server 3.17.4 2015-07-20 --------------------------------------- Bug Fixes: Bug 751462 - Include header name length when folding long lines (Arthur de Jong) Bug 751329 - [IMAPx] Shared Folder Disappearing (Milan Crha) Bug 751701 - Update ESource's connection status after server connect (Milan Crha) Bug 751769 - camel_db_maybe_run_maintenance() returns failure incorrectly (Milan Crha) Bug 751657 - ESource can be removed after its property change (Milan Crha) Bug 750766 - [IMAPx] Deadlock filtering and downloading messages for offline use (Milan Crha) Bug 685035 - [IMAPx] Nonsensical progress report on folder update (Milan Crha) Bug 752049 - Fix return value error in camel_imapx_job_inc_update_locked() (Ting-Wei Lan) Bug 752197 - Teach cache-reaper of 3rd-party private directories (Milan Crha) Bug 752304 - [WebDAV book] Generated UIDs can clash with existing (Milan Crha) Bug 692361 - e_cal_client_get_free_busy() broken (Milan Crha) Bug 752370 - Hangs on vCard with 2 consecutive commas in the parameters list (Alex Shtyrov) Bug 752373 - Monthly events do not recur correctly (Milan Crha) Miscellaneous: [CamelGpgContext] Handle decryption failures better (Milan Crha) [ENamedParameters] Be able to read/write values from/to a simple string (Milan Crha) [IMAPx] Set cache expiration for one week when not sync-for-offline (Milan Crha) Add E_CONTACT_PGP_CERT EContact field (Milan Crha) Enhance debugging output of source_registry_server_monitor_changed_cb() (Milan Crha) [Google backend] Claim Contacts and Tasks in populate() (Milan Crha) Not able to select time in appointment/meeting for some locales (Milan Crha) Doesn't honor Google settings as defined in gnome-online-accounts (Milan Crha) Add GCancellable parameter to camel_filter_search_match() (Milan Crha) Remove obsolete code comment (Milan Crha) Translations: Balázs Úr (hu) Pedro Albuquerque (pt) Daniel Mustieles (es) Dušan Kazik (sk) ======================================== gdk-pixbuf ======================================== 2.31.5 ====== * Add support for g_autoptr for all object types (#750497) * Avoid a possible divide-by-zero in the pixbuf loader (750440) * Remove gettext .pot file hack (#743574) * Be more careful about integer overflow (#752297) * Translation upates: Portuguese ======================================== gdm ======================================== ============== Version 3.17.4 ============== - Fixes to handle gdm restarts better - Crasher fix on logout of wayland sessoin - systemd build updates - Translation updates ======================================== glib ======================================== Overview of changes in GLib 2.45.4 ================================== * Bugs fixed: 727829 win32: glibconfig.h.win32 updates 741901 Clang cannot know that g_error don't return 746339 GSocket kills process when fd is not a socket 747676 gio/tests/socket fails: test_fd_roundtrip 748610 Some tests fail with non-English locales 749911 g_inet_address_to_string broken on XP/2003 749912 g_inet_address_new_from_string broken on XP/2003 750625 Should dismiss Software Updates Available notification after... 750807 G_BREAKPOINT doesn't work as intended on Darwin 751160 gtask does unnecessary work 751672 -Wduplicate-decl-specifier in glib/tests/keyfile.c 751731 GFile/DirectoryMonitor emit move events with other_file=NULL 751737 gio/tests/appmonitor test fails in 2.45.3 751798 Wrong enum type used in some test-cases 752089 make gsocketservice::active a property 752293 small cleanup: use list_free_full * Translation updates: Greek Hebrew Portuguese ======================================== glibmm ======================================== 2.45.40 (unstable): Glib: * RefPtr: Add move constructor and move assignment operator. (Murray Cumming) Gio: * Application: Add the shutdown signal. (Murray Cumming) Bug #752600 (Ben) Build: * C++11: Use noexcept instead of throw(). (Murray Cumming) * C++11: Use "= delete" instead of private copy constructors/operator=. (Murray Cumming) * C++11: Use nullptr instead of 0. (Murray Cumming) * C++11: Use the override keyword. 2.45.31 (unstable): Glib: * HelperList: fix iterator check in operator[] (Maks Naumov) Bug #751530. Build: * Use (and require) C++11. (Murray Cumming, Kjell Ahlstedt) * Use some simple C++11 syntax. (Murray Cumming) * Fix the build with -Wshadow. (Murray Cumming) gmmproc: * Generate code that uses some simple C++11 syntax. (Murray Cumming) * _WRAP_SIGNAL: Accept apostrophes in a preceding comment. (Kjell Ahlstedt) 2.45.3 (unstable): * Add SettingsSchema, SettingsSchemaKey and SettingsSchemaSource. (Murray Cumming) * Deprecate HelperList and SArray because nothing uses them. (Murray Cumming) Build: * Don't disable more deprecation warnings than necessary (Kjell Ahlstedt) Bug #750379. gmmproc: * _WRAP_METHOD: deprecated: Use G_GNUC_[BEGIN|END]_IGNORE_DEPRECATIONS per function, instead of one big undef [G|GDK|GTK]_DISABLE_DEPRECATED. (Kjell Ahlstedt) Bug #750379 * Remove GP_LIST, because nothing uses it. (Murray Cumming) ======================================== gnome-control-center ======================================== ============== Version 3.17.3 ============== Shell: - Plenty of command-line options handling fixes Date & Time: - Show date buttons in the order that the locale uses them - Further date button ordering fixes for Cechen and HK English - Fix incorrect sensitivity when permission is missing - Fix accessibility of the hour and minutes spinbuttons Display: - Don't show rotation for builtin display on tablets - Add support for tiled monitors (usually 4K monitors) Network: - Fix all Wi-Fi networks having gear buttons - Only share a new wifi connection if the user is allowed to - Fix possible crash when changing airplane mode - Fix possible crash when connections change after Network panel was closed Power: - Describe batteries properly when not called BAT0 - Fix possible crash if up_client_get_devices() fails - Make the automatic suspend row accessible Printers: - Fix possible crash after closing the panel - Set focus of the 'New printer dialog' correctly - Fix focus chain of the 'New printer dialog' - Install selected printer when the row is activated - Fix setting of page size - Don't expand search entry - Show border around 'No printers detected' text - Don't show the same device multiple times Region & Language: - Fixes to the region and language lists Sharing: - Make it possible to override SSHD_SERVICE for Debian-based systems Sound: - Support more channels in speaker test User Accounts: - Fix enterprise user login never working Wacom: - Fix window decorations being visible in calibrator window ======================================== gnome-desktop ======================================== ================ Version 3.17.4 ================ - Remove unused EDID parsing code - Support underscanning - Export dpms information - Add support for tiled monitors - Translation updates ======================================== gnome-dictionary ======================================== GNOME Dictionary 3.17.4 2015-07-19 ================================================================================ Translations * hu (Balázs Úr), pt_BR (Felipe Braga), pt (Pedro Albuquerque), ru (Stas Solovey) ======================================== gnome-settings-daemon ======================================== ============== Version 3.17.3 ============== - Make device type presence checks work on libinput and wayland - Fix orientation setting on startup ======================================== gnome-shell ======================================== 3.17.3 ====== * Handle touch events in OSK on wayland [Rui; #750287] * Reinstate left/right movement to window menu [Ron; #751344] * Allow extensions to disable "Window is ready" notification [Adel; #748846] * Misc. bug fixes [Watson, Michael, Ray, Rui, Florian, Cosimo; #750465, #751016, #751517, #750714, #751541, #751599] Contributors: Michael Biebl, Cosimo Cecchi, Adel Gadllah, Rui Matos, Florian Müllner, Ray Strode, Wim Taymans, Ron Yorston, Watson Yuuma Sato Translations: Sebastian Rasmussen [sv], Dimitris Spingos [el], Muhammet Kara [tr], Stas Solovey [ru], Benjamin Steinwender [de], Balázs Úr [hu], Victor Ibragimov [tg], Dušan Kazik [sk], Pedro Albuquerque [pt] ======================================== gnome-shell-extensions ======================================== 3.17.3 ====== * window-list: Adjust with text-scaling-factor * classic style updates * updated translations (pt, ro) ======================================== gnome-system-monitor ======================================== New in 3.17.4 - 20 July 2015 * added/updated translations eo, courtesy of Kristjan SCHMIDT pt, courtesy of Pedro Albuquerque List of fixed bugs 749560 added support for libsystemd 749645 search in pid and command line arguments ======================================== gtk+ ======================================== Overview of Changes in GTK+ 3.17.5 ================================== * GtkFileChooser: - Always search in the current location, and indicate this in the subtitle. Show progress for long searches, and show a nice empty state. - Make search in recent files work - Fix sorting order of recent files and search results - Various improvements to keyboard navigation: - Ctrl-F toggles search - . opens location entry - Alt-P focuses the sidebar - Escape stops search and closes the location entry - Move the name entry to the header bar in Save modes - Don't show Trash and Recent in the sidebar in Save modes - Allow renaming and deleting files in Save modes - Improved sizing behavior of columns - Improved formatting of the time and location columns - Time column can show date and time - Move fixed and network drives and volumes from the sidebar to a new view that also allows to connect to remote servers - Use popovers for context menus and support long press to make them accessible with touch * GtkScrolledWindow - Keep scrollbars below treeview headers - Switch the roles of secondary and middle click on scrollbar steppers - Primary click starts low-speed autoscrolling - Secondary click start high-speed autoscrolling - Middle click scrolls to the end - Tweak button bindings on scrollbars (and scales) - Primary click warps to the location - Primary click with Shift jumps by pages - Secondary click starts variable-speed autoscrolling * Theme and CSS - GtkSwitch has a new slider-height style property to make square switches possible - Support CSS letter-spacing for labels and entries - Partial support for CSS text-decoration * Font handling - Per-widget font options and font maps are supported now * gtk-demo has various new and improved examples * X11 - Fix rendering stalls over remote ssh connections * Wayland - Various fixes to make Copy-Paste and Drag-and-Drop work better - Ignore size increments for maximized and fullscreen windows - Fix cursor handling in hi-dpi * Mir - Various fixes and improvements * Broadway - Windows can now be maximized * OS X - Support windows with a fixed aspect ratio * Bugs fixed: 325150 Save As dialog cannot delete or rename files 593372 save dialog treats trailing spaces literally 720684 "Places" panel in Open File Dialog should should have a mnemonic... 741800 GTK3 apps have huge rendering pauses/hangs over SSH connection 748892 wayland: focus issue with gnome-terminal 750870 gtk3 does apparently ignore replayed events? 750994 X11: First mouse wheel event ignored after right click or Alt+Ta... 751341 GtkWindow: fix default empty window size with CSD 751368 wayland: gnome-terminal does fill entire area when fullscreen or... 751401 crash on DnD 751414 File descriptor leak in gdk_wayland_selection_request_target() 751443 resource_path value cleared in gtk_image_set_from_resource 751447 GtkSearchBar takes up half the height of gnome-system-monitor's ... 751448 Bookmarks sometimes disappear when dragging them away 751625 build error with pure wayland 751677 per-widget font options 751689 switch: add a style property for the switch height 751739 Deadlock in X11 when setting XSetErrorHandler while another thre... 751752 Memleak when both opening shm and opening file in tmp fail 751754 GtkSwitch: calling gtk_switch_set_active in the handler for noti... 751793 DnD: Look up past insensitive widgets for the DnD drop site 751800 Warn for whitespace at beginning or end of new folder names 751805 Avoid the scrollable border when placing scrollbars 751811 improve the font_options setter 751877 gtkdrawingarea: crash when drawing a video 751910 Headerbar - Buttons doesn't work until focus is changed 752000 GtkApplication vs. _NET_WM_USER_TIME 752016 testgmenu: use the menu binding code 752025 wayland: print correct coordinates during DnD 752034 Delegate permanent devices and connected networks from Places Si... 752088 Improve GtkImageMenuItem documentation to reflect deprecation st... 752093 Improvement to GtkImageMenuItem long description and code snippet 752131 GtkButtonBox has spacing between buttons by default when set to ... 752509 GtkFileChooserButton causes layout jumps 752520 Crash getting a NULL visual in glx_pixmap_get 309300 Add a key binding for adjusting the value in a spin box 725551 GTK FontChooserWidget should show a placeholder text in the empt... 751812 add gtk_widget_set_font_map 752502 Documentation fix for GdkGLContext 752616 wayland: Always apply scaling factor to cursor hotspot and dimen... 752599 GtkDrawingArea: Only respects background-color if "draw" signal ... * Translation updates: Czech Greek Hebrew Hungarian Polish Portuguese Slovak Spanish ======================================== gtkmm ======================================== 3.17.50 (unstable): Gtk: * PlacesSidebar: - Deprecate set/get_show_connect_to_server() and the property. - Add set/get_show_recent(), set/get_show_trash(), set/get_show_other_locations() and properties, and the populate_all property. (Kjell Ahlstedt) * Popover: Add get/set_default_widget(). (Murray Cumming) * Window: Add get_titlebar(). (Murray Cumming) Build: * gtk_generate_extra_defs.sh: Fix for the patch command, version 2.7.5 (Kjell Ahlstedt) * C++11: Use nullptr instead of 0. (Murray Cumming) * C++11: Use of the override keyword. (Murray Cumming) * C++11: Use of auto. (Murray Cumming) * C++11: Use of range-based for loops. (Murray Cumming) * Fix the build when using -Wshadow (now used in --enable-warnings=fatal). (Murray Cumming) Documentation: * LevelBar: Document how to workaround the lack of Orientation base class. (Murray Cumming) Bug #752568 (Tobias Hoffmann) 3.17.41 (unstable): Gtk: * StyleContext: Deprecate set_background(). (Kjell Ahlstedt) * IconView: Fix a crash in get_tooltip_context_path(). (Kjell Ahlstedt) Build: * Use (and require) C++11. (Murray Cumming, Kjell Ahlstedt) Documentation: * Remove pixbuf-demo because it is already in the main demo. (Kjell Ahlstedt) * Demo: Remove Icon Theme demo, replacing it by a standalone Icon Broswer demo. (Kjell Ahlstedt) 3.17.4 (unstable): Gtk: * Assistant: Add get/set_page_has_padding(). (Murray Cumming) * FontChooser: Add get/set_font_map(). (Murray Cumming) * IconInfo: Deprecate get_builtin_pixbuf(). (Kjell Ahlstedt) * IconTheme: lookup_icon(), choose_icon(): Add default 0 for flags. (Murray Cumming) * Widget: Deprecate drag_begin() without coordinates. (Kjell Ahlstedt) Gdk: * Window: Add get/set_passthrough(). (Murray Cumming) * Demo: IconTheme: Don't use deprecated builtin-icon API. (Murray Cumming) Build: * Don't disable more deprecation warnings than necessary (Kjell Ahlstedt) Bug #750379. ======================================== gtksourceview ======================================== News in 3.17.4 -------------- * Add .rej files as another version of diff file * Improvements to lang files: Apache Pig, rpmspec * Misc bug fixes * Translation updates ======================================== gvfs ======================================== Major changes in 1.25.4 ======================= * udisks2: Fix a crash when unmounting * udisks2: Handle libsecret errors properly to avoid a crash * afc: Fix a crash when unmounting and unplugging * cdda: Use UTF-8 with libcdio >= 0.84 * Translation updates ======================================== libgdata ======================================== Overview of changes from libgdata 0.17.1 to libgdata 0.17.2 =========================================================== Major changes: • More Google Drive API porting • Port from v2 to v3 of the Calendar API • Update and re-enable a lot of unit tests (streams, youtube, freebase, calendar). • Add calendar-cli demo • Port to use installed-tests; this adds --enable-always-build-tests and --enable-installed-tests configure options • Port to autoconf-archive macros and add an implicit build-time dependency on autoconf-archive • Allow applications to store and restore the refresh token for a GDataOAuth2Authorizer to avoid re-authenticating on each startup • Bump libuhttpmock dependency to 0.5.0 API changes: • Add gdata_calendar_service_insert_calendar_event(), gdata_calendar_service_insert_calendar_event_async() • Deprecate GDataCalendarCalendar:times-cleaned, gdata_calendar_calendar_get_times_cleaned(), GDataCalendarCalendar:edited, gdata_calendar_calendar_get_edited() • Deprecate GDataCalendarFeed:timezone, gdata_calendar_feed_get_timezone(), GDataCalendarFeed:times-cleaned, gdata_calendar_feed_get_times_cleaned() • Add GDataAccessHandlerIface.get_rules as a virtual method backing gdata_access_handler_get_rules() • Add GDataCalendarAccessRule • Add GDataDocumentsAccessRule • Add gdata_oauth2_authorizer_dup_refresh_token(), gdata_oauth2_authorizer_set_refresh_token() • Add GDataBatchable.is_supported virtual function Bugs fixed: • Bug 684920 — Port to Google Drive API v2 • Bug 664353 — Upgrade to Calendar API version 3 • Bug 750335 — Silence a bunch of warnings • Bug 750480 — Fix -Werror build for clang • Bug 750395 — Fix the GDataAccessRule example • Bug 750746 — Cold start OAuth2 authorization • Bug 751782 — Enable Drive authorization domains if a GOA account has "files" enabled • Bug 750914 — Build fails because -Werror=unused-function Updated translations: • oc (Cédric Valmary (Tot en òc)) • pl (Piotr Drąg) • pt (Pedro Albuquerque) • th (Akom Chotiphantawanon) ======================================== libsigc++ ======================================== 2.5.1 (unstable): * Use (and require) C++11 (Kjell Ahlstedt) * Using C++11 lambda functions to create sigc::slots: Avoid the need for SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE. (Kjell Ahlstedt) * Remove the already-deprecated sigc::lambda (and sigc::group) API. This is an API change but should not be an ABI change, so it should only affect you when rebuilding applications, if you use this API. (Murray Cumming, Kjell Ahlstedt) ======================================== mm-common ======================================== mm-common 0.9.8 (2015-07-15) * Add the MM_AX_CXX_COMPILE_STDCXX_11() m4 macro, to help other *mm projects build with C++11 compiler support. This is based on AX_CXX_COMPILE_STDCXX_11() but doesn't need to be copied into projects manually. (Kjell Ahlstedt) Bug #751432 ======================================== mutter ======================================== 3.17.3 ====== * Add X11/wayland clipboard interaction [Carlos; #738312] * Support VM monitor layout hints on wayland [Thomas; #750363] * Misc. bug fixes [Rui, Jonas, Olivier, Carlos, Ting-Wei, Peter, Florian; #749994, #750256, #749716, #748705, #750552, #751036, #750007, #751136, #750552, #751471, #751715, #750680] Contributors: Jonas Ådahl, Dave Airlie, Cosimo Cecchi, Olivier Fourdan, Carlos Garnacho, Thomas Hellstrom, Peter Hutterer, Ting-Wei Lan, Jasper Lievisse Adriaanse, Rui Matos, Florian Müllner, Jasper St. Pierre Translations: Marek Černocký [cs], Christian Kirbach [de], Pedro Albuquerque [pt] ======================================== pango ======================================== Overview of changes between 1.37.1 and 1.37.2 ============================================= - Don't use hb_glib_get_unicode_funcs - Warning fixes ======================================== pangomm ======================================== 2.37.1 (unstable): * Use (and require) C++11. * Attribute: fix operator!=. (Maks Naumov) Bug #751531 ======================================== sushi ======================================== 3.17.4 - "Dark Wave" ==================== - Apply embedded orientation to images - Fix encoding problems when loading non utf-8 text files - Do not crash when right clicking text previews - Add a way to easily run under gdb - Use regular GTK client side decorations - Use GResource for auxiliary data - Fix theming glitches after GTK update (Trinh Anh Ngoc) ======================================== totem ======================================== Major changes in 3.16.2: - Fix popup not showing up on touchscreens - Fix potential crash on 32-bit systems ======================================== yelp ======================================== 3.17.4 ====== * Use the correct baclground color, #749947 (Lars Uebernickel) * Updated translations: es (Daniel Mustieles) he (Yosef Or Boczko) hu (Balázs Úr) pt (Pedro Albuquerque) ru (Stas Solovey) sk (Dušan Kazik) sl (Matej Urbančič) tg (Victor Ibragimov) ======================================== yelp-tools ======================================== 3.17.4 ====== * yelp-check: Sites support for orphans, links, media, status 3.17.3 ====== * yelp-build: Fix some broken and non-portable expr usage, #743911 * yelp-build: Fixed media copying with -i for Mallard * yelp-build: Added support for Mallard Sites to cache generator * yelp-check: Sites support for ids, hrefs, validate, comments, license * yelp-check: Accept -h as well as --help ======================================== yelp-xsl ======================================== 3.17.4 ====== * Updated translations: pt (Pedro Albuquerque) 3.17.3 ====== * Support external info links topic, guide, and seealso * Support for Mallard Sites in cache generator * Drop P. prefix for parameter pages in docs