The following modules have been added in this release: gnome-online-accounts The following modules have a new version: - GConf (2.32.4 => 3.1.3) - clutter (1.7.2 => 1.7.4) - cogl (1.7.0 => 1.7.2) - empathy (3.1.2.1 => 3.1.3) - epiphany (3.1.2 => 3.1.3) - evolution-data-server (3.1.2 => 3.1.3) - gdk-pixbuf (2.23.4 => 2.23.5) - glib (2.29.8 => 2.29.10) - glib-networking (2.28.7 => 2.29.9) (*) - gnome-bluetooth (3.0.1 => 3.1.3) - gnome-control-center (3.0.2 => 3.1.3) - gnome-desktop (3.1.2 => 3.1.3) - gnome-packagekit (3.0.3 => 3.1.3) - gnome-session (3.1.2 => 3.1.3) - gnome-settings-daemon (3.1.2 => 3.1.3) - gnome-shell (3.0.2 => 3.1.3) - gnome-system-monitor (3.1.2 => 3.1.3) - gnome-themes-standard (3.1.2.1 => 3.1.3) - gsettings-desktop-schemas (3.0.1 => 3.1.3) - gtk+ (3.1.6 => 3.1.8) - libgweather (3.0.2 => 3.1.3) (*) - libsoup (2.34.2 => 2.35.3) (*) - metacity (2.34.0 => 2.34.1) - mutter (3.0.2.1 => 3.1.3.1) - nautilus (3.1.2 => 3.1.3) - vino (3.1.2 => 3.1.3) (*) No summarized news available The following modules weren't upgraded in this release: atk, atkmm, brasero, cantarell-fonts, clutter-gtk, dconf, eog, evince, gcalctool, gdm, gjs, glibmm, gnome-backgrounds, gnome-disk-utility, gnome-doc-utils, gnome-icon-theme, gnome-icon-theme-extras, gnome-icon-theme-symbolic, gnome-keyring, gnome-menus, gnome-panel, gnome-power-manager, gnome-screensaver, gnome-terminal, gnome-user-docs, gnome-user-share, gnome-utils, gobject-introspection, gst-plugins-base, gst-plugins-good, gstreamer, gtk-doc, gtkmm, gucharmap, gvfs, libgnome-keyring, libgnomekbd, libgtop, libpeas, librsvg, libwnck, mm-common, network-manager-applet, notification-daemon, pango, pangomm, totem, totem-pl-parser, vte, yelp, yelp-tools, yelp-xsl, zenity ======================================== GConf ======================================== 3.1.3 ===== Features - Add optional and disabled by default port to DBus Fixes - Use the cache when looking for keys we can't have locally Translation updates 2.32.5 ====== [accidently released with incorrect version, renamed to 3.1.3] ======================================== clutter ======================================== Clutter 1.7.4 2011-07-04 =============================================================================== • List of changes since Clutter 1.7.2 - Unify the GLX and EGL backends to be a single code base The GLX and EGL backends shared most of their code, and with the split out Cogl, we can unify the code base into a single backend. The API as well as the ABI are preserved. - Restore a wider range of Z values for actors The computation for the near and far planes given the perspective transformation used to set up the viewport was broken in 1.7.2, and the distance from the focal point was greatly reduced. This has now been fixed. - Bump up the dependency of Cogl New windowing system API in Cogl required bumping the minimum version to the latest development snapshot, 1.7.2. - Add ClutterDropAction The ClutterDropAction is an action for allowing ClutterActors to react when an actor being dragged through ClutterDragAction crosses, or is dropped over, them. - Add a performance test suite This suite is an addition to our conformance and interactive test suites; the infrastructure can be used by buildbots and report tools to track performance regressions across various commits. - Documentation and annotation fixes - Build fixes • List of bug fixes since Clutter 1.7.2 [bugzilla.gnome.org] #650329 - ClutterModifierType: Port fix from GDK to clutter's GDK copy #652566 - Clutter-CRITICAL **: _clutter_stage_get_window: assertion `CLUTTER_IS_STAGE (stage)' failed #651784 - transition=spin / transition=spin-text is broken in pinpoint with Clutter master #652842 - Add a Drop action #653066 - ClutterDragAction does not support multiple pointers #653307 - Change the signature of ClutterTexture::load-finished to give a GError, instead of a gpointer #653607 - Arrays not annotated as such for introspection bindings #651079 - ClutterText "blinks" when deleting text after going out of bounds #650675 - clutter-media: mention the asynchronous behavior of set_playing() [buzgilla.clutter-project.org] #2625 - The furthest visible z value is really low Many thanks to: Robert Bragg, Neil Roberts, Peter Ward, Colin Walters, Daniel Mustieles, Jasper St. Pierre, Samuel Degrande, Øyvind Kolås ======================================== cogl ======================================== Cogl 1.7.2 2011-07-01 =============================================================================== • List of changes since Clutter 1.7.0 » Add an example program to draw a 3D crate » Add experimental API to get and set the viewport on a framebuffer without going through the implicit context. » Add API to select the winsys backend without having to use an environment variable. » Various documentation fixes. » Add winsys-specific typesafe APIs to replace the old cogl_renderer_handle_native_event functions. » Rename platform-specific APIs so that we consistently have cogl__symbol_name instead of cogl_symbol_name_. » Fixed building against GLES. • List of bugs fixes since Clutter 1.7.0 https://bugzilla.gnome.org: #652672 - Typo fix in cogl-framebuffer #653615 - cogl_release_status='snapshot' breaks linking on 64-bit systems due to namespace conflict with ltoptions.m4 #653229 - pipeline: Don't regenerate shaders when not changing the number of layers #653231 - pipeline: Don't trigger a change when binding the invalid texture target Many thanks to: Robert Bragg Adam Jackson Emmanuele Bassi ======================================== empathy ======================================== NEW in 3.1.3 (04/07/2011) ============ This new release fixes loads of issues with the new log viewer. Bugs fixed: - Fixed #646555, empathy crashed with SIGSEGV in event_manager_add (Guillaume Desmottes) - Fixed #573652, Display current username beside the id in the log viewer (Emilio Pozuelo Monfort) - Fixed #630943, Bigger default size for dialogs such as "Custom status" (Will Thompson) - Fixed #644528, Remove live-addder (Sjoerd Simons) - Fixed #651055, Use tp-glib high level password API (Guillaume Desmottes) - Fixed #651205, support message editing (supersedes header) (Danielle Madeley) - Fixed #651473, Use tp-glib Claim + reject API (Guillaume Desmottes) - Fixed #652265, Should expand chats when there is only one in the treeview (Emilio Pozuelo Monfort) - Fixed #652278, Events should be selectable to start actions (Emilio Pozuelo Monfort) - Fixed #652279, Loading logs screen looks kinda shit (Emilio Pozuelo Monfort) - Fixed #652345, Need context to translate (Emilio Pozuelo Monfort) - Fixed #652443, Building master without webkit fails (Marc-Antoine Perennou) - Fixed #652496, empathy crashed with SIGSEGV in details_notify_cb() (Guillaume Desmottes) - Fixed #652522, Searching for string in logs no longer highlights find (Emilio Pozuelo Monfort) - Fixed #652590, empathy-accounts account list should use gnome 3 style (Danielle Madeley) - Fixed #653057, Google Talk broken account defaults (Will Thompson) - Fixed #653090, Unread msg icon stays displayed after connection disconnect/reconnect (Guillaume Desmottes) - Fixed #653175, MUC chats show up as "Chat with " (Emilio Pozuelo Monfort) - Fixed #653510, Set 'server' parameter for GTalk accounts. (Will Thompson) - Fixed #653551, Should show sent time, not received time (Guillaume Desmottes) - Fixed #653575, Make FT handler invokable (Guillaume Desmottes) - Fixed #653635, Date isn't remembered when changing Who or What panes (Emilio Pozuelo Monfort) - Fixed #653650, Blocking contacts dialog should autocomplete when adding contacts by alias (Emilio Pozuelo Monfort) - Fixed #653730, src/empathy-call-observer.c doesn't observe Call channels (Emilio Pozuelo Monfort) - Fixed #653739, Don't use deprecated notify APIs (Guillaume Desmottes) - Fixed #653760, Refresh logs when new stuff happens (Emilio Pozuelo Monfort) - Fixed #653767, Untranslated strings (Gabor Kelemen) - Fixed #653803, EmpathyLogWindow should be a GtkWindow (Emilio Pozuelo Monfort) Translations: - Updated de Translation (Mario Blättermann) - Updated es Translation (Daniel Mustieles, Jorge González) - Updated gl Translation (Fran Diéguez) - Updated he Translation (Yaron Shahrabani) - Updated hu Translation (Gabor Kelemen) - Updated lt Translation (Aurimas Černius) - Updated nb Translation (Kjartan Maraas) - Updated nl Translation (Hannie Dumoleyn) - Updated sl Translation (Matej Urbančič) - Updated te Translation (krishnababu k) - Updated zh_CN Translation (Aron Xu) - Updated zh_HK Translation (Cheng-Chia Tseng) - Updated zh_TW Translation (Cheng-Chia Tseng) Documentation translations: - Updated hu Documentation translation (Gabor Kelemen) ======================================== epiphany ======================================== ============== Epiphany 3.1.3 ============== Changes: - Port to GtkApplication - Do not use GNOME font settings as our default, just rely on more generic system config ("sans", "serif") - Port to GDBus - Assume NetworkManager is present. This is not a hard dependency since we only require it at runtime, as we use it through dbus. - Fix "Use picture as background" (#647604) - Implement a basic about:memory page with memory usage data - Respect gtk-keynav-wrap-around in our page-change handler - Fix removal of items by DnD in toolbar editor (#647265) - Many other cleanup and fixes ======================================== evolution-data-server ======================================== Evolution-Data-Server 3.1.3 2011-07-04 -------------------------------------- Bug Fixes: Bug #650671 - Service connect/disconnect not cancelled properly (Milan Crha) Bug #653476 - icaltimezone not copied completely with libical 0.43 (Milan Crha) Bug #650126 - Add API to set the scroll policy of the Contacts container (Raul Gutierrez Segales) Bug #653385 - ldaps fails with server using self-signed certificate (Milan Crha) Bug #224687 - Skip ignored destinations in destination_get_address() (Dan Vrátil) Bug #224687 - Create lists of lists (Dan Vrátil) Bug #652173 - libebook: Delay client-side vCard parsing (Christophe Dumez) Bug #648468 - POP3 doesn't recover or claim error after lost connection (Milan Crha) Bug #269413 - Search treats "4 weeks" and "1 month" as synonymous (Milan Crha) Bug #565961 - Crash with recurring all-day event (Milan Crha) Bug #652530 - EClient - Notify about opening phase result first (Milan Crha) Miscellaneous Fixes: Require libgdata >= 0.9.1 for GNOME Online Accounts support. (Matthew Barnes) Bump the required version of Vala for the bindings. (Travis Reitter) e_cal_client_get_object() should not return VCALENDAR components (Milan Crha) Fix LDAP authentication and process authentication requests on idle (Milan Crha) Add OAuth support to Google Contacts backend. (Matthew Barnes) libedata-book cleanups. (Matthew Barnes) Minor compiler warning fix (change #if to #ifdef) (Milan Crha) Vala bindings: we depend on gio-2.0 (Raul Gutierrez Segales) Allow asynchronous retrieval of EClient capabilities for easier caching (Milan Crha) Fix build breaks when using libgdata 0.9. (Matthew Barnes) Remove pointless ENABLE_THREADS define. (Matthew Barnes) Introspection: fix annotation in e_vcard_get_attribute (Raul Gutierrez Segales) SMTP: Handle 235 code after initial AUTH command. (Matthew Barnes) Make Camel's SASL framework more extensible. (Matthew Barnes) Fix a few srcdir != builddir issues (Colin Walters) Keep opening EClient-s till they report busy error (Milan Crha) Make loading of ENameSelector on demand and cancellable (Milan Crha) Reverting one line I added to Christophe's commit on my own (Milan Crha) Fix few memory leaks (Milan Crha) Emit notification for EClient::opened property (Raul Gutierrez Segales) Fix sqlitedb-test build error. (Travis Reitter) EBookBackendSqliteDD: Fix a missing comma in search contacts. (Chenthill Palanisamy) Translations: Fran Dieguez (gl) Hannie Dumoleyn (nl) Daniel Nylander (sv) Fran Diéguez (gl) Matej Urbančič (sl) Daniel Mustieles (es) ======================================== gdk-pixbuf ======================================== 2.23.5 ====== * Prevent the return of partically initialized pixbuf structures from the gif loader in some error cases (CVE-2011-2485) * Win32 build updates ======================================== glib ======================================== Overview of changes from GLib 2.29.8 to 2.29.10 =============================================== * New features: - g_desktop_app_info_get_nodisplay: a function that is required to port gnome-menus to GDesktopAppInfo - g_hash_Table_iter_replace: new function to replace a value while iterating over a hash table - g_utf8_substring: convenience API to extract substrings from UTF-8 strings - g_action_group_add_entries: convenience API for creating lots of actions quickly - Use eventfd instead of pipes for waking up main contexts and for cancellation when available - GMatchInfo is now a refcounted boxed type * API changes in GAction: - the 'set_state' entry in the GActionInterface vtable has been renamed to 'change_state - g_action_set_state has been renamed to g_action_change_state - the 'state' property has been changed to read-only - GSimpleAction can no longer be subclassed * Bug fixes 647796 g_variant_new_variant is not marked as constructor 652072 gmain: make use of signalfd() 652168 Crosscompiling Fails if build<=2.24 and host >2.24 652750 make dist fails 652758 GDataInputStream: Clarify g_data_input_stream_read_line docs... 652822 Add a g_hash_table_iter_replace 652897 tiny docs clarification for g_utf8_to_ucs4_fast 653140 gmain: use Linux eventfd() for main context wake up 653429 drop AM_MAINTAINER_MODE or enable it by default 653484 GAsyncCallbacks should default to allow-none Add missing fundamental types to the generic marshaller * Translation updates Belarusian Galician Russian ======================================== gnome-bluetooth ======================================== ver 3.1.3: Properties: - Show extra configuration widgets in the properties - Add Send/Browse buttons - Small UI changes Applet: - Fix crasher when "Browsing device" using the menu item - Fix "Send To..." overquoting the Bluetooth address Wizard: - Handle Wiimote pairing through newer bluez - Fix a lot of keys not working in the custom PIN entry - Fix display of Secure Simple Pairing passkeys - Add old Apple wireless mouse to the PIN database ======================================== gnome-control-center ======================================== ========================== Version 3.1.3 (2011-07-04) ========================== Common: - Bump gsettings-desktop-schemas requirement for locale settings (Rodrigo Moya) - Add Unity to OnlyShowIn fields (Michael Terry) (#653661) Library: - Typo preventing compilation on some platforms (Antoine Jacoutot) (#651162) Color: - Add new color setting panel (Richard Hughes) Date & Time: - Fix date sensitivity on permission changes (Florian Müllner) Info: - Skip test-hostnames if en_US.UTF-8 is not available (Frédéric Peters) - Fix disk space showing free space (Bastien Nocera) (#639376) - Fix https scheme handler app setting (Alexandre Rostovtsev) (#653211) Keyboard: - Force "icons" toolbar style (Bastien Nocera) (#651595) - Change precedence for schema in KeyList parser (Florian Müllner) (#653685) - Fix a small memory leak (Florian Müllner) (#653613) - Support string array keybindings (Florian Müllner) Network: - Fix the wpad warning (Matthias Clasen) - Avoid a possible crash (Matthias Clasen) - Use the correct condition for the option button (Matthias Clasen) - Refresh ui in an idle (Matthias Clasen) - Implement network sharing (Matthias Clasen) - Simplify security string for hotspots (Matthias Clasen) - Add warning dialogs (Matthias Clasen) - Disable the hotspot button when the device is off (Matthias Clasen) - Use the 'pretty hostname' for hotspots (Matthias Clasen) - Remove spaces before question marks (Piotr Drąg) - Avoid uninitialised variable (Bastien Nocera) - Fix toolbar style (Bastien Nocera) (#651595) Online accounts: - Add panel for gnome-online-accounts (Bastien Nocera) Printers: - Allow editing of printer name and location (Marek Kasik) (#649511) - Use SNMP CUPS backend to discover printers on given address (Marek Kasik) - Move check for availability of CUPS to better place (Marek Kasik) - Include cups/ppd.h explicitly (Marek Kasik) - Force icons toolbar style (Bastien Nocera) (#651599) Region: - Fix the labels according to the usability gurus (Sergey V. Udaltsov) (#641021) - Fix a couple of memory leaks (Rui Matos) (#652360) - Fix infinite loop dealing with gsettings 'changed' signal (Rui Matos) (#652361) - Remove helper function not needed since GTK+ 3.0 (Rui Matos) (#652374) - Trigger the layout chooser dialog response on 'row-activated' signal (RuiMatos) (#652409) - Add 'formats' tab (Rodrigo Moya) - Force icons only toolbar style (Bastien Nocera) - Add 'system' tab (Rodrigo Moya) Shell: - Move the raised class hint to the tool item (Cosimo Cecchi) - Don't update the visibility of the lock button (Florian Müllner) (#652299) - Make --help-all and --help-gtk work (Bastien Nocera) (#652165) - Use proper Unicode ellipses in the search renderer (Philip Withnall) - Fix bad rendering of search results (Bastien Nocera) (#652709) - Print warning for uninstantiable panels (Bastien Nocera) (#652585) Sound: - Fix direction of speaker test in RTL languages (Bastien Nocera) (#651273) User accounts: - Fix fingerprint assistant (Matthias Clasen) (#649678) - Fix deleting users on 32-bit systems (Bastien Nocera) (#652073) Xrandr: - Change "Anti-Clockwise" to "Counterclockwise" (Dan Winship) (#652569) Translations: - ca (Pau Iranzo) - ca@valencia (Carles Ferrando) - de (Mario Blättermann) - el (Kostas Papadimas) - eo (Kristjan SCHMIDT) - es (Daniel Mustieles, Jorge González) - fa (Arash Mousavi) - ga (Seán de Búrca) - gl (Fran Diéguez) - he (Yaron Shahrabani) - hu (Gabor Kelemen) - id (Andika Triwidada) - lt (Aurimas Černius) - nb (Kjartan Maraas) - ru (Yuri Myasoedov) - sl (Andrej Žnidaršič, Matej Urbančič) - vi (Nguyễn Thái Ngọc Duy) ======================================== gnome-desktop ======================================== ============= Version 3.1.3 ============= Note to packagers: while new API was added in this release, the version of the library is unchanged; this is because we already did a major bump earlier in 3.1.x. libgnome-desktop * GnomeRR: Add methods to control the backlight on each output (Richard Hughes) Misc * Modernize build system a bit (Vincent) Translators * Yuri Matsuk (be) * Мирослав Николић (sr) * Miroslav Nikolić (sr@latin) * Muhammet Kara (tr) ======================================== gnome-packagekit ======================================== Version 3.1.3 ~~~~~~~~~~~~~ Released: 2011-07-04 * Translations - Added Basque translation (Inaki Larranaga Murgoitio) - Added Esperanto translation (Kristjan SCHMIDT) ======================================== gnome-session ======================================== ============= Version 3.1.3 ============= Session Manager * Fix build warnings (Vincent) Capplet * Fix build warning (Vincent) Misc * Modernize build system a bit (Vincent) * Remove artificial librsvg dependency (Vincent) Translators * Мирослав Николић (sr) * Miroslav Nikolić (sr@latin) * Daniel Nylander (sv) * Muhammet Kara (tr) ======================================== gnome-settings-daemon ======================================== ============= Version 3.1.3 ============= Common: - Use defines instead of variables for ranges (Bastien Nocera) - Fix function keys not being grabbed (Bastien Nocera) (#649222) - Allow the "Pause" key to be used (Bastien Nocera) (#653524) Clipboard: - Fix incremental sending from the clipboard manager (Cosimo Cecchi) (#652609) Color: - Fix a potential buffer-overflow when converting to wide text (Richard Hughes) Keyboard: - Use the same kbd layout menu labels as Gnome Shell (Jeremy Bicha) (#652836) - Add missing "Settings" to the string (Bastien Nocera) - Fix menu items actions (Bastien Nocera) Media keys: - Use constant for icon size in OSD (Bastien Nocera) - Remove progress bar borders (Bastien Nocera) (#652321) Mouse: - Check device is a touchpad before enabling/disabling it (Rodrigo Moya) Translations: - be (Ihar Hrachyshka) - es (Jorge González) - gl (Fran Diéguez) - he (Yaron Shahrabani) - nb (Kjartan Maraas) - sl (Matej Urbančič) - sr (Мирослав Николић) ======================================== gnome-shell ======================================== 3.1.2 ===== * Fix problem with "user theme extension" breaking the CSS for other extensions [Giovanni; #650971] * Telepathy IM framework integration - Switch to using telepathy-glib rather than talking to Telepathy via D-Bus [Guillaume, Jasper; #645585, #649633, #651138, #651227] - Acknowledge messages when the user clicks on them [Guillaume, #647893] - Fix problem with telepathy icon blinking for incoming messages even though the user has been notified of them [Guillaume; #643594] * Networking - keep wirelesss networks in predictable order [Giovanni; #646580, #652313] - Show unmanaged devices in the menu [Giovanni; #646946] - Fix overflow when too many VPN connections [Giovanni; #651602] * Bluetooth - Show "hardware disabled" when disabled by rfkill [Giovanni; #648048] - Fix bug updating status of devices [Giovanni; #647565] * LookingGlass console: - Add a "Memory" tab [Colin; #650692] - Make escape work from any page [Dan Winship; #647303] - Provide a way to refer to panel items as, e.g., Main.panel._activities [Dan Winship; #646915] * User menu - Fix problem with suspend menu option locking the screen even when the user disabled that. [Florian; #652327] - Hide "power off..." option if shutdown is disabled via PolicyKit [Florian; #652038] * Track changes to WM_CLASS (fixes problems with LibreOffice tracking) [Colin; #649315] * Remove app tracking workarounds for Firefox and LibreOffice [Colin; #651015] * Use upstream gettext autoconfigury rather than glib version [Javier; #631576] * Show messages in the message tray when an application is fullscreen [Dan Winship; #608667] * Don't autohide the workspace pager if there is more than one workspace [Florian; #652714, #653078, #653142] * Don't always slide out the workspace pager at drag begin [Florian; #652730] * Only offer to remove a favorite app when dragging it's icon [Owen; #642895] * Allow dropping an icon anywhere on a workspace [Adel; #652079] * st-scroll-view: Make the fade effect and offset themable [Jasper; #651813] * Obey the user's preference when running an application in a terminal from the run dialog [Florian; #648422] * Consistently exit overview when launching external applications [Colin; #653095] * Adapt to changes in GJS for how GObject APIs are bound [Alex, Colin, Florian, Jasper, Marc-Antoine; #649981, #652597] * Fix problems with scrolling in overflow for alt-Tab switcher [Dan Winship, Adel; #647807] * Mark relationships between labels and actors for accessibility [Alejandro] * Add org.gnome.shell.enabled-extensions complementing disabled-extensions GSetting [Tassilo; #651088] * Visual tweaks [Jakub, Jasper; #646261, #652715] * Switch to building against clutter-1.7 with independent Cogl [Adel; #653397] * Code cleanups [Colin, Dan Winship, Florian; #633620, #645031, #648755, #648758, #648760, #649203, #649517, #650317, #652730] * Memory leak fixes [Colin, Maxim; #649508, #650934] * Build Fixes [Colin, Dan Winship, Florian, Ionut, Morten, Owen, Sean; #647395, #648006, #650869, #653199, #653275 * Miscellaneous bug fixes [Adam, Adel, Dan Williams, Dan Winship, Florian, Ionut, Jasper, Maxim, Ray; #620105, #639459, #641570, #642793, #643513, #645848, #646919, #647186, #648305, #648410, #648562, #648894, #649001, #645990, #647893, #647907, #651012, #651086, #651606, #651569, #651866, #652388, #653511] Contributors: Ionut Biru, Giovanni Campagna, Guillaume Desmottes, Adam Dingle, Maxim Ermilov, Adel Gadllah, Tassilo Horn, Javier Jardón, Jonny Lamb, Alexander Larsson, Rui Matos, Morten Mjelva, Florian Müllner, Marc-Antoine Perennou, Alejandro Piñeiro, Jasper St. Pierre, Jakub Steiner, Ray Strode, Owen Taylor, Colin Walters, Dan Williams, Sean Wilson, Dan Winship Translations: Daniel Martinez Cucalon [ar], Ihar Hrachyshka [be], Carles Ferrando, Gil Forcada, Sílvia Miranda [ca], Kristjan Schmidt [eo], Jorge González, Daniel Mustieles [es], Seán de Búrca [ga], Fran Diéguez [gl], Yaron Shahrabani [he], Kjartan Maraas [nb], Misha Shnurapet, Yuri Myasoedov [ru], Daniel Nylander [se], Peter Mráz [sk], Matej Urbančič [sl], Krishnababu Krothapalli [te], Daniel Korostil [uk], Aron Xu [zh_CN] ======================================== gnome-system-monitor ======================================== New in 3.1.3 - 4 July 2011 * Show cpu speed for ppc64 processors. * Added system info support for OpenBSD. * Updated translations. ======================================== gnome-themes-standard ======================================== 3.1.3 ===== Fix borders and background for vertical progressbars Fix horizontal padding for progressbars in GtkEntry Add a subtle gradient to the active notebook tab Improve styling for GtkComboBox with entries Improve insensitive style for the dark theme ======================================== gsettings-desktop-schemas ======================================== Major changes in 3.1.3 ====================== * Add org.gnome.system.locale schema * Remove org.gnome.desktop.default-applications.at remains * Add some ranges to magnifier schemas * Updated translations ======================================== gtk+ ======================================== Overview of Changes in GTK+ 3.1.8 ================================= * Theming improvements: - Multiple colors are now supported - Support CSS font properties like font-size, font-family, etc - nth-child works for toolbars too * Bug fixes: 652506 Improve GtkAssistant button labels 652618 themingengine: shrink the background size to the padding-box 652769 Reordering/removing hidden children in GtkBox results in 100% CPU 653053 Avoid GApplication being released twice... 653191 uninitialized variable in completion_match_func 653333 Assigned value is garbage or undefined in gtktoolpalette.c:565 653512 GtkEntryCompletion: Use a PAGE_STEP macro instead of a magic number 653785 GtkStyleContext ignores style classes when getting style properties * Translation updates: Belarusian Dutch Galician Hebrew Norwegian bokmål Persian Slovenian Spanish ======================================== metacity ======================================== Version 2.34.1 ============== - Fix crash in meta_display_get_above_tab_keycode (Adam Jackson) - Disable keybindings message should ungrab keys (Daniel Drake) - Remove --with-gtk configure flag as metacity only builds against gtk2 (Colin Walters) - Build fix for FreeBSD: Include sys/wait.h as described in POSIX specs (Alexis Ballier) - Build system change: remove -Werror (William Jon McCann) Translations: Carles Ferrando (ca@valencia) Jiro Matsuzawa (ja) Kristjan SCHMIDT (eo) Nguyễn Thái Ngọc Duy (vi) Tommi Vainikainen (fi) ======================================== mutter ======================================== 3.1.3.1 ======= * Back API version down to "3.0" - the change to Meta-3.1.gir was unintentional [Owen] Translations: Yaron Shahrabani [he], Kjartan Maraas [nb], Muhammet Kara [tr] 3.1.3 ===== * Support dark window theme variants for windows with a dark widget theme; this is selected by the _GTK_THEME_VARIANT property [Florian, #645355] * Don't draw a shadow under windows with an alpha-channel - this fixes transparency for GNOME Terminal [Owen, Jasper; #635268] * Add a MetaWindow:wm-class property for notification [Jasper; #649315] * Add a MetaWindow:minimized property for notification [Florian] * Fix handing of unusual window shapes that Wine was setting causing some applications to draw wrong [Jasper; #627880] * Improve replacing another compositor and being replaced: release compositor selection in the right order and wait for compositors that get it wrong. [Colin, Owen; #653121] * Remove behavior where left clicking on a window border with the titlebar offscreen gave the window menu [Florian; #652369] * Don't set the global default textdomain, since Mutter is a library as well as an application [Dan; #649202] * Exit with the right (success or failure) exit status [Dan] * Code cleanup [Florian] * Miscellaneous bug fixes [Owen; #649114, #652507] Contributors: Florian Müllner, Jasper St. Pierre, Owen Taylor, Colin Walters, Dan Winship Translations: Ihar Hrachyshka [be], Daniel Mustieles [es], Yaron Shahrabani [he], Carles Ferrando [ca@valencia], Takeshi Aihana [ja], Fran Diéguez [gl], Matej Urbančič [sl], Miroslav Nikolic [sr], Muhammet Kara [tr], Daniel Korostil [uk] ======================================== nautilus ======================================== Major changes in 3.1.3 are: * Add an 'Add Bookmark' item in sidepane context menu * Fix --no-default-window not working when an URI is specified * Use g_cclosure_marshal_generic() ======================================== vino ======================================== Vino 3.1.3 ========== David King (2): Post-release version bump to 3.1.3 Add more categories to preferences desktop file Javier Jardón (1): Use const instead deprecated G_CONST_RETURN Michael Terry (1): Make desktop files appear in Unity too, bug 653802