The following modules have a new version: - accerciser (3.4.1 => 3.5.3) - anjuta (3.5.1 => 3.5.3) - cheese (3.5.2 => 3.5.3) - evolution (3.5.2 => 3.5.3.1) - file-roller (3.5.1 => 3.5.2) - gnome-boxes (3.5.2 => 3.5.3) - gnome-color-manager (3.5.1 => 3.5.3) - gnome-devel-docs (3.5.2 => 3.5.3) - gnome-documents (0.5.2.1 => 0.5.3) - nautilus-sendto (2.91.6 => 3.5.3) - orca (3.5.2 => 3.5.3) The following modules weren't upgraded in this release: aisleriot, devhelp, gedit, glade, gnome-games, gnome-nettool, nemiver, rygel, seahorse, totem, vinagre ======================================== accerciser ======================================== version 3.5.3 ============= What's New ========== - Fix for bug #673782 - Accerciser does not fully load in F17 - Fix for bug #675989 - Use python object attributes instead of gobject ones - Fix for bug #674884 - Use XDG base directory instead of $HOME - Remove markup from strings in .ui files - Fix for bug #671179 - Unexpected behaviours in ipython_view - Fix for bug #671261 - UnicodeDecodeError breaks the interface viewer - Fix for bug #674166 - Settings in wrong path - Fix for bug #654418 - Strings with context are not getting properly localized even though the translations have been provided - Fix for bug #663777 - WidgetHasText validator fails for widgets which don't need to implement getText() - Add a trailing underscore to identifiers which are Python keywords - Fix for Bug #678517 - Macaroon script recorder is broken New And Updated Translations ============================ ======================================== anjuta ======================================== Anjuta 3.5.3 "Pizza" (25 July 2012) -- Johannes Schmid This is an unstable developer snapshot - if you need a stable version, use 3.4.x! Alexander Shopov (1): Updated Bulgarian translation Bruno Brouard (1): Updated French translation Daniel Mustieles (4): Updated Spanish translation Updated Spanish translation Updated Spanish translation Updated Spanish translation Dimitris Spingos (1): Updated Greek translation Dimitris Spingos (Δημήτρης Σπίγγος) (1): Updated Greek translation Fran Diéguez (2): Updated Galician translations Updated Galician translations Gabor Kelemen (1): Updated Hungarian translation James Liggett (5): git: Use tree paths instead of iterators to track the selected log viewer branch git: Remove an unused variable libanjuta: Add widget presenting capability to AnjutaDock git: Show the Status pane on plugin load libanjuta: Reverse the order of pane operations in anjuta_dock_replace command_pane Johannes Schmid (8): Fixed POTFILES.in project-wizard: Make sure no template requires gtk+ 2.12 anymore project-wizard: Explicitely use 3.0 as interface version for ui files (bgo#675877) configure: Detect python more robust indentation: Use Indentation as name for all indentation preferences symbol-db: Don't crash if project was moved to another location symbol-db: Ingore files with unknown language (see bgo#678695) symbol-db: Avoid warning when NULL is passed to sdb_engine_add_language() Jonh Wendell (1): Updated Brazilian Portuguese translation Kjartan Maraas (1): Updated Norwegian bokmål translation Marco Diego Aurélio Mesquita (1): glade: bgo#676811 - Fix check order of editor on member add Marek Černocký (1): Updated Czech translation Mario Blättermann (1): [l10n] Updated German translation Moritz Lüdecke (3): split language-support-cpp-java and language-support-python plugin in an indentation part and a new language-support part Some trivial fixes in indentation plugins and cpp-java plugin resolve dependencies from cpp-java plugin Peter Mráz (1): Updated Slovak translation Piotr Drąg (2): Updated POTFILES.in Updated POTFILES.in and POTFILES.skip Praveen Illa (1): Updated Telugu Translation Ryan Lortie (2): vala language support: update to Vala 0.18 ctags vala support: update to Vala 0.18 Rūdolfs Mazurs (1): Updated Latvian translation Sébastien Granjoux (3): build-basic-autotools: bgo #674863 - No easy way to call make check libanjuta: Fix warnings in autogen code libanjuta, am-project: bgo #675118 - Project manager never finishes loading Anjuta project Tom Tryfonidis (1): Updated Greek translation Yuri Kozlov (2): Updated Russian translation Updated Russian translation Мирослав Николић (1): Updated Serbian translation ======================================== cheese ======================================== version 3.5.3 - Add border to capture page of preferences dialog - Add accelerators to menu items - Make the preferences dialog work again Move the Cheese.Camera to Cheese.Main and use the same camera in Cheese.MainWindow and Cheese.PreferencesDialog. Setup the Camera in Cheese.Main. - Enable handling of the shoot action - Enable effects state change action - Enable handling of the fullscreen action - Set photo button text based on mode state - Make preferences and mode actions application-wide Move PreferencesDialog from MainWindow to Main. Handle app.mode action changes and update the state accordingly. - Add David King to authors in about dialog - Start porting to application-wide GMenu Add a menu to the application, and enable application-wide actions for showing the help, showing the about dialog and quitting the application. Move the GtkBuilder definition of the about dialog into Cheese.Main. - Update TODO Remove some completed TODO items. - Use a realtime preset for video encoder element Use the ‘Profile Realtime’ preset for vp8enc to set reasonable defaults for realtime encoding. The preset was added in gst-plugins-bad 0.10.23, so fall back to reasonable defaults. Fixes bug 668560 and partially fixes bug 674779. - Do not add 0-sized files to the thumb view Sometimes, ie when Cheese crashes when starting to record, something which we need to fix, 0 bytes large files are created under ~/Videos/Webcam. totem-video-thumbnailer does not like these, getting stuck for around a minute on them, I have filed bug 677734 for this. But even with this bug fixed, trying to add 0 byte sized files to the thumb view makes no sense, and in the mean time it also neatly works around this totem-video-thumbnailer bug. Fixes bug 677735. - Do not overwrite camerabin's default flags The comment above this code said: "Set flags to enable conversions", but camerabin has conversion enabled in the necessary places by default, all the code does is add an extra, unneeded ffmpegcsp element at the beginning of the pipeline. This results in a huge number of reported caps on pads further down the pipeline, which when intersected with input caps of later ffmpegcsp elements leads to an explosion of possible combinations and gst_caps_intersect_full starts consuming the CPU for 100% for seconds (various Fedora users have reported startup delays of upto a minute). On my test system, with a Logitech Webcam 9000 Pro, the time to create the camerabin pipeline (not start, not configure, just create!) drops from 7 seconds to 0.7 seconds by elimenating the unnecessary ffmpegcsp element at the beginning of the pipe. The only reason the ffmpegcsp element this patch removes could be useful would be for cameras producing only JPEG data, but since Cheese always uses v4l2src, and that should always be compiled with libv4l2 support (otherwise a lot of camera specific video formats will not be understood), libv4l2 will take care of JPEG decompression, so there really is no reason for having this extra element, and thus no reason to override the default camerabin flags. Fixes bug 677731. - Add libcheese headers to GIR source files - Fix images missing from effect buttons Commit 4cb11731e62b51c684993e43000c933ea97785c2 fixed the images missing from the photo / video / burst buttons, but the same problem also affects the previous effects-page, effects, next effects-page buttons. This patch fixes them too. Note that unlike the commit message of commit 4cb11731 suggest this not only fixes the printing of warnings to the console, it also fixes the pixmaps actually missing from the buttons. Fixes bug 677543. - Do not add NULL devices to the camera list cheese_camera_device_monitor_set_up_device() will return NULL for non video devices (ie vbi & radio devices). Emitting the added signal with such a NULL device, causes it to get added to the camera list, which later on causes cheese to crash. This patch fixes this by not emitting the added signal for non camera devices. Fixes bug 677574. - Post-release version bump to 3.5.3 - Added/Updated Translations - as, courtesy of Nilamdyuti Goswami - el, courtesy of Ioannis Zampoukas ======================================== evolution ======================================== Evolution 3.5.3.1 2012-06-25 ---------------------------- * Numerous missing source files in the 3.5.3 tarball. Evolution 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 300677 - vFolder rules shouldn't refer to the Unmatched folder (Milan Crha) Bug 431497 - Offline mode should disable loading of images from the internet (Dan Vrátil) Bug 569540 - Remove unused message-display-style GSettings key (Milan Crha) Bug 670876 - Missing mnemonics for buttons for vcard attached to email (Dan Vrátil) Bug 674887 - Hang on sender's photo lookup (Dan Vrátil) Bug 676179 - Memos/Tasks - Update preview when it's shown (Dan Vrátil) Bug 676563 - Cannot create folders directly under store node (Milan Crha) Bug 677597 - Crash on vFolder source folder removal (Milan Crha) Bug 677607 - Closing Mail Browser emits critical warnings (Dan Vrátil) Bug 677608 - Fails to open message which is not yet downloaded (Dan Vrátil) Bug 677624 - Disable Properties when Search Folders is selected (Matthew Barnes) Bug 677628 - Remove account and folder name from mail notifications (Matthew Barnes) Bug 677631 - Some HTML links don't work (Dan Vrátil) Bug 677673 - Reply contains quoted top headers (Dan Vrátil) Bug 677679 - Folder tree unread counts don't decrease (Matthew Barnes) Bug 677686 - Account editor missing refresh interval setting (Matthew Barnes) Bug 677706 - Crash in spell_entry_recheck_all() (Milan Crha) Bug 677882 - Cannot create account with Sendmail (Matthew Barnes) Bug 677995 - Asks password for disabled mail account (Matthew Barnes) Bug 678292 - Due Date does not display in follow-up flag dialogue box (Milan Crha) Bug 678293 - Already downloaded images are not shown (Dan Vrátil) Bug 678304 - Save Draft prevents Evolution's quit (Milan Crha) Bug 678345 - Runtime warning when sender photo is disabled (Dan Vrátil) Bug 678347 - Put spamd pid/socket files in $XDG_RUNTIME_DIR (Matthew Barnes) Bug 678393 - Disable Properties for built-in mail stores (Matthew Barnes) Bug 678397 - Move "mail-to-task" actions to a submenu (Matthew Barnes) Bug 678608 - Please enter password for mail account "Unnamed" (Matthew Barnes) Bug 678609 - No suggested name for new mail account (Matthew Barnes) Bug 678613 - Keep display name synchronized across all mail sources (Matthew Barnes) Bug 678634 - Criticals warnings when creating new book/cal (Matthew Barnes) Bug 764467 - URL popup shows all Copy options (Dan Vrátil) Other Changes: * User documentation improvements. (Andre Klapper) * Adapt to single-include E-D-S libraries. (Matthew Barnes) * Remove mail-guess-servers.[ch]. (Matthew Barnes) * Remove local mail autoconfiguration data. (Matthew Barnes) * Mail formatter rewrite (Dan Vrátil) * Bump minimum libnotify version to 0.7. (Matthew Barnes) * Fix possible use of uninitialized variable (Milan Crha) * Adapt to evolution-data-server's port from GConf to GSettings (Milan Crha) * Make em_utils_in_addressbook() cancellable (Dan Vrátil) * Remove the last remaining usage of GConf (Milan Crha) * Remove -Werror from AM_INIT_AUTOMAKE. (Matthew Barnes) * Do not call g_object_notify() when property didn't change (Milan Crha) * Clarify that libcanberra-gtk3 is optional. (Matthew Barnes) * No more experimental plugins. (Matthew Barnes) * Remove Mono and Python EPlugin bindings. (Matthew Barnes) * Remove --enable-plugins=list variation. (Matthew Barnes) * Delete unused GnomeCanvasRichText. (Matthew Barnes) * Use SoupURI instead of EUri. (Matthew Barnes) * Reduce amount or EMailDisplay reloads when displaying Preferences dialog (Dan Vrátil) * Avoid crash for providers without configuration backend (Milan Crha) Translations: Ihar Hrachyshka (be) Tom Tryfonidis (el) Daniel Mustieles (es) Bruno Brouard (fr) Fran Diéguez (gl) Matej Urbančič (sl) ======================================== file-roller ======================================== version 3.5.2 ------------- New features and user visible changes: * Allow the user to cancel addition and deletion of files to an exiting archive. * Progress dialog: show the number of remaining files to complete the operation; show the archive name in the main message. * Removed the stop button from the toolbar. The user can use the progress dialog cancel button to stop a long operation. * Enabled interactive search in the file list. The user can just start typing the name of a file and if present in the list it will get selected. * Removed the help buttons from the dialogs. Internal code changes: * Renamed the D-Bus interface as org.gnome.ArchiveManager1. * Use the file-roller extecutable as a D-Bus service as well, instead of using a separate executable. * Define the progress dialog and other dialogs in external files, saved as gresources. * Added a prefix to the utility functions for a better organization and readability of the code. New or updated application translations: * Greek (Tom Tryfonidis) * Arabic (Khaled Hosny) * Assamese (Nilamdyuti Goswami) * Español (Daniel Mustieles) * Galician (Fran Dieguez) * Lithuanian (Algimantas Margevičius) * Russian (Yuri Kozlov) * Slovenian (Matej Urbančič) New or updated manual translations: * French (Bruno Brouard) ======================================== gnome-boxes ======================================== 3.5.3 - Jun 26, 2012 ==================== Changes since 3.5.2: - All changes included in subsequent 3.4.x releases: http://download.gnome.org/sources/gnome-boxes/3.4/gnome-boxes-3.4.3.news - Port to clutter 1.10 API. - Big overhaul of the UI code to make the UI look and feel a lot more like the design and fix many small issues. - Wait for libvirt setup before creating VMs and save a potential crash. - Fix warnings on canceling of VM selection. - Zoom VM into icon when exiting display mode. - Fixes issue of selection bar sometimes hiding on animation completion. - Re-introduce 'ComputerName' setting in Windows 7 express installation but this time around, put it in the correct pass. - Make use of 'title' node in libvirt XML. Mainly done to fix Windows 7 express installation. - Sort the list of boxes shown to the user according to the sorting rules in use for his/her locale. - Fix a wrong assumption in wizard. - Always skip setup page for live media in wizard instead of presenting UI options to user that will be ignored completely. - Escape key now quits selection mode. - Provide a menu entry to force shutdown VMs. - Do not show URL entry when going back after selecting source in wizard. - Always reset wizard source page when moving forward. - Stop resizing the display when switching to properties. - Remove some rendering glitches by removing some obsolete code. - Added/updated translations: - Dutch - Galician - German - Greek - Punjabi - Serbian - Slovenian - Spanish Dependencies changed: - libvirt-gconfig >= 0.0.9 - clutter-1.0 >= 1.11.5 - clutter-gtk-1.0 >= 1.3.2 - gtk+-3.0 >= 3.5.5 All bugs fixed in this release: 672152 - Selection mode should be single-click 672456 - Overlong string in French translation 672527 - mouse highlighting on "source selection" step gets confused 673072 - Wrong layout after resizing / maximizing the display 674669 - zoom into box transition is poor 674673 - preview action is on mouse down instead of mouse up 676216 - [gnome-boxes] SIGSEGV gvir_connection_find_storage_pool_by_name 676669 - don't offer multi select when there is nothing to select 677034 - wizard state is not fully reset when going back to the first screen 677177 - Use gtk+ password character in Summary 677666 - Fix recent regressions against live media 677690 - Need a way to forcefully stop/reset a box 677713 - pimp the sidebar 677730 - Disable Spice display resize-guest when minimizing 677739 - Add Escape key handler to quit selection mode 678302 - Remove Category treeview and animation glitches 678456 - Zoom in/out to the right icon in the collection 678545 - Stop animationg thumbnail in properties after initial zoom 678569 - Theming broken for selectionbar and notification bar 678624 - update_mouse_mode : code should not be reached All contributors to this release: Alexander Larsson A S Alam Christophe Fergeau Daniel Mustieles Fran Diéguez Marc-André Lureau Matej Urbančič Mel Rachid BM Wolfgang Stöggl Wouter Bolsterlee Zeeshan Ali (Khattak) Мирослав Николић ======================================== gnome-color-manager ======================================== Version 3.5.3 ~~~~~~~~~~~~~ Released: 2012-06-26 * Translations - Updated German translation (Christian Kirbach) - Updated Greek translation (Tom Tryfonidis) - Updated Hebrew translation (Yaron Shahrabani) - Updated Norwegian bokmål translation (Kjartan Maraas) - Updated Punjabi Translation (A S Alam) * Bugfix: - Add some checks to prevent gcm-picker crashing (Richard Hughes) - Change display profiles to single gamma (Pascal de Bruijn) - Don't emit a two critical warnings when calibrating a printer (Richard Hughes) - Don't hardcode the AdobeRGB profile (Richard Hughes) - Ensure the print profile mode is set in the calibration dialog (Richard Hughes) - Fix up tooltip strings (Piotr Drąg) ======================================== gnome-devel-docs ======================================== 3.5.3 ===== * Platform Demos - Updates from Marta Casetti, Monica Kochofar, Taryn Fox, Tiffany Antopolski - Update translations: es (Daniel Mustieles) fr (Bruno Brouard) el (Dimitris Spingos) ======================================== gnome-documents ======================================== 0.5.3 ===== - Fix thumbnails not showing in fullscreen preview with recent GTK - Use new GJS API to detect cancellations - Use GtkSearchEntry - Initial work on overview performance improvements - Lot of code refactoring ======================================== nautilus-sendto ======================================== ============== Version 3.5.3 ============== Nautilus Sendto - Adapt to Evolution-Data-Server API changes ============== Version 3.0.3 ============== Nautilus Sendto - Fix mailer command generation - Treat icedove as a variant of Thunderbird - Plenty of evolution-data-server related bug fixes ============== Version 3.0.2 ============== Nautilus Sendto - Docs fixes - Update for ancient API change - Fix getting default mailer for GNOME 3.0 - Port to newest e-d-s using GSettings - Add --xid command-line option - Updated translations ============== Version 3.0.1 ============== Nautilus Sendto - Updated translations ============== Version 3.0.0 ============== Nautilus Sendto - Translation updates - Fix schema path ======================================== orca ======================================== 3.5.3 - 25 June 2012 General * Fix for bug 677748 - Launcher icon needs 256x256 variant * Fix for Orca not presenting the 'Command not found' label in the gnome-shell run dialog * Work around for Orca not presenting the gnome-shell run dialog text in braille * Handle text implementations which report a caret offset of -1 when at the end * Eliminate unneeded and/or problematic imports * Remove more old, no-longer-used/needed code New and updated translations (THANKS EVERYONE!!!): el Greek Tom Tryfonidis fr French Bruno Brouard =========