The following modules have been added in this release: gnome-boxes The following modules have a new version: - aisleriot (3.2.1 => 3.3.0) - cheese (3.3.1 => 3.3.2) - evolution (3.3.1.1 => 3.3.2) - file-roller (3.2.1 => 3.2.2) - gedit (3.2.1 => 3.2.3) - gnome-documents (0.2.1 => 0.3.2) - nemiver (0.9.0 => 0.9.1) - orca (3.3.1 => 3.3.2) - rygel (0.12.5 => 0.13.0) (*) - seahorse (3.3.1.1 => 3.3.2) - vinagre (3.3.1 => 3.3.2) (*) No summarized news available The following modules weren't upgraded in this release: accerciser, anjuta, devhelp, glade, gnome-color-manager, gnome-devel-docs, gnome-games, gnome-nettool, nautilus-sendto, totem ======================================== aisleriot ======================================== Aisleriot 3.3.0 =============== - Change card theme format - Many game fixes (Vincent Povirk) - Translation updates Aisleriot 3.2.2 =============== - Dist missing sound files ======================================== cheese ======================================== version 3.3.2 - Pre-release version bump to 3.3.2 - Remove marshaller generation rules The generic marshallers, supplied by GLib, are used instead. - Make preferences dialog more netbook-friendly Fixes bug 663146. - Convert deprecated GtkVBox and GtkHBox to GtkBox Fixes bug 661661. - Add chapter IDs to documentation - Add Cheese architecture diagram to documentation Fixes bug 664333. - Set camerabin to playing before start-capture Fixes bug 663998, with the camerabin documentation being updated in bug 664048. - Use private GObject pointer in Widget and Chooser Additionally, remove some dead code. - Add gtk-doc comments to UmCropArea Currently, UmCropArea is internal (and will likely stay that way), so the comments are not included in the generated documentation. - Use switch statement to select cases - Use better API to notify and install properties Changed g_object_notify_by_pspec() to g_object_notify() and g_object_class_install_property() to g_object_class_install_properties(). Added properties static array to hold properties. Added enum constants identifying properties and sentinels for array length definitions. Fixes bug 663098. - Improve CheeseAvatarChooser documentation Add documentation for private methods in CheeseAvatarChooser. - Improve CheeseEffect documentation Document the private methods in CheeseEffect. Simplify effect construction, by making the name and pipeline-desc properties construct-only. Improve some variables names. - Improve CheeseFileUtil filename handling Use GDateTime to format the time string. Use switch statements when selecting cases from an enum. Use g_build_filename() rather than g_strjoin(G_DIR_SEPARATOR_S, ...). - Improve CheeseCamera documentation Document most of the private methods in CheeseCamera, and rename the device-name property to device-node. - Improve CheeseCameraDevice documentation Document most of the private methods in CheeseCameraDevice, and rename some variables to more closely match the property names. - Improve CheeseCameraDeviceMonitor documentation - Make CheeseFlash a GtkWindow rather than a GObject Additionally, add further gtk-doc-like comments to the flash implementation. - Comment Vala methods with Valadoc markup Add basic documentation to all methods in Vala sources. - Add hotplug support to preferences dialog Adding and removing camera devices in the CheeseCamera is now propagated to the preferences dialog UI. Partially fixes bug 603612. - Correct default brightness in the schema to zero - Improve GSettings schema text and include ranges - Also use the countdown duration for burst mode - Add a countdown-duration key to GSettings schema Add a new GSettings key to allow configuration of the duration of the countdown when taking a photo. Partially fixes bug 594267. - Bump required Vala version to 0.13.2 Required for Clutter.TableLayout in clutter-1.0.vapi, which was added when Vala switched to use GIR files. - Use STYLE_PROVIDER_PRIORITY_USER - Use Vala ‘as’ operator where possible Use the as operator when fetching widgets from GtkBuilder files, to do a runtime type-check. - Include the version in the man page - Add generated man page to CLEANFILES - Fix a typo so that the man page is generated - Fix gtk-doc checks when srcdir != builddir - Add man page, generated with xsltproc - Add help button to the preferences dialog - Improve documentation to pass gtk-doc tests Add the deprecated API index to the documentation. Complete the rename of cheese_camera_set_device_by_dev_file() to cheese_camera_set_device_by_device_node(). Add missing documentation to reach 100% symbol coverage. - Enable gtk-doc tests during make check - Check for GStreamer plugins required at runtime Add a GStreamer plugin check to configure.ac, which checks for individual plugins with gst-inspect, rather than relying on the plugins being provided by checking for GStreamer pkg-config files. The check is non-fatal, as the plugins are not build-time dependencies. - Bump pkg-config requirement to 0.24 Version 0.24 or greater of pkg-config is required in order to avoid the duplicate AC_SUBST macro calls for PKG_CHECK_MODULES substitutions. - Remove unused FULL_LIBEXECDIR from configure.ac - Add private pointers to libcheese GObject structs Speed up access to the private struct of the GObject by adding a pointer, so that *_GET_PRIVATE does not have to called each time. Create a typedef for the private structures in the headers, and hide the structs from the documentation by placing them inside a private subsection. - Add basic documentation for remaining public API Add cheese-widget-private.h back to files ignored by gtk-doc. Add basic documentation for the remainder of the public API. Use UUID instead of ID or UDI. Add blurb and nick to all documented properties. Add CheeseVideoFormat documentation. Use unsigned integers where the values are always positive. Sprinkle some const qualifiers. Add some filename GObject Introspection annotations. - Update TODO - Fix several compiler warnings Add some missing prototypes, correct some pointer type mismatches, return a value from functions that returns values and improve GError handling. - Use gnome-common compiler warnings Additionally, enable silent Automake rules by default so that warnings are more visible. - Add more classes to gtk-doc documentation Add basic documentation for CheeseCamera, CheeseFileUtil and CheeseFlash classes. Split the API reference into libcheese and libcheese-gtk chapters. - Add CheeseCameraDeviceMonitor::removed callback Added CheeseCameraDeviceMonitor::removed signal callback function in CheeseCamera. Fixes bug 662852. - Improved CheeseCameraDeviceMonitor::added signal CheeseCameraDeviceMonitor:added has now a CheeseCameraDevice argument. CheeseCameraDeviceMonitor is also now a member of CheeseCamera. - Add a long description to the DOAP file - help: fixed another typo - help: moving introduction page back to .page - help: fixed typo in Makefile.am - help: updated Makefile.am - Overhaul the libcheese documentation Add documentation for CheeseCameraDevice. Remove bogus XML included in the library overview. Add section documentation to all classes, and mark them as unstable. Add GObject and GObjectClass struct documentation. - help: renamed pages and rearranged sections Moved all pages, except introduction.page, into sections to make index look nicer. - Use license-type in the about dialog - Connect thumbnail nav button signals The thumb nav widget crashed when clicking the buttons to scroll the thumbnail view. This was caused by connecting to the wrong signals: ‘button-pressed-event’ and ‘button-released-event’, rather than ‘pressed’ and ‘released’. There was also some duplicate code for creating the left button, which led to a GtkButton being leaked when the thumb nav was created. Fixes bug 660686. - Remove obsolete MAINTAINERS file http://live.gnome.org/Git/FAQ#How_do_I_add_a_description_to_the_git_web_view.3F__What_is_this_.22blah.doap.22.3F - Remove obsolote cicl script - Increase the photo count in burst mode to 100000 Fixes bug 659977 - Use an idle handler to generate thumbnails A thread was used for generating thumbnails for CheeseThumbView, but this had problems with concurrent access to the GtkListStore which backs the thumb view, as in bug 648936. A simpler approach is to use an idle handler, which avoids the need for acquiring the GDK lock. - Restore gudev checks during configure - Added/Updated Translations - be, courtesy of Yuri Matsuk - de, courtesy of Mario Blättermann - es, courtesy of Daniel Mustieles - et, courtesy of Mattias Põldaru - gl, courtesy of Fran Dieguez - he, courtesy of Yaron Shahrabani - lt, courtesy of Aurimas Černius - nb, courtesy of Kjartan Maraas - sv, courtesy of Daniel Nylander - tr, courtesy of Muhammet Kara - xh, courtesy of Andiswa Mvanyashe - Added/Updated Documentation - es, courtesy of Daniel Mustieles ======================================== evolution ======================================== Evolution 3.3.2 2011-11-21 -------------------------- Bug Fixes: Bug 440316 - Improve SSL Certificate check bad signature dialog (Milan Crha) Bug 565483 - "All folders" does not search all folders (Milan Crha) Bug 627952 - 'Local delivery' mbox's aren't read properly (Milan Crha) Bug 636214 - Fetch configuration details from server (Punit Jain) Bug 659557 - Duplicate mnemonic in ldap address book creation dialog (Vibha Yadav) Bug 659736 - GOA Google calendar prevents settings change (Milan Crha) Bug 659945 - "New" button in toolbar for new mail message not working (Milan Crha) Bug 660782 - [pst-import] Missing 'To' on message replies (Milan Crha) Bug 660878 - Configuration options are not autofilled (Punit Jain) Bug 661126 - Meeting Free/busy dialog dates don't follow locale (Milan Crha) Bug 662589 - 'Retrieve List' for new Google calendar does not use proxy (Milan Crha) Bug 662742 - Double free when expunging completed tasks (Milan Crha) Bug 662914 - Reply to gnupg signed mails should be signed (Milan Crha) Bug 662929 - POP3 prevents expunge of local Inbox in offline (Milan Crha) Bug 663286 - Changing view clears Contact preview (Milan Crha) Bug 663372 - Actions not updated after disabling account (Matthew Barnes) Bug 663376 - Folder->Properties enabled when no folder selected (Matthew Barnes) Bug 663746 - Can't finish new account configuration for POP (Milan Crha) Bug 663748 - Unable to reconfigure GOA GMail account (Milan Crha) Bug 663836 - emae_send_page() gets wrong CamelProvider (Matthew Barnes) Bug 664001 - Account setup asks to configure SMTP when not needed (Milan Crha) Bug 664016 - [evolution-alarm-notify] Try to reconnect offline calendars (Milan Crha) Other Changes: * Remove g_thread_init() calls. (Matthew Barnes) * Teach Evolution about Photo/Logo EContact fields stored as URIs (Tristan Van Berkom) * Add EAuthComboBox widget. (Matthew Barnes) * EMAccountEditor: Start using CamelNetworkSettings. (Matthew Barnes) * Call e_gdbus_templates_init_main_thread() in main() (Milan Crha) * Kill gtk-doc tmpl files. (Matthew Barnes) * Removing a redundant virtual function (Punit Jain) * Remove SQLite mail summary migration. (Matthew Barnes) * EMAccountEditor: Add a review page. (Punit Jain) * Preset 'width-chars' for account type description labels (Milan Crha) * Use CamelSExp instead of ESExp in filter, mail. (Matthew Barnes) Translations: Mario Blättermann (de) Daniel Mustieles (es) Jorge González (es) Fran Diéguez (gl) Algimantas Margevičius (lt) Kjartan Maraas (nb) ======================================== file-roller ======================================== version 3.2.2 ------------- New or updated application translations: * Burmese (Vampire) * Esperanto (Kristjan SCHMIDT) ======================================== gedit ======================================== =========== gedit 3.2.3 =========== New Features and Fixes ====================== - Fix crash when dropping file in gedit with snippets plugin active (Paolo Borelli) - Misc bugfixes New and updated translations ============================ - de (Mario Blättermann) - my (phonemyintkhaing) =========== gedit 3.2.2 =========== New Features and Fixes ====================== - More help awesome (Jim Campbell) - Misc bugfixes New and updated translations ============================ - be (Sviatlana Liasovich) - es (Jorge González) - fr (Bruno Brouard) - pl (Piotr Drąg) - sk (Ivan Masár) - vi (Nguyễn Thái Ngọc Duy) ======================================== gnome-documents ======================================== 0.3.2 - "Steady Diet of Nothing" ================================ - Initial support for Google Docs collections - Initial support for user-defined collections - Major UI revamp: * removed the sidebar * moved the search entry beneath the top bar in a hiding container * use single-click activation mode in the overview * first implementation of a "Selection" mode * animate state changes - Improve query and loading speed - Field selection support for search filtering (author, title) - Fix loading of cached documents - Many, many minor improvements and fixes ======================================== nemiver ======================================== 0.9.1 Release ============= Andrej Žnidaršič Updated Slovenian translation Daniel Mustieles Updated Spanish translation Dodji Seketeli Handle deprecated functions on glibmm-2.4 2.30.0 and glib-2.0 2.31.0 Bye bye gziped tarballs, welcome xz #664385 - Source code tab label completely ellipsized Allow shrinking of the memory view widget Relax the fixed minimum sizes preventing shrinking Allow selecting current frame twice consecutively Fabien Parent #646698 Add cmd line option to choose the gdb binary #659462 Handle plural form of a string Use local time instead of UTC time Jorge González Updated Spanish translation Marek Černocký Updated Czech translation Mario Blättermann Updated German translation Martin Srebotnjak Updated Slovenian translation Matej Urbančič: Updated Slovenian translation Takeshi AIHANA Updated Japanese translation. dmustieles Updated Spanish translation ======================================== orca ======================================== 3.3.2 - 21 November 2011 General * Fix for bug #664386 - Orca does not always present image links in WebKitGtk content * Fix for bug #664384 - Need to move getLinkBasename() functionality out of Gecko script so all scripts can use it * Fix for bug #659023 - Orca does not speak the desktop icon names in fallback mode if tutorial messages are enabled * Fix for bug #661893 - Viewing package list of a www.launchpad.net PPA causes Orca to stop working on Firefox 7.0.1 * Fix for bug #660099 - Cannot re-bind Orca keybindings via Preferences dialog New and updated translations (THANKS EVERYONE!!!): es Spanish Daniel Mustieles id Indonesian Andika Triwidada nb Norwegian bokmål Kjartan Maraas te Telugu A Mohan Vamsee tr Turkish Muhammet Kara ========= ======================================== seahorse ======================================== seahorse 3.3.2 -------------- * Refactoring of how actions work * Add ability to lock and unlock places from the sidebar * Implement login to smart cards and PKCS#11 tokens * Remove experimental check selection on sidebar * Listing of private keys on smart cards and PKCS#11 tokens * Showing matching keys and certificates together, in listing and properties * Translation, build fixes * Don't crash if gpg or gpg2 don't run correctly. * Fix problems editing PGP key servers * Don't load key signatures unless showing key properties * Updated translations ======================================== vinagre ======================================== Vinagre 3.3.2 ============= Ana Shopovska (1): Change the group names from lowercase to CamelCase David King (3): Post-release version bump to 3.3.2 Use a button-sized image on ‘Authenticate’ button Update NEWS for 3.3.2 release Fran Diéguez (1): Updated Galician translations Jiro Matsuzawa (1): Updated Japanese translation Jorge González (2): Updated Spanish translation Updated Spanish translation Kjartan Maraas (1): Updated Norwegian bokmål translation Muhammet Kara (1): [l10n]Updated Turkish translation Sorina Sandu (1): Modified screenshot timestamp using current time Victoria Martinez de la Cruz (1): Use GtkGrid rather than deprecated GtkTable Yaron Shahrabani (1): Updated Hebrew translation. YunQiang Su (1): fix an zh_CN translation mistake