The following modules have been added in this release: libwacom The following modules have a new version: - at-spi2-atk (2.3.4 => 2.3.5) - at-spi2-core (2.3.4 => 2.3.5) - clutter (1.9.6 => 1.9.10) - clutter-gst (1.4.6 => 1.5.2) (*) - dconf (0.11.2 => 0.11.5) - empathy (3.3.4 => 3.3.5) - eog (3.3.4 => 3.3.5) - epiphany (3.3.4.1 => 3.3.5) - evince (3.3.4 => 3.3.5) - evolution-data-server (3.3.4 => 3.3.5) - gcalctool (6.3.4 => 6.3.5) - gdk-pixbuf (2.25.0 => 2.25.2) - glib (2.31.12 => 2.31.16) - glib-networking (2.31.6 => 2.31.16) - glibmm (2.31.2 => 2.31.16) - gnome-contacts (3.3.3 => 3.3.4) - gnome-control-center (3.3.4.1 => 3.3.5) - gnome-desktop (3.3.4 => 3.3.5) - gnome-disk-utility (3.3.90 => 3.3.91) - gnome-keyring (3.3.4 => 3.3.5) - gnome-menus (3.3.1 => 3.3.5) - gnome-packagekit (3.3.3 => 3.3.5) - gnome-panel (3.3.3 => 3.3.5) - gnome-screenshot (3.3.1 => 3.3.2) - gnome-session (3.3.3 => 3.3.5) - gnome-settings-daemon (3.3.4 => 3.3.5) - gnome-shell (3.3.4 => 3.3.5) - gnome-terminal (3.2.1 => 3.3.0) (*) - gnome-themes-standard (3.3.4 => 3.3.5.1) - gtk+ (3.3.10 => 3.3.14) - gtkmm (3.3.2 => 3.3.14) - gtksourceview (3.3.2 => 3.3.3) - gucharmap (3.3.0 => 3.3.1) - gvfs (1.11.2 => 1.11.3) - libgnome-keyring (3.3.4 => 3.3.5) - librsvg (2.35.1 => 2.35.2) - libsoup (2.37.4 => 2.37.5) - libwnck (3.2.1 => 3.3.5) - metacity (2.34.1 => 2.34.2) - mutter (3.3.4 => 3.3.5) - nautilus (3.3.4 => 3.3.5) - pygobject (3.0.3 => 3.1.0) - vala (0.15.0 => 0.15.1) (*) No summarized news available The following modules weren't upgraded in this release: GConf, NetworkManager, atk, atkmm, baobab, brasero, cantarell-fonts, caribou, clutter-gtk, cogl, folks, gcr, gdm, gjs, gmime, gnome-backgrounds, gnome-bluetooth, gnome-dictionary, gnome-doc-utils, gnome-font-viewer, gnome-icon-theme, gnome-icon-theme-extras, gnome-icon-theme-symbolic, gnome-js-common, gnome-online-accounts, gnome-power-manager, gnome-screensaver, gnome-search-tool, gnome-system-log, gnome-system-monitor, gnome-user-docs, gnome-user-share, gnome-video-effects, gobject-introspection, gsettings-desktop-schemas, gst-plugins-base, gst-plugins-good, gstreamer, gtk-doc, gtk-engines, json-glib, libchamplain, libcroco, libgdata, libgee, libgnomekbd, libgtop, libgweather, libgxps, libnotify, libpeas, libsigc++, libunique, mm-common, mousetweaks, network-manager-applet, notification-daemon, pango, pangomm, polkit-gnome, rest, seed, sushi, totem-pl-parser, vino, vte, yelp, yelp-tools, yelp-xsl, zenity ======================================== at-spi2-atk ======================================== What's new in at-spi2-atk 2.3.5: * Remove the ability to set an accessible's name and description via AT-SPI (it seems wrong to have been exposing this in the first place). * Fix for BGO#659967: some list API usage fixes. * Fix for BGO#663967: Don't use /a11y/ as a dconf path. * Fix for BGO#666371: possible crash when accessibles are created and deleted in rapid succession; eg, in gnome-shell) * Avoid triggering GLib criticals in a few places. ======================================== at-spi2-core ======================================== What's new in at-spi2-core 2.3.5: * Fix for BGO#668334: Set correct end offset in atspi_text_get_attributes. * Add some type checking on method replies; this should prevent crashes if an application-side AT-SPI implementor returns something unexpected. * Call g_settings_sync after updating toolkit-accessibility. * Add ScreenReaderEnabled D-Bus property as a proxy for the GSettings key. * Fix for BGO#669344: Don't use "restrict" as a variable name, since it can be a keyword. ======================================== clutter ======================================== Clutter 1.9.10 2012-02-06 =============================================================================== • List of changes since Clutter 1.9.8 - Provide symbolic names for pointer buttons The primary, middle, and secondary pointer buttons now have simple and easy to remember constants that can be used in place of the "magic" numbers. - Add ClutterActorIter A simple API, using a stack allocated opaque structure, for safely and efficiently traverse the children of a ClutterActor. - Fix regression introduced by the default FixedLayout layout manager Existing ClutterActor subclasses using their own layout management should now work exactly like in Clutter 1.8. - Documentation fixes Including introspection annotations fixes. - Updates to the Wayland backend The Wayland client backend is now up to date with the 0.85 release of the Wayland protocol. • Bugs fixed since Clutter 1.9.8 [bugzilla.gnome.org] #668692 - Add symbolic names for left, right and middle buttons #668669 - Add iterator API for ClutterActor #667840 - Add annotations from Vala bindings #669360 - clutter-backend-eglnative.h missing in disted tarball #668951 - Fix warnings when weak_unreffing a finalized object Many thanks to: Rob Bradford, Tristan Van Berkom, Chao-Hsiung Liao, Evan Nemerson, Kerrick Staley, Matej Urbančič Clutter 1.9.8 2012-01-24 =============================================================================== • List of changes since Clutter 1.9.6 - Fix regressions in users of deprecated API Also, allow to mix the new Actor API with the old Container API without breaking. - Add GResource support in ClutterScript GResource is a new infrastructure in GIO that allows to compile resources like UI builder files and image data into a shared library or an executable. A newly added method to ClutterScript makes it possible to load a UI definition from a resource, like it's done for files and data. - Update the Wayland client backend The SHM transport API has changed upstream, and the Clutter backend has been updated to reflect it. Many thanks to: Rob Bradford, Fran Diéguez ======================================== dconf ======================================== Changes in dconf 0.11.5 ======================= - do not install non-standard icon sizes - fix a bug with getting default values when no profile is in use - some general code cleanups on the client side - improve Makefile compatibility: avoid using 'echo -e' Changes in dconf 0.11.3 ======================= - works with (and only with) Vala 0.15.1 - we now have an icon for dconf-editor ======================================== empathy ======================================== NEW in 3.3.5 (06/02/2012) ============ Bugs fixed: - Fixed #667037, Crash when editing contacts (Guillaume Desmottes) - Fixed #562462, "Open new chats in separate windows" has no obvious opposite (Danielle Madeley) - Fixed #575669, Join Chatroom lists all accounts (Will Thompson) - Fixed #576912, Highlights me in 1-1 conversations for no reason. (Will Thompson) - Fixed #591667, Improve highlighting messages containing your nickname. (Will Thompson) - Fixed #591756, Warn the user before leaving chat rooms (Will Thompson) - Fixed #612216, Default conversation window size is too small (Ken VanDine) - Fixed #643699, empathy-auth-client window should be modal to the desktop (Guillaume Desmottes) - Fixed #660856, can't add a jabber account without a tld in username (Guillaume Desmottes) - Fixed #662916, Empathy keeps scrolling up (Guillaume Desmottes) - Fixed #666522, Notification unsure if a contact is coming or going (Guillaume Desmottes) - Fixed #666714, Personal Information dialog for my XMPP account has a number of glitches (Guillaume Desmottes) - Fixed #668336, Remove Edit -> Personnal information (Guillaume Desmottes) - Fixed #668372, Adding a second Gmail account lists this account twice (Guillaume Desmottes) - Fixed #668498, Stop watching connectivity change (Guillaume Desmottes) - Fixed #668502, "No topic defined" displayed when reconnecting a private chat (Guillaume Desmottes) - Fixed #668663, The default value of "sort-criterium" is NOT consistent with the description. (Guillaume Desmottes) - Fixed #668681, empathy-auth-client window doesn't have proper name (Danielle Madeley) - Fixed #668796, Is someone in Favourite/Favorite People really "Ungrouped" (Danielle Madeley) - Fixed #669300, accounts assistant: salut widget has Close and Apply buttons (Guillaume Desmottes) - Fixed #667467, Remove about Add New Preset section on the Saved Presets box (Yasumichi Akahoshi) - Fixed #668364, I forgot to remove an unnecessary adjective (Yasumichi Akahoshi) Translations: - Updated cs Translation (Marek Černocký) - Updated es Translation (Daniel Mustieles) - Updated gl Translation (Fran Diéguez) - Updated he Translation (Yaron Shahrabani) - Updated nb Translation (Kjartan Maraas) - Updated sl Translation (Matej Urbančič) - Updated sv Translation (Daniel Nylander) - Updated te Translation (Praveen Illa) - Updated zh_HK Translation (Cheng-Chia Tseng) - Updated zh_TW Translation (Cheng-Chia Tseng) Documentation translations: - Updated es Documentation translation (Daniel Mustieles) - Updated gl Documentation translation (Fran Diéguez) ======================================== eog ======================================== Version 3.3.5 ------------- * Hide titlebar when window is maximised (Claudio Saavedra) * Miscellaneous bug fixes (Felix Riemann) Bug fixes: #563760, Color Management is Missing (Felix Riemann) #664747, 'Set as wallpaper' doesn't always work (Felix Riemann) #668178, Don’t show sidebar by default, or at least remember setting #668652, Do not show the titlebar when eog is maximized (Claudio Saavedra) New and updated translations: - Marek Černocký [cs] - Paul Seyfert [de] - Tiffany Antopolski [en_CA] - Jiri Grönroos [fi] - Kjartan Maraas [nb] - Wouter Bolsterlee [nl] - Fábio Nogueira [pt_BR] - Matej Urbančič [sl] - Daniel Nylander [sv] New and updated manual translations - Fran Dieguez [gl] ======================================== epiphany ======================================== ============== Epiphany 3.3.5 ============== Changes: - Make about window modal again (#668113) - Remove statusbar hits for menu actions (#668191) - Support external protocols (apt://, magnet://, etc) properly (#551857) - Disable most menu actions in about:blank (#668105) - Make the name 'Web' visible in more places (#666587) - Stop shipping the bookmarks editor .desktop file - Run all unit tests on 'make check' - Restore + accels for tabs (#668702) - Add toggle to enable WebGL support, off by default - *Lots* of cleanups and refactorings. ======================================== evince ======================================== ================ Evince 3.3.5 ================ New features and improvements: * Add Send To action to file menu and toolbar (#569913, Carlos Garcia Campos) * Add --named-dest command line argument (#668749, Ron Yorston) Bug fixes: * Fix a crash when dropping an item to the toolbar (Carlos Garcia Campos) * Fix page index argument when command is spawned (#668736, Ron Yorston) * Use t1 font mapping files in dvi backend (#612298, Marek Kašík) * Fix several memory leaks in comics backend (#667258, Juanjo Marín) Translation updates: * Mario Blättermann (de) * Tiffany Antopolski (en_CA) * Daniel Mustieles (es) * Fran Dieguez (gl) * Kjartan Maraas (nb) ======================================== evolution-data-server ======================================== Evolution-Data-Server 3.3.5 2012-02-06 -------------------------------------- Bug Fixes: Bug 666764 - SQL error migrating folders (Milan Crha) Bug 649141 - Return only system timezones known to libical (Milan Crha) Bug 669005 - Partial hang with unresponsive HTML email image source (Milan Crha) Bug 669003 - CalDAV: Cannot modify calendar object (libical 0.48) (Milan Crha) Bug 668811 - EBookBackendSqliteDB can be asked for an unknown contact (Milan Crha) Bug 669238 - Warning while creating appointments/meetings (Punit Jain) Other Changes: * Remove CamelDList and use GQueues instead. (Matthew Barnes) * Improved deadlock and crash avoidance in IMAPX. (Matthew Barnes) * CamelStoreSummary: Save count changes from CamelFolderSummary immediately (Milan Crha) * CamelVeeFolder: Process folder changes more efficiently. (Matthew Barnes) * CamelStoreSummary: Schedule save rather than save immediately (Milan Crha) * Fix few memory leaks (Milan Crha) * Add auto_fetch param to avoid autofetching next mails. (Srinivasa Ragavan) * Add sync+async apis for Fetch Messages and Purge Message Cache. (Srinivasa Ragavan) * Add flags to the Provider and code for mobile mode in settings. (Srinivasa Ragavan) * Added Mobile support and specific apis to imapx. (Srinivasa Ragavan) * Add mobile mode settings to POP3. (Srinivasa Ragavan) Translations: Daniel Mustieles (es) Kjartan Maraas (nb) Matej Urbančič (sl) Chao-Hsiung Liao (zh_HK) ======================================== gcalctool ======================================== Overview of changes in gcalctool 6.3.5 * Build help with yelp-tools instead of gnome-doc-utils ======================================== gdk-pixbuf ======================================== 2.25.1 ====== * New functions to load pixbufs from resources: gdk_pixbuf_new_from_resource gdk_pixbuf_new_from_resource_at_scale * gdk-pixbuf-pixdata is a new program that generates raw binary GdkPixdata files, and there is a new loader for these. * Translation updates: Belarusian Bulgarian Catalan Czech French Galician German Hebrew Norwegian bokmål Slovenian Spanish Swedish Telugu Traditional Chinese ======================================== glib ======================================== Overview of changes from GLib 2.31.14 to 2.31.16 ================================================ * GResource: - The resource compiler can now convert pngs into pixel data that can be used without parsing at runtime (requires gdk-pixbuf-pixdata to be present) * Bugs fixed: 669123 resource compiler: failing to-pixdata should... 669173 resource: fix xml preprocess entity handling 669224 Cross-compilation broken by data-to-c 669253 gsettings set buggy on array values 669334 fix memory leak in bookmark file parser * Translation updates: Norwegian bokmål Spanish Overview of changes from GLib 2.31.12 to 2.31.14 ================================================ * GResource: - GLib now includes a commandline utility, gresource, to explore resources in ELF files - The resource compiler can now optionally strip ignorable whitespace from XML resources - The resource compiler can now generate build dependencies - The resource compiler will now autoselect output formats * GApplication: - The menu markup parser API has been dropped, the menu XML support lives in GTK+ now * GValueArray has been deprecated * Bugs fixed: 626258 N-ary Trees - 'nodes' can be inserted before and after... 634232 Core Dump / Aborted using g_key_file_to_data 639099 schema compiler chokes on valid schema 667228 Deprecate GValueArray 667243 Add an element clear function to GArray 667929 glib-compile-resources: xml resources doesn't need to... 668250 g_date_time_format() produces a non-UTF8 string 668468 'IP_ADD_SOURCE_MEMBERSHIP' undeclared 668532 resources: add dependency generator to the resource compiler 668539 resources: compiler should autoselect output format... 668561 gresource-tool not internationalized 668572 glib_cv_g_atomic_lock_free config.cache setting not honored... 668650 GRealArray->clear_func should be initialized 668756 GKeyFile: allow loading from empty strings 668857 fix couple of typos in comments 669024 goption: implement platform_get_argv0() for OpenBSD * Updated translations: Galician Norwegian bokmål Spanish Traditional Chinese Overview of changes from GLib 2.31.10 to 2.31.12 ======================================== glib-networking ======================================== 2.31.16 ======= * gnutls: Fixed a TLS handshaking bug that in particular caused lots of crashes in epiphany. (#658771) * tls/tests: Fixed a bug in the pkcs11-pin test that could cause it to spuriously fail * Updated translations: Bulgarian, Chinese (traditional), Czech, Japanese, Norwegian bokmål, Turkish, Vietnamese ======================================== glibmm ======================================== 2.31.16: (unstable): Build: * Dispatcher: Fix the build on win32. (TS) * thread.h: Move calls to deprecated glib functions into thread.cc. (Haikel Guemar) ======================================== gnome-contacts ======================================== Major changes in 3.3.4 are: * Moved custom CSS to Adwaita * Make clicking on edit rows work again * Remove initial letter column in lists * New look for link dialog * Hide search by default * Show google contacts that are not "My contacts" as as non-primary contacts * Make notifications animate in/out * Fix up minor UI details to better match new mockups * Better initial window size * Add inline link suggestions * Support undo for link/unlink * Delete works for more contacts * New first run dialog ======================================== gnome-control-center ======================================== ========================== Version 3.3.4 (2012-02-07) ========================== Wacom: - Calibrate tablet on the screen it's attached to - Update and add missing stylus artwork - Fix incorrect page numbering - Hide cursor during calibration - Fix Scroll Up/Down actions being inverted - Add link to the Display Settings - Fix 1-button stylus button mapping - Remove use of italics for sliders - Plenty of layout fixes Universal access: - Add configuration dialogue for zoom options Date & Time: - Use the timedated D-Bus service Keyboard: - Add support for new screenshot shortcuts - Remove use of italics for sliders Screen: - Rename to Brightness & Lock Brightness & Lock: - Renamed from Screen User accounts: - Use cheese init functions Sound: - Fix wheel scrolling not working for right balance Printers: - Update list of print jobs in a better place Network: - Only show flight mode toggle when there are wireless devices Mouse: - Remove use of italics for sliders Shell: - Unblur the all-settings button icon ======================================== gnome-desktop ======================================== ============= Version 3.3.5 ============= Misc * Include exported pkg-config name in GIR (Evan Nemerson) Translators * Kjartan Maraas (nb) ======================================== gnome-disk-utility ======================================== ------------------------- gnome-disk-utility 3.3.91 ------------------------- The gnome-disk-utility project provides the Disks application for dealing with storage devices. It relies on the udisks project. Changes since gnome-disk-utility 3.3.90: David Zeuthen, February 6, 2012 ======================================== gnome-keyring ======================================== Changes in version 3.3.5 are: * Updated translations * Fix introspection data for SearchItems() * Fix regression when an invalid password used to unlock keyring ======================================== gnome-menus ======================================== ============= Version 3.3.5 ============= Translators * Jiro Matsuzawa (ja) * Kjartan Maraas (nb) * Danishka Navin (si) * Andiswa Mvanyashe (xh) ======================================== gnome-packagekit ======================================== Version 3.3.5 ~~~~~~~~~~~~~ Released: 2012-02-06 * Translations - Added Macedonian translation (Jovan Naumovski) - Updated Brazilian Portuguese translation (Fábio Nogueira) - Updated Bulgarian translation (Alexander Shopov) - Updated Czech translation (Marek Černocký) - Updated Finnish translation (Timo Jyrinki) - Updated Galician translations (Fran Diéguez) - Updated Hebrew translation (Yaron Shahrabani) - Updated Norwegian bokmål translation (Kjartan Maraas) - Updated Swedish translation (Daniel Nylander) - Updated Traditional Chinese translation(Hong Kong and Taiwan) (Cheng-Chia Tseng) - Updated Turkish translation (Muhammet Kara) * New Features: - Add optional systemd support (Matthias Clasen) * Bugfix: - Drop an unneeded include (Matthias Clasen) - Ensure that non-arch packages get the correct update size set (Richard Hughes) ======================================== gnome-panel ======================================== ============= Version 3.3.5 ============= Note: the port to org.freedesktop.timedate1 is not tested due to some issues on my system. Feedback welcome! Panel * Don't ask for menus to be pushed in (Matthias Clasen) * Use horizontal/vertical padding for button widgets (Peter Hurley) * Use GResource for data files (Vincent) * Stop using deprecated gtk_[hv]box_new() (Vincent) libpanel-applet * Don't ask for menus to be pushed in (Matthias Clasen) * Add panel_applet_setup_menu_from_resource() API (Vincent) All Applets * Use GResource for data files (Vincent) Clock Applet * Stop using deprecated gtk_[hv]box_new() (Vincent) * Always show actions to set time (Vincent) * Port to org.freedesktop.timedate1 to set timezones (Vincent) Fish Applet * Move fish animations data files in fish-specific directory (Vincent) Misc * New dependency on polkit-gobject-1 (Vincent) Docs Translators * OKANO Takayoshi (ja) * Gil Forcada (ca) Translators * Jovan Naumovski (mk) * Kjartan Maraas (nb) ======================================== gnome-screenshot ======================================== GNOME Screenshot 3.3.2 - 6th February 2012 ========================================== - Make non-interactive mode headless - Update to the new shell Screenshot API - Port to GApplication ======================================== gnome-session ======================================== ============= Version 3.3.5 ============= Session Manager * Use systemd session tracking instead of ConsoleKit when system is booted with systemd (Matthias Clasen) * Code cleanups (Matthias Clasen) Translators * Hideki Yamane (ja) * Andreas N. (nn) * Muhammet Kara (tr) ======================================== gnome-settings-daemon ======================================== ============= Version 3.3.5 ============= Build: - Remove unused date & time mechanism. gnome-control-center uses a different API, provided by systemd on some systems. A11y keyboard: - Reduce the number of settings updates on startup Power: - Require a newer upower - Optionally use systemd to shutdown when power is low - Use GDBusProxy-compatible PropertiesChanged signal - Fix "
" appearing in notification popups Wacom: - Add a way to get/set the screen associated with a tablet - Don't crash when using a generic tablet - Add support for the puck and touch device types - Add support for enumerating tablet buttons Printers: - Also notify for unknown error reasons - Unify printer name usage Color: - Set the brightness of the display if it was saved as metadata in the color profile Media keys, XSettings, Updates: - Fix possible crashes on exit Housekeeping, Wacom, XSettings: - Fix memory leaks Media keys: - Add screenshot keyboard shortcuts Keyboard: - Don't save num-lock state when caps-lock changes Automounter: - Optionally use systemd to check for active seat ======================================== gnome-shell ======================================== 3.3.5 ===== * Extension system: [Jasper; #668429] http://blog.mecheye.net/2012/02/more-extension-api-breaks/ - Add a 'gnome-shell-extension-prefs' application for displaying extension preferences as provided by the extension in a prefs.js file. - Allow launching gnome-shell-extension-prefs from extensions.gnome.org throuhg the browser plugin. - Add ExtensionUtils.getCurrentExtension() for an extension to get a handle to an extension object, to get local imports or paths. - Add an onshellrestart callback to the browser plugin [Jasper; #668517] * Screenshots: - Move the screenshot "flash" to the shell [Cosimo; #668618] - Move saving screenshots to a thread [Adel Gadllah; #652952] - Correctly screenshot rounded decorations [Jasper; #662486] * Screen recorder: - Change the default pipeline to favor speed over quality [Owen; #669066] - Drop frames to keep from running the user out of memory [Owen; #669066] * Work around a slow implementation of glReadPixels() in the Intel drivers, improving performance for screenshots and the screen recorder. [Owen; #669065] * Use Keywords: field in desktop files when search for applications [Florian; #609702] * Strip debian- when matching desktop file names [Jasper; #665647] * Fix up various problems from CSS background size-addition [Florian, Jasper; #668430, #633462] * UI tweaks and behavior fixes [Florian, Giovanni, Stefano; #643867, #666197, #664622] * Some improvements to exported accessibility information [Alejando; #667376] * Don't show contacts without IM information as offline [Florian; #662685] * Don't change status from hidden to extended_away when going idle [Florian; #642408] * Cleanups [Emmanuele, Jasper; #662152, #669239] * Misc bug fixes [Cosimo, Dan, Florian, Jasper, Rui, Stefano; #633462, #643867, #662213, #662386, #662747, #665000, #665017, #665322, #667371, #667860, #668020, #668517, #668541, #669236] Contributors: Emmanuele Bassi, Giovanni Campagna, Cosimo Cecchi, Stefano Facchini, Rui Matos, Florian Müllner, Alejandro Piñeiro, Jasper St. Pierre, Owen Taylor, Dan Winship Translations: Daniel Mustieles [es], Timo Jyrinki [fi], Seán de Búrca [ga], Fran Diéguez [gl], Kjartan Maraas [nb], Wouter Bolsterlee [nl], Danishka Navin [si], Yaron Shahrabani [he], Matej Urbančič [sl], Chao-Hsiung Liao [zh_HK, zh_TW] ======================================== gnome-themes-standard ======================================== 3.3.5.1 ======= Fix gedit/Epiphany tabs Fix wrong selected text color 3.3.5 ===== Use GTK resource file support Use PNG assets instead of SVG Remove the window resize grip Don't set child-displacement-y on buttons Don't set WM title/button borders on frameless windows Improve check/radio and slider assets Adapt to GTK+ master changed for - border/padding/margin units - entry/combobox border allocations - GtkImage backgrounds ======================================== gtk+ ======================================== Overview of Changes in GTK+ 3.3.14 ================================== * Theming - Fixes for border handling in GtkEntry, GtkCellRendererText, GtkComboBox - Parse values more carefully, supporting percentages, angles - Implement CSS linear-gradient syntax - Support background-size - Support a gtk.gresource file in themes * Bugs fixed 543520 Cups custom options are not sent properly 649121 Crash in GtkAppChooserDialog packagekit button 669176 Regression: atk-add-key-event-listener doesn't work * Updated translations Galician Norwegian bokmål Spanish ======================================== gtkmm ======================================== 3.3.14 (unstable): Gtk: * AboutDialog: Add unset_license() and set_logo_default(). (Kjell Ahlstedt) Bug #616769 * Application: Add back Application, though it is not ready yet. (Murray Cumming) Bug #637445#c29 * Deprecate some methods using Gdk::Color, to fix the build. (Murray Cumming) * Entry: Deprecate [set|get]_inner_border(). (José Alburquerque) Bug #669190. * IconView: Implement IconView::IconView(Gtk::CellArea). (Hub Figuière) Bug #665361 * Main: Deprecate signal_key_snooper(). (Murray Cumming) * Settings: Add missing properties. (Hub Figuière) Bug #665264 * Widget: Deprecate get_pointer(). (Murray Cumming) Build: * Fix the build for Quartz (MacOS). (John Ralls) Bug #662975 * Fix configure.ac that had a broken shell syntax. (Hub Figuière) Bug #665267 * Fix namespacing for Cairo (Hub Figuière) Bug #663303 ======================================== gtksourceview ======================================== News in 3.3.3 ------------- * Python3 lang file * Win32 build fixes * Misc bugfixes * Updated translations ======================================== gucharmap ======================================== gucharmap 3.4.0 * Updated to Unicode 6.1.0 * Ported to GSettings * Misc cleanup and bug fixes * Translation updates ======================================== gvfs ======================================== Major changes in 1.11.3 ======================= * Brand new udisks2 volume monitor by David Zeuthen * AFP backend fixes and enhancements * User runtime dir is now used for gvfs mounts and the burn backend * Fixed backends segfaulting on unmount * Translation updates ======================================== libgnome-keyring ======================================== Changes in version 3.3.5 are: * GObject introspection for synchronous functions * Fix issue where an operation could be completed twice, with undefined results. * Test against mock Secret Service rather than gnome-keyring-daemon * More testing fixes * Updated translations * Build fixes ======================================== librsvg ======================================== Version 2.35.2 _ Bug fixes ======================================== libsoup ======================================== Changes in libsoup from 2.37.4 to 2.37.5: * Fixed a bug in SoupSession:use-thread-context [Dan] * Fixed the case of cancelling a message from SoupSession::request-started [#668098, Raphael Kubo da Costa] * Fixed a crash in epiphany when loading a page with more than 1000 or so images. [#668508, Dan] * Fixed a bunch of cases involving invalid URLs found while testing SoupServer against an HTTP protocol fuzzer. Also fixed up some documentation/annotations and added some new test cases. [#667637, Simon McVittie] * Fixed SoupRequestFile to work on Windows. [Paweł Forysiuk] ======================================== libwnck ======================================== ============= Version 3.3.5 ============= Features * Add wnck_shutdown() API (Martin Pitt, Vincent) Fixes * Don't ask for tasklist menus to be pushed in (Vincent) Translators * OKANO Takayoshi (ja) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) ======================================== metacity ======================================== Version 2.34.2 ============== - Port preferences to GSettings (Florian Müllner, Milan Bouchet-Valat, Jason Siefken) - Remove deprecated GTK+ symbols and use accessor functions (Florian Müllner) - Include the default window icon (Matthias Clasen) - Various small build system changes (Javier Jardón, Piotr Drąg, Florian Müllner, Rico Tzschichholz) Translations: Abduxukur Abdurixit (ug) Kjartan Maraas (nb) Theppitak Karoonboonyanan (th) Ihar Hrachyshka (be) Aurimas Černius (lt) Daniel Mustieles (es) Jiro Matsuzawa (ja) Fabrício Godoy (pt_BR) krishnababu k (te) OKANO Takayoshi (ja) Mario Blättermann (de) Bruce Cowan (en_GB) Mattias Põldaru (et) Fran Diéguez (gl) Marek Černocký (cs) Gil Forcada (ca) Piotr Drąg (pl) Matej Urbančič (sl) Bruno Brouard (fr) Daniel Nylander (sv) Praveen Illa (te) Wouter Bolsterlee (nl) Antonio Fernandes C. Neto (pt_BR) Yaron Shahrabani (he) Xandru Armesto (ast) Alexander Shopov (bg) Chao-Hsiung Liao (zh_HK, zh_TW) ============== ======================================== mutter ======================================== 3.3.5 ===== * MetaShapedTexture no longer is a ClutterTexture subclass [Jasper; #660941] * Add meta_shaped_texture_get_image() [Jasper; #660941] * Cleanups [Rui, Jasper; #657639] * Depend on GTK+ 3.3.7 [Rico] Contributors: Rui Matos, Jasper St. Pierre, Rico Tzschichholz Translations: Kjartan Maraas [nb], Chao-Hsiung Liao [zh_HK, zh_TW] ======================================== nautilus ======================================== Major changes in 3.3.5 are: * Introduce Undo support for common file operations * Fix a crash when middle clicking icons on the desktop * Fix split view actions not updating properly * Fix wrong places sidebar selection under some locales * Fix a crash when enabling desktop icons handling * Support build against Tracker 0.13/0.14 * Make the rubberband animation obey the global GtkSetting ======================================== pygobject ======================================== 3.1.0 06-Feb-2012 - Updated DOAP file to only include people currently actively working on the project (Sebastian Pölsterl) - Revert "Convert all strings to utf-8 encoding when retrieving from TreeModel" (Sebastian Pölsterl) - tests: Fixed issues with python3 (Sebastian Pölsterl) - Properly distinguish between different integer types for properties (Sebastian Pölsterl) - Distinguish between GArray and GPtrArray when cleaning up (Sebastian Pölsterl) - Add null_gerror_callback unit test (Paolo Borelli) - pyglib_error_check: Re-add missing NULL check (Martin Pitt) - Add tests/runtests-windows.py to source tarball (Michael Culbertson) - Don't issue a depreciation warning for GtkDialog's NO_SEPARATOR flag, even when unused (Sebastian Pölsterl) - Fix bool() operations on GLib.Variant objects (Nirbheek Chauhan) - Fix hash() and __eq__() for GLib.Variant objects (Nirbheek Chauhan) - Fix method names of callback tests (Martin Pitt) - Cairo: add missing braces around array-of-struct definition (Will Thompson) - g_instance_init: cast to PyGObject * as needed (Will Thompson) - Fix a few set-but-not-used warnings. (Will Thompson) - pygmainloop: allow for extra arguments in 'quit' method (Stefano Facchini) - Fix bytearray test compatibility with python3 (Alexandre Rostovtsev) - Respect transfer-type when demarshalling GErrors (Alberto Mardegan) - Support GHashTable and GError as callback/closure arguments (Alberto Mardegan) - Don't leak when marshalling GErrors to C (Will Thompson) - Support functions which return GError (Will Thompson) - Fix indentation of _pygi_argument_to_object() (Alberto Mardegan) - Avoid C99 syntax. (Paolo Borelli) - Connect to first action of a radio group. (Paolo Borelli) - Use g_slist_free_full in pygi-closure. (Paolo Borelli) - Avoid O(n^2) behavior when marshalling lists (Paolo Borelli) - Handle NULL as a valid case of a char** array (Paolo Borelli) - Branching, bump version to 3.1.0 (Tomeu Vizoso) - Add notes about branching to HACKING (Tomeu Vizoso) - Fixed bug where GObject.property did not respect minimum and maximum values (Sebastian Pölsterl) - Remove mention of removed option --enable-docs (Tomeu Vizoso) - Fix sebp's name in NEWS (Tomeu Vizoso) ======================================== vala ======================================== Vala 0.15.1 =========== * Support arrays with nullable elements. * Add support to .gir reader and writer. * Switch clutter-gtk-1.0 bindings to .gir. * Switch gio-2.0 bindings to .gir. * Add cogl-pango-1.0 bindings. * Add gdl-3.0 bindings. * Add libnl-3.0 bindings. * Add packagekit-glib2 bindings. * Add xtst bindings. * Many bug fixes and binding updates.