The following modules have a new version: - at-spi2-atk (2.5.2 => 2.5.3) - at-spi2-core (2.5.2 => 2.5.3) - atk (2.4.0 => 2.5.3) - baobab (3.4.1 => 3.5.3) - cantarell-fonts (0.0.8 => 0.0.9) - clutter (1.11.4 => 1.11.6) - clutter-gst (1.5.6 => 1.6.0) - empathy (3.5.2 => 3.5.3) - eog (3.5.1 => 3.5.2) - epiphany (3.5.1 => 3.5.3) - evolution-data-server (3.5.2 => 3.5.3.1) - folks (0.7.0 => 0.7.2.2) - gcr (3.4.1 => 3.5.3) - gjs (1.33.2 => 1.33.3) (*) - glib (2.33.2 => 2.33.3) - glib-networking (2.33.2 => 2.33.3) - glibmm (2.32.0 => 2.33.2) - gnome-bluetooth (3.4.0 => 3.4.1) - gnome-contacts (3.5.1 => 3.5.3) - gnome-control-center (3.5.2 => 3.5.4) - gnome-desktop (3.5.2 => 3.5.3) - gnome-font-viewer (3.5.2 => 3.5.3) - gnome-menus (3.5.2 => 3.5.3) - gnome-online-accounts (3.5.2 => 3.5.3) - gnome-packagekit (3.5.1 => 3.5.3) - gnome-panel (3.4.2.1 => 3.5.3) - gnome-screensaver (3.4.1 => 3.4.2) - gnome-settings-daemon (3.5.2 => 3.5.4) - gnome-shell (3.5.2 => 3.5.3) - gnome-terminal (3.3.0 => 3.4.1.1) - gnome-themes-standard (3.5.2 => 3.5.3) - gobject-introspection (1.33.2 => 1.33.3) (*) - gsettings-desktop-schemas (3.5.2 => 3.5.3) - gtk+ (3.5.4 => 3.5.6) - gtkmm (3.4.0 => 3.5.4) - gucharmap (3.5.0 => 3.5.1) - gvfs (1.13.1 => 1.13.2) - libgnome-keyring (3.4.1 => 3.5.3) - libgweather (3.2.1 => 3.5.1) - libsoup (2.39.2 => 2.39.3) - mutter (3.5.2 => 3.5.3) - nautilus (3.5.2 => 3.5.3) - pygobject (3.3.2 => 3.3.3.1) - vala (0.17.1 => 0.17.2) - vte (0.31.0 => 0.32.2) (*) No summarized news available The following modules weren't upgraded in this release: GConf, NetworkManager, atkmm, brasero, caribou, clutter-gtk, cogl, dconf, evince, gcalctool, gdk-pixbuf, gdm, geocode-glib, gmime, gnome-backgrounds, gnome-dictionary, gnome-disk-utility, gnome-doc-utils, gnome-icon-theme, gnome-icon-theme-extras, gnome-icon-theme-symbolic, gnome-js-common, gnome-keyring, gnome-power-manager, gnome-screenshot, gnome-search-tool, gnome-session, gnome-system-log, gnome-system-monitor, gnome-user-docs, gnome-user-share, gnome-video-effects, grilo, grilo-plugins, gst-plugins-base, gst-plugins-good, gstreamer, gtk-doc, gtk-engines, gtksourceview, json-glib, libchamplain, libcroco, libgdata, libgee, libgnomekbd, libgtop, libgxps, libnotify, libpeas, librsvg, libsigc++, libwacom, libwnck, libzapojit, metacity, mm-common, mousetweaks, network-manager-applet, notification-daemon, pango, pangomm, polkit-gnome, rest, seed, sushi, totem-pl-parser, vino, yelp, yelp-tools, yelp-xsl, zenity ======================================== at-spi2-atk ======================================== What's new in at-spi2-atk 2.5.3: * Create a library (libatk-bridge), currently with atk_bridge_adaptor_init() and atk_bridge_adaptor_cleanup() functions, to facilitate linking directly into, ie GTK+ 3. * Only register events at beginning if an AT is listening (BGO#678475). * Use XDG_RUNTIME_DIR to hold the socket, rather than a potentially secure directory hard-coded under /tmp (BGO#678348). * Fix various compiler warnings and build errors. ======================================== at-spi2-core ======================================== What's new in at-spi2-core 2.5.3: * Fix a memory leak (BGO#678738) ======================================== atk ======================================== Changes in version 2.5.3: ========================= * * Added extra doc on atk_remove_[key/global]_event_listener * Fixed compilation with some gcc versions/combination of options * Provide a default implementation for * atk_util_[add/remove]_global_event_listner * Bug 478587: "accessible-role" - invalid default value * Updated Catalan, Catalan (Valencian), Greek, Norwegian, Spanish ======================================== baobab ======================================== 3.5.3 ===== * Near-complete rewrite in Vala (with substantial internal reorganisation) * Completely new user interface concept (with more changes to come) * Updated translations (ar, be, el, es, es, fr, gl, he, hi, ja, nb, nn, nn, nn, nn, sl) ======================================== cantarell-fonts ======================================== 0.0.9 - initial support for Cyrillic - uppercase Greek ======================================== clutter ======================================== Clutter 1.11.6 2012-06-23 =============================================================================== • List of changes since Clutter 1.11.4 - Accessibility fixes Clean up key listeners; implement AtkText missing methods for getting text before and after a given offset. - Ensure that ClutterBinLayout honours the fixed positioning - Improvements in GridLayout - Improve debugging messages We now print out the name, type, and pointer address of each actor when emitting debugging messages; also, all messages within one second are grouped together and show the delta instead of a full timestamp, to improve readability. - Add ClutterActor:content-repeat The content-repeat property can be used by a ClutterContent implementation to control the repeating of the content's data or pattern. ClutterImage and ClutterCanvas honour this property. - Explicit animation API improvements ClutterTransition will now ask the ClutterAnimatable associated to it for its initial or final state, in case either is missing; also, the interpolated value will be coerced to the correct property type instead of generating a warning. - Switch to lcov for test coverage - Remove an extra reference on ClutterStage The reference added during dispose introduced a leak in case a stage was destroyed. - Improve touch event support New API to install a grab on a specific event sequence of an input device; ClutterText now responds to touch events; ClutterDragAction and ClutterDropAction also use touch events as well as pointer events. The conformance and interactive test suites now have units for checking touch event handling. • List of bugs fixed since Clutter 1.11.4 #677659 - add user_data parameter to ClutterBindingActionFunc #677778 - Assorted introspection fixes from Vala #677921 - tests: link test-conformance against libm #675183 - Duplicate accessible key events #678391 - tests: no return in non-void function #678423 - 1.10.8 needs fix on osx ... clutter_x11_enable_xinput not available #678439 - crash in event translation #678264 - actor: Make margin properties animatable #677221 - Orca does not present run dialog text #678047 - Add touch events vfunc on ClutterActor #678049 - Add touch events support to Drag & Drop actions #678279 - Add grab API on touch sequences #678278 - Add touch events support to ClutterText Many thanks to: Alejandro Piñeiro, Alexander Larsson, Lionel Landwerlin, Bastian Winkler, Tomeu Vizoso, Evan Nemerson, Andy Wingo, Daniel Mustieles, Danielle Madeley, Dimitris Spingos, Fran Diéguez, Frédéric Péters, Ihar Hrachyshka, Jasper St. Pierre, Matthias Clasen, Sasi Bhushan Boddepalli, Tom Tryfonidis ======================================== clutter-gst ======================================== clutter-gst 1.6.0 (25/06/2012) =============================================================================== List of changes since 1.6.0 o None. This stable release is the same as 1.5.6. ======================================== empathy ======================================== NEW in 3.5.3 (26/06/2012) ============ The contact list has been completely redesigned, see [0] for details; please test it and report any regression you may experience. [0] http://blog.desmottes.be/post/2012/06/15/New-Empathy-contact-list Dependencies: • folks ≥ 0.7.1 • telepathy-glib ≥ 0.19.1 • libebook no longer needed Bugs fixed: - Fixed #669484, [design] New contact list view (Guillaume Desmottes) - Fixed #675214, Contacts not in groups after a restart (Guillaume Desmottes) - Fixed #676634, Use TpAccountRequest (Guillaume Desmottes) - Fixed #677465, Use TpProtocol more (Guillaume Desmottes) - Fixed #677533, doesn't build with latest evolution-data-server (Guillaume Desmottes) - Fixed #677545, Build with tp-glib GSEAL (Guillaume Desmottes) - Fixed #677641, Use a weak reference while loading the logs asynchronously to detect when the object has been destroyed (Debarshi Ray) - Fixed #677940, [new roster] Individual manager: track more popular contacts (Guillaume Desmottes) - Fixed #677947, [new roster] Add EmpathyRosterView (Guillaume Desmottes) - Fixed #677948, [new roster] Use EmpathyRosterView (Guillaume Desmottes) - Fixed #677949, [new roster] Remove old preferences (Guillaume Desmottes) - Fixed #678083, Find a better heuristic to compute contacts popularity (Seif Lotfy) - Fixed #678091, [new roster] Display favorites in the top of the roster (Guillaume Desmottes) - Fixed #678156, [new roster] People nearby group (Laurent Contzen) - Fixed #678167, Not clear if mic is muted or not (Guillaume Desmottes) - Fixed #678205, Contact gets displayed in the wrong group (Guillaume Desmottes) - Fixed #678294, [new roster] Bring back individual tooltips (Guillaume Desmottes) - Fixed #678307, irc connection parameters dialog: "apply" button stays unsensitive (Guillaume Desmottes) - Fixed #678376, [new roster] Ungroupped contact should be displayed at the bottom of the roster (Laurent Contzen) Translations: - Updated be Translation (Ihar Hrachyshka) - Updated el Translation (Tom Tryfonidis) - Updated es Translation (Daniel Mustieles) - Updated gl Translation (Fran Diéguez) - Updated sl Translation (Andrej Žnidaršič) ======================================== eog ======================================== Version 3.5.2 ------------- Bug fixes: #669830, eog fails to display a jpg image - and just hangs (Felix Riemann) #675569, Refuses to save file after horizontal flip: "Maximum supported image dimension is 65500 pixels" (Tom Gall) #676461, build: OpenBSD needs _XOPEN_SOURCE_EXTENDED for strptime(3) (Antoine Jacoutot) #676486, Missing scrollbars when zooming a SVG image (Felix Riemann) #677168, Image Gallery not displayed correctly with GTK+-3.4.3 (Felix Riemann) #677200, Race condition: misbehaves when launched twice in quick succession (Felix Riemann) New and updated translations: - Khaled Hosny [ar] - Nilamdyuti Goswami [as] - Tom Tryfonidis [el] - Daniel Mustieles [es] - Bruno Brouard [fr] - Takayuki KUSANO [ja] - Rūdolfs Mazurs [lv] - Yuri Myasoedov [ru] - Andrej Žnidaršič [sl] New and updated manual translations - Gabor Karsay [de] ======================================== epiphany ======================================== ============== Epiphany 3.5.3 ============== Changes: - Initial WebKit2 support! This is still in the early stages of development, but the basic functionality is already in place. It is under heavy development, and the goal is to deliver a Beta quality version for 3.6. You can follow the WebKit2 metabug: https://bugzilla.gnome.org/show_bug.cgi?id=678610, and enable the WebKit2 port passing "--with-webkit2" to 'configure' (disabled by default). - Improve fullscreen UI, and add support for HTML5 fullscreen (#676905) - Add support for 'Do Not Track', http://donottrack.us/ - Migrate profile directory to the XDG config directory (~/.gnome2/epiphany -> ~/.config/epiphany) (#522810) - Add new unit tests for EphyShell, EphySession, EphyProfileMigrator, EphyWebAppUtils, ... - Lots and lots of cleanups and other minor fixes. ======================================== evolution-data-server ======================================== Evolution-Data-Server 3.5.3.1 2012-07-01 ---------------------------------------- * A few build and vala binding corrections, mainly for libfolks. Evolution-Data-Server 3.5.3 2012-06-25 -------------------------------------- !!! MAJOR DESIGN CHANGES AND API BREAKS IN THIS RELEASE !!! * GConf dependency has been dropped. * Account data now resides in plain text files rather than GConf XML blobs. As part of this effort, a good part of libedataserver was rewritten from scratch. For further details and links to documentation see: https://mail.gnome.org/archives/evolution-list/2012-May/msg00214.html Bug Fixes: Bug 668247 - Broken non-basic-latin folder name handling (Milan Crha) Bug 673817 - Crash in e_book_backend_file_dispose() (Milan Crha) Bug 676541 - Unreliable IMAP provider (Milan Crha) Bug 677183 - maildir account doesn't open (Milan Crha) Bug 677610 - Avoid modification of CPPFLAGS in Makefile.am (Milan Crha) Bug 677642 - Critical warnings on vFolder change (Milan Crha) Bug 677664 - Camel: Remove "SMTP Authentication" status message (Matthew Barnes) Bug 677687 - Broken migration of "namespace" IMAP setting (Matthew Barnes) Bug 677841 - Workaround for crash in imapx_command_append_message_done() (Milan Crha) Bug 677933 - imapx_utils_init() called too early (Matthew Barnes) Bug 678067 - Localized display names get stuck (Matthew Barnes) Bug 678069 - Crash in _gdata_entry_update_from_e_contact() (Milan Crha) Bug 678255 - edata-cal missing libebackend-1.2 requirement (Jordi Mallach) Bug 678378 - ESourceRegistry causes deadlock in gnome-shell (Matthew Barnes) Bug 678618 - Runtime warning when clicking on top-level sidebar item (Matthew Barnes) Other Changes: * Remove camel_settings_load_from_url(). (Matthew Barnes) * Remove camel_settings_save_to_url(). (Matthew Barnes) * ldap: Avoid a race during finalize. (Matthew Barnes) * imap[x]: Remove shell command option from user interfaces. (Matthew Barnes) * Add 'evolution-source-viewer' test tool. (Matthew Barnes) * Port remaining bits from GConf to GSettings (Milan Crha) * Remove forgotten DBUS_GLIB_CFLAGS/LIBS, these are gone now (Milan Crha) * Remove -Werror from AM_INIT_AUTOMAKE. (Matthew Barnes) * google: Split conversion functions from Google backend into a util lib (Philip Withnall) * google: Add some tests to Google address book backend (Philip Withnall) * google: Make ‘rel’ and ‘label’ mutually exclusive for certain elements (Philip Withnall) * Tighten up pkg-config files. (Matthew Barnes) * build: Enable g-ir-scanner’s --warn-all option when building GIR files (Philip Withnall) * Do not call g_object_notify() when property didn't change (Milan Crha) * imapx_store_noop_sync: Don't return FALSE without setting a GError. (Matthew Barnes) * Deprecate EUri. (Matthew Barnes) * Updated Telugu Translation (Sasi Bhushan Boddepalli) * imapx_command_fetch_message_done: Fix an error handling issue. (Matthew Barnes) * camel_data_cache_get_filename: Remove unused GError parameter. (Matthew Barnes) * e_book_backend_file_open: Fix directory existence test. (Matthew Barnes) * camel_data_cache_get: Improve empty file handling. (Matthew Barnes) * Improve imapx_command_fetch_message_done(). (Matthew Barnes) * CAMEL_PROVIDER_IS_STORE_AND_TRANSPORT: Handle NULL gracefully. (Matthew Barnes) * Updated Telugu Translation (Sasi Bhushan Boddepalli) * Deprecate EDbHash. (Matthew Barnes) * google: Add a new custom vCard property containing Google system groups (Philip Withnall) * libebook: Reference address books by UID instead of URI. (Matthew Barnes) * Camel string pool improvements. (Matthew Barnes) Translations: Nilamdyuti Goswami (as) Ihar Hrachyshka (be) Daniel Mustieles (es) Bruno Brouard (fr) Fran Diéguez (gl) Yuri Kozlov (ru) ======================================== folks ======================================== Overview of changes from libfolks 0.7.2 to libfolks 0.7.3 ========================================================= Dependencies: Bugs fixed: API changes: Overview of changes from libfolks 0.7.1 to libfolks 0.7.2 ========================================================= Dependencies: • evolution-data-server ≥ 3.5.4 Bugs fixed: • Bug 677166 — Salut personas survive disconnection • Bug 678474 — potential-match should be smarter with accents • Bug 678781 — memory leak in e-d-s backend • Bug 678811 — Fix eds backend unit tests • Bug 678734 — Add profiling API • Bug 679020 — Fail to build master using vala master API changes: • Add profiling api Overview of changes from libfolks 0.7.0 to libfolks 0.7.1 ========================================================= Dependencies: • telepathy-glib ≥ 0.17.5 • libzeitgeist ≥ 0.3.14 • evolution-data-server ≥ 3.5.3 • GLib ≥ 2.26.0 • GConf dependency dropped • intltool ≥ 0.50.0 Bugs fixed: • Bug 674256 — telepathy-glib minimal version is insufficient • Bug 647909 — Port Folks to GSettings • Bug 663890 — @throws annotations missing for some functions • Bug 675292 — Assertion when joining IRC channel • Bug 676023 — Invalid read when preparing the aggregator • Bug 627403 — Move default presence messages from Empathy to libfolks • Bug 675121 — port Folks to eds api changes • Bug 672709 — Add new interaction details properties to individuals API changes: • Add PresenceDetails.get_default_message_from_type() • Add new Individual properties: - im_interaction_count - call_interaction_count - last_im_interaction_timestamp - last_call_interaction_timestamp • Add InteractionDetails interface to report interactions with Personas and Individuals ======================================== gcr ======================================== gcr 3.5.3: - Rework DER parsing so we can parse odd PKCS#12 files - Use GBytes, bump glib dependency - Enable gnome2 keyring storage - Documentation fixes - Updated translations ======================================== glib ======================================== Overview of changes from GLib 2.33.2 to 2.33.3 ============================================== This release contains mostly bugfixes, cleanups and performance improvements (including many fixes contributed by Colin on the advice of Coverity). There are a few notable externally-visible changes: * Thumbnails are now in XDG_CACHE_HOME * new GDBus API: per-thread g_dbus_connection_get_last_serial() * GUnixOutputStream now has a can_poll() implementation * New deep copy APIs for G(S)List: g_(s)list_copy_deep * Bugs fixed: 518309 Incorrect data*dir path in glib-gettextize output 566994 Safer passing of -framework flag 672889 GLib.utf8_validate does segfault 673253 Not strict enough autconf test for libelf 675024 adds g_list_copy_deep() and g_slist_copy_deep 675168 prepare for thumbnails to move to XDG_CACHE_HOME 675966 gresolver: More robust parsing of DNS responses 676594 [Patch] fix g_reload_user_special_dirs_cache 676825 Implement g_dbus_connection_get_last_serial () 677235 Clarify the comment at the top of gmarshal.list 677527 OS X: gthread/spawn-async selftest failure 677718 GDBusProxy: treat org.freedesktop.systemd1.Masked error as non-fatal 677770 GUnixOutputStream does not implement can_poll 677782 Install bash completion files in /usr/share 677817 g_key_file_to_data adds extra blank lines in some cases 677952 Missing annotation for GDBusConnection signal "closed" 678052 g_wakeup_acknowledge is called too often. 678273 unicode othercasing is wrong in gregex 678333 gdbus-codegen code causes warnings under -Wfloat-equal * Translations updated: Arabic Assamese Galecian Greek Spanish Telugu ======================================== glib-networking ======================================== 2.33.3 ====== * Updated autogen.sh (in particular to support automake 1.12) (#675261) * gnutls: fix the use-system-certdb property on GTlsConnectionGnutls (previously, setting it to FALSE was a no-op). * Updated translations: Dutch, Greek, Indonesian ======================================== glibmm ======================================== 2.33.2 (unstable): * Added some enum values and documentation. (Murray Cumming) 2.33.1 (unstable): Gio: * Application: - Allow the application ID to be empty. - Pass 0 (NULL) rather than "" to GApplication. (Murray Cumming) * Add Resource Bug #674545 (Kalev Lember) Glib: * Miscutils: get_system_data_dirs(), get_system_config_dirs(): Return early when the C function returns NULL. (Krzesimir Nowak) * Thread::RecMutex: Don't initialize this as a GStaticMutex. (Deprecated anyway) (Michał Wróbel) Bug #677291 * Documentation: Don't hide add_exception_handler() documentation. (Kjell Ahlstedt) ======================================== gnome-bluetooth ======================================== ver 3.4.1: Library: - Fix potential crashes when registering pairing agents with no adapter present - Fix warning when bluetooth-sendto exits - Better API documentation - Fix warnings related to BluetoothStatusClass Send-To: - Document the --name option - Make the "Retry" button always visible - Fix warnings when saving the last used address Wizard: - Fix setup of devices that don't require pairing - Grammar and spelling fixes - Translation updates and a great number of internal bug fixes ======================================== gnome-contacts ======================================== Major changes in 3.5.3 are: * Ship a search provider for the shell Major changes in 3.5.2 are: * Use the new evolution-data-server APIs for addressbook configuration ======================================== gnome-control-center ======================================== ========================== Version 3.5.4 (2012-06-26) ========================== Wacom: - Fix crasher related to display matching (Olivier Fourdan) ========================== Version 3.5.3 (2012-06-25) ========================== Shell: - Fix crash when using keynav in overview - Don't animate between overview and search pages - Use GtkSearchEntry - Crasher fixes All: - Use '&' instead of 'and', keeping the names shorter but also keep the user focused on other words which compose the name Background: - Make sure background can get cancelled - Avoid escaped wallpaper name in the UI Network: - Don't crash on hidden SSIDs - Fix packing order of children in the service dialog - Add mnemonic for a number of controls - Sort wireless first - Make list of Access Points more similar to the shell menu - Stop buttons jumping when switching between devices Online Accounts: - Updated "Add Account" dialogue design - Improve layout when there are no configured accounts User accounts: - Add support for remote Kerberos accounts Wacom: - Add keep aspect ratio option - Cancel calibration if window loses focus Power: - Fix reference to "Screen" settings Info: - Add software media to "other media" dialogue - Add title for the "other media" dialog Brightness & Lock: - Update slider when changing the brightness via keyboard keys Sound: - Add "audio" keyword - Fix mouse scrolls and clicking behaviour on sliders - Fix unmuting not working when dragging the event role slider ======================================== gnome-desktop ======================================== ============= Version 3.5.3 ============= Andrea Cimitan (1): gnome-bg: Fix color conversion for solid backgrounds Bastien Nocera (4): gnome-rr: Add gnome_rr_output_get_ids_from_edid() gnome-rr: Document the default DPI setting pnp-ids: Add test program pnp-ids: Add loop for speed testing the ID fetching Christian Hergert (1): gnome-rr: Draw monitor labels with rounded corners Matthias Clasen (1): Post-release version bump Nilamdyuti Goswami (1): Assamese translation reviewed Ray Strode (2): gnome-bg: force property update when doing new crossfade frame Revert "Allow rotation if the virtual size has the correct number of pixels" William Jon McCann (1): Move thumbnails into XDG_CACHE_HOME ======================================== gnome-font-viewer ======================================== GNOME Font Viewer - 3.5.3 ------------------------------------------------------------------------------- • Refactor thumbnailing code to use g_io_scheduler_push_job() for robustness • Translation updates ======================================== gnome-menus ======================================== ============= Version 3.5.3 ============= libmenu * Fix scanner warnings (Colin Walters) * Add gmenu_tree_iter_get_separator (Jasper St. Pierre) * Add a recursive NoDisplay getter (Jasper St. Pierre) * Add a way to get a GMenuTree from a GMenuTreeItem (Jasper St. Pierre) * Add a way to get the parent item for a GMenuTreeItem (Jasper St. Pierre) Translations Updates * Belarusian (Ihar Hrachyshka) * Greek (Tom Tryfonidis) * Assamese (Nilamdyuti Goswami) * Telugu (Sasi Bhushan Boddepalli) ======================================== gnome-online-accounts ======================================== Overview of changes in 3.5.3 ============================ * Facebook is now enabled by default * Microsoft Exchange is enabled by default * The AddAccount method exposed by org.gnome.OnlineAccounts.Manager now requires a new argument of type a{sv}. This is an API break, but no one should be calling it apart from the backend code implementing goa_provider_add_account. This was necessary to ensure that the credentials are stored in the keyring within the AddAccount method to avoid a race between the "account-added" signal being emitted and the credentials being actually store. * Methods to directly interact with the keyring are no longer exported as public API. These were only meant to be used from within the backend and the daemon and were never meant to be used from applications. * Updated translations: Greek ======================================== gnome-packagekit ======================================== Version 3.5.3 ~~~~~~~~~~~~~ Released: 2012-06-26 * Translations - Updated Assamese translation (Nilamdyuti Goswami) - Updated French translation (Bruno Brouard) - Updated Galician translations (Fran Diéguez) - Updated German translation (Christian Kirbach) - Updated Greek translation (Tom Tryfonidis) - Updated Greek translation (Κωσνταντίνος Χόρτης) - Updated Hebrew translation (Yaron Shahrabani) - Updated Norwegian bokmål translation (Kjartan Maraas) - Updated Punjabi Translation (A S Alam) - Updated Russian translation (Yuri Kozlov, Yuri Myasoedov) - Updated Spanish translation (Daniel Mustieles) * Bugfix: - Add #ifdef's for the new API in PackageKit git master (Richard Hughes) - Add two more translations of new error enums from 0.8.1 (Richard Hughes) - Don't use the deprecated g_thread_init and raise the required glib version (Richard Hughes) - Ensure the native and newest filters are synced at startup (Richard Hughes) - Port away from the deprecated gdk_window_get_pointer() (Richard Hughes) - Port away from the deprecated PackageKit subpercentage properties (Richard Hughes) - Raise the required PackageKit version to something non-obsolete (Richard Hughes) - Remove PK_MESSAGE_ENUM_UNTRUSTED_PACKAGE, it's been removed in PackageKit (Richard Hughes) - Remove support for rollback, it's been removed in PackageKit (Richard Hughes) - Remove support for SimulateX roles as these are no longer present in PackageKit (Richard Hughes) - We're only automatically downloading updates only now, so change the label in the UI (Richard Hughes) ======================================== gnome-panel ======================================== ============= Version 3.5.3 ============= libpanel-applet * Use on_bus_acquired instead of on_name_acquired (Joachim Breitner) Clock Applet * Port to modern GNOME tecnologies, so no more GConf in gnome-panel (Giovanni Campagna) * Adapt to Evolution-Data-Server API changes (Matthew Barnes) Translations * Daniel Mustieles (es) * Fran Diéguez (gl) * Tom Tryfonidis (el) * Matej Urbančič (sl) ======================================== gnome-screensaver ======================================== ============== Version 3.4.2 ============== - Fix setting black color with recent GTK+ - Only show panel on primary head - Translation updates (French) ======================================== gnome-settings-daemon ======================================== ============= Version 3.5.4 ============= Wacom: - Fix crasher related to screen matching (Olivier Fourdan) Printers: - Don't block the session with unreachable printers ============= Version 3.5.3 ============= Keyboard A11y: - Don't crash when changing large print in fallback mode - Link to an existing help page Housekeeping: - Support new XDG thumbnail directory locations Keyboard: - Don't crash if LANG is empty Media-keys: - Make keyboard shortcuts work again - Use systemd to shutdown or suspend if available Mouse: - Only inhibits mouse clicks and scrolls with syndaemon Power: - End the lid-close safety timer when the lid gets opened - Update fallback status icon on icon state change - Don't leak notifications - Avoid duplicate translations - Use systemd to shutdown or suspend if available - Don't enable backlight helper if GUdev is not available Updates: - Adapt to new upstream property name - Add a notification for offline updates Wacom: - Update display mapping on monitor changes - Flag unknown devices created from fallback - Add keep aspect ratio option - Use GnomeRROutput instead of GnomeRROutputInfo - Match built-in monitor XRandr: - Explicitly set clone state variable when generating monitor configs ======================================== gnome-shell ======================================== 3.5.3 ===== * calendar: Adapt to Evolution-Data-Server API changes [Matthew; #677402] * messageTray: Don't show non urgent notifications while in fullscreen [Adel; #677590] * modalDialog: show dialogs on monitor with the mouse pointer [Tim; #642591] * extensionSystem: Prepare for extension updating system [Jasper; #677586] * appDisplay: Don't show apps in NoDisplay categories in the All view [Jasper; #658176] * st: Trigger theme updates on resolution changes [Florian; #677975] * Always enable a11y [Bastien; #678095] * telepathyClient: ignore invalidated channels [Guillaume; #677457] * shell-app: Update app menu if necessary [Florian; #676238] * Enable the Screen Reader menu item [Matthias; #663256] * Disable unredirection when a modal operation is active [Giovanni] * Make folks optional [Colin] * Improve mount-operation support [Cosimo] - Fix exception when showing password entry [#678428] - Close the password entry on operation abort [#673787] - autorun: Don't allow autorun for things we mount on startup [#660595] - Turn passphrase prompt into a dialog [#674962] - Implement org.Gtk.MountOperationHandler [#678516] * Network menu improvements - Sort Wifi networks by strength [Giovanni; #658946] - Prefer wifi/3g over VPN in the panel [Cosimo; #672591] * clock: Switch to using GnomeWallClock [Colin; #657074] * remoteSearch: Allow to reference .desktop file for Title/Icon [Florian; #678816] * Fix memory leaks [Jasper, Pavel; #678079, #678406, #678737] * Misc fixes [Florian, Giovanni, Guillaume, Jasper, Kjartan, Piotr, Rui; #658955, #677497, #678396, #678502] * Misc cleanups [Bastien, Florian, Jasper; #677426, #677515, #678096, #678416] Contributors: Matthew Barnes, Giovanni Campagna, Cosimo Cecchi, Matthias Clasen, Guillaume Desmottes, Piotr Drąg, Adel Gadllah, Tim L, Kjartan Maraas, Rui Matos, Florian Müllner, Bastien Nocera, Jasper St. Pierre, Colin Walters Translations: Matej Urbančič [sl], Yuri Kozlov [ru], Tom Tryfonidis [el], Kjartan Maraas [nb], Žygimantas Beručka [lt], Luca Ferretti [it], Khaled Hosny [ar], Daniel Mustieles [es], Fran Diéguez [gl], A S Alam [pa] ======================================== gnome-terminal ======================================== 3.4.1.1 ======= * No changes 3.4.1 ===== * Translation updates ======================================== gnome-themes-standard ======================================== 3.5.3 ===== Fix jumping combobox size between normal and backdrop states Fix spinbutton borders, combobox entries and resize grips in HighContrast Add support for GdTaggedEntry in the dark theme Use .scale and not GtkScale for selectors ======================================== gsettings-desktop-schemas ======================================== Major changes in 3.5.3 ====================== * Add show-notifications setting (#677640) * Translation updates ======================================== gtk+ ======================================== Overview of Changes in GTK+ 3.5.6 ================================= * GtkSearchEntry is a subclass of GtkEntry that is set up to be used as a search entry * GtkMenuButton is button that pops up a menu. The menu can be generated from a GMenu or provided manually * The GtkMountOperation code will now use gnome-shell to present a system-modal mount dialog when available * The accessibility bridge code that exports accessible objects on the bus is used by default (atk-bridge has been converted into a library that GTK+ links against). To avoid the linking, you can pass --without-atk-bridge when configuring GTK+. * Bugs fixed: 613561 single quote missing in translation of gtk-2-18.kn.po 652809 Add "search" entry 668013 Add menu button 669986 Some keyboard navigation breakage with GtkNotebook 670369 gdk: annotate the attributes_mask type for gdk_window_new 674963 GtkMountOperation should proxy to the Shell for modal dial... 676077 Windows: Weird characters appearing when using certain key... 677491 'toolkit-accessibility' default value should be 'true' for... 677551 a11y: fix a typo leading to a crash 677649 gtk[list,tree]store: fix transformation of GValues upon set 677774 gdk: add missing annotations to gdk_event_get_scroll_deltas 677809 Regression: gtkiconview changes in 3.4.2 / master break ch... 677915 entry-completion: don't move to leftmost character with in... 677941 Gtk.ListStore doesn't have the method "reorder" as its doc... 677943 DnD of notebook tabs lead to Gtk-WARNING 678175 Memory leak in GtkImage 678407 GtkImage: fix get_property('stock') 678418 Lacks a way to get the position of an item in the icon view * Translation updates: Arabic Galician Greek Spanish Telugu ======================================== gtkmm ======================================== 3.5.4 (unstable): * Application: - Document that ID may now be empty. - Pass 0 (NULL) rather than "" to GApplication. * Builder: Add create_from_resource() and add_from_resource(). (Kalev Lember) Bug #674545 * Entry: Undeprecate the activate signal. (Murray Cumming) Bug #655500 (Kjell Ahlstedt) * StyleContext: - Add render_icon() and render_insertion_cursor() and deprecate some functions. (Kjell Ahlstedt) Bug #675632 - Add get_style_property(). (Mark Vender) Bug #674746 * UIManager: Add add_ui_from_resource(). (Kalev Lember) Bug #674545 * Widget: Deprecate draw_insertion_cursor(). (Kjell Ahlstedt) Bug #675632 * Documentation: - Application: add_window(): Correct the documentation. (Murray Cumming) Noticed by Mateusz Marzantowicz. - Container: Document several rarely used virtual functions (Mark Vender) Bug #670206 - Widget: Document get_style_property_value() and get_style_property(). (Mark Vender) Bug #673303 * Build: Make the list of gdk targets non-automagic. Otherwise, it is difficult e.g. to build a wayland-only gtkmm on a build machine that has gdk with both x11 and wayland targets installed. (Alexandre Rostovtsev) Bug #673963 ======================================== gucharmap ======================================== gucharmap 3.5.1 - Update to Unicode 6.2.0 beta - Translation updates - Define an app menu ======================================== gvfs ======================================== Major changes in 1.13.2 ======================= * dav: Ignore empty tags in multistatus responses * dav: Abort finding the root on error or auth info change * fuse: Support ftruncate() where requested size > current size * gdbus: Use stable metadata proxy * gvfs-open: Use g_app_info_launch_default_for_uri() * build: Install bash completion files in /usr/share/ * Some more build fixes * Translation updates ======================================== libgnome-keyring ======================================== Changes in version 3.5.3 are: * Fix debugging for G_MESSAGES_DEBUG * Some minor fixes to avoid vala regressions ======================================== libgweather ======================================== ============= Version 3.5.1 ============= libgweather * Various introspection updates and fixes (Giovanni Campagna) * GWeatherLocation is now a boxed type and used as such through out the library (Giovanni Campagna) * Each GWeatherLocation is now strongly associated with world level location, and this is reflected in GWeatherInfo (Giovanni Campagna) * Fixed retrieving US weather for non US locales (Giovanni Campagna) * Applied symbol filtering to avoid exposing non public API (Giovanni Campagna) Translators * Greek (Tom Tryfonidis) * Telugu (Sasi Bhushan Boddepalli) ============= Version 3.5.0 ============= libgweather * Port to GSettings (Giovanni Campagna) Misc * Use upstream gettext (Javier Jardón) * Autotools build system fixes (Javier Jardón) Translators * Spanish (Daniel Mustieles) * Norwegian (Kjartan Maraas * Slovak (Pavol Klačanský) * Punjabi (A S Alam) * Hebrew (Yaron Shahrabani) * Galician (Fran Diéguez) * Bulgarian (Alexander Shopov) * Gujarati (Sweta Kothari) * Russian (Yuri Kozlov) * Slovenian (Matej Urbančič) * Belarusian (Ihar Hrachyshka) ============= Version 3.4.1 ============= Misc * linking with libm explicity (Dominique Leuenberger) * Set the URL for the package's home page in AC_INIT ============= Version 3.4.0 ============= Misc * Move API documentation to inline comments (Javier) * Improve autotools configuration a bit (Javier, Vincent) Translators * Ahmed Noor Kader Mustajir Md Eusoff (ms) * Jovan Naumovski (mk) * Arash Mousavi (fa) * Kjartan Maraas (nb) ======================================== libsoup ======================================== Changes in libsoup from 2.39.2 to 2.39.3: * Added new functions for comparing domains against the "public suffix" list (http://publicsuffix.org/), and in particular fixed SoupCookieJar to not allow setting cookies in "public" domains (eg, ".co.uk"). [#673802, Sergio] * Added two new SoupCookieJar APIs (soup_cookie_jar_get_cookies() and soup_cookie_jar_set_cookie_with_first_party()) as part of fixing the handling of HttpOnly cookies in WebKitGTK. [#677922, Christophe Dumez] * Fixed g-i annotation of soup_message_headers_get_content_type(). [#677002, Dan] * Updated translations: Galician, Greek, Slovenian, Spanish, Telugu ======================================== mutter ======================================== 3.5.3 ===== * Simplify plugin system [Jasper; #676855] * meta-window-actor: Don't unredirect shaped windows [Jasper; #677657] * screen: Add new public meta_screen_get_current_monitor API [Tim; #642591] * frames: Increase the size of resize corners [Jasper; #677669] * window: Make some window methods public [Jasper; #678126] * Fix crash when running mutter stand-alone [Jasper; #678238] * meta-window-actor: Fix potential crash in shaping code [Jasper; #677977] * Misc. fixes [Jasper, Marc-Antoine, Rico] Contributors: Tim L, Marc-Antoine Perennou, Jasper St. Pierre, Rico Tzschichholz Translations: Daniel Mustieles [es], Matej Urbančič [sl], Khaled Hosny [ar], Bruno Brouard [fr], Fran Diéguez [gl] ======================================== nautilus ======================================== Major changes in 3.5.3 are: * Fix accessibility implementation of rename entries and icon view * Fix DnD not working on sidebar bookmarks * Fix thumbnails failing to display in icon view * Fix crasher after ejecting a volume from the sidebar * Fix crasher on gtk-shell-shows-app-menu GtkSetting change * Fix possible crasher when cancelling a rename operation * Use GtkSearchEntry ======================================== pygobject ======================================== 3.3.3.1 25-Jun-2012 - Do not escape enum and flag names that are Python keywords (Martin Pitt) 3.3.3 25-Jun-2012 - Remove obsolete release-tag make target (Martin Pitt) - Do not do any python calls when GObjects are destroyed after the python interpreter has been finalized (Simon Schampijer) (#678046) - Do not change constructor-only "type" Window property (Martin Pitt) (#678510) - Escape identifiers which are Python keywords (Martin Pitt) (#676746) - Fix code for PEP-8 violations detected by the latest pep8 checker. (Martin Pitt) - Fix crash in GLib.find_program_in_path() (Martin Pitt) (#678119) - Revert "Do not bind gobject_get_data() and gobject_set_data()" (Martin Pitt) (#641944) - GVariant: Raise proper TypeError on invalid tuple input (David Keijser) (#678317) ======================================== vala ======================================== Vala 0.17.2 =========== * Bug fixes and binding updates. ======================================== vte ======================================== 0.32.2 ====== - emulation: Fix DoS by malicious escape sequences (#676090) - widget: Fix crash with NULL tag in match_check (#676886) - keymap: Treat ALT as META (#663779) 0.32.1 ====== - pty: Fix custom child setup function (#672649) - leak fix in vte_draw_set_text_font() (#672757) - emulation: Fix off-by-one error in interpretation of ECH (#670037) 0.32.0 ====== - Use GResource for our default termcap - build fixes for interix (#652290) - Allocate PTYs with openpty on BSD (#670758) - Introspection fixes (#648183, #655402, #661716) - Fix mouse whell scrolling with gtk+ 3.4 (#671305) - Use correct library name for glade integration (#671760) - gnome-pty-helper: Respect SUID_CFLAGS and SUID_LDFLAGS (#670732)