[cheese/gnome-3-2] Update NEWS for 3.2.2 release



commit de6a689086e63c5f0c30c12a90bc39e70aeae5c4
Author: David King <amigadave amigadave com>
Date:   Mon Nov 14 18:54:14 2011 +0100

    Update NEWS for 3.2.2 release

 NEWS |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index b01974c..c4b15ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,27 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.2.2
+  - Pre-release version bump to 3.2.2
+  - 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.
+  - 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.
+  - 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.
+  - Added/Updated Documentation
+    - fr, courtesy of Bruno Brouard
+    - hu, courtesy of Gabor Kelemen
+
 version 3.2.1
   - configure.ac: Bump cheese version to 3.2.1
   - Do not crash if gnome-video-effects is not present



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]