[cheese] Update NEWS for 3.5.1 release



commit 8324c5d7460ab5a980f213a7acf98654a5fbd5de
Author: David King <amigadave amigadave com>
Date:   Wed May 2 15:20:02 2012 +0100

    Update NEWS for 3.5.1 release

 NEWS         |   33 +++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 35 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 40aebe0..fbf89e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,39 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.5.1
+  - Add cheese_camera_get_recorded_time to API doc
+  - Properly quote $UDEV_REQUIRED variable, bug 673628
+    Otherwise configure fails on systems which don't have libgudev
+    installed.
+  - Stop warnings caused by the mode buttons
+    Once we've set the related action, the label will have been synced, and
+    we won't be able to add an image to the button.
+
+    Setting "use-action-appearance" to False before setting the
+    related-action works around the problem. See GTK+ bug 671912.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=671913
+  - Show a timer when recording a video
+    Fixes bug 599729.
+  - Add documentation for cheese_camera_set_tags
+  - Add some metadata tags to produced files
+    Metadata is important for search and management applications. These tags
+    should help to track files produced by Cheese.
+
+    Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track fisher-privat net>
+  - Post-release version bump to 3.5.1
+  - Added/Updated Translations
+    - el, courtesy of Tom Tryfonidis
+    - es, courtesy of Daniel Mustieles
+    - gl, courtesy of Fran Dieguez
+    - he, courtesy of Yaron Shahrabani
+    - ja, courtesy of Hideki Yamane
+    - nb, courtesy of Kjartan Maraas
+    - sl, courtesy of Matej UrbanÄiÄ
+    - te, courtesy of Sasi Bhushan Boddepalli
+  - Added/Updated Documentation
+
 version 3.4.0
   - Post-release version bump to 3.4.0
   - Added/Updated Translations
diff --git a/configure.ac b/configure.ac
index 874ab3f..8cbbf3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,8 +41,8 @@ GNOME_COMPILE_WARNINGS([maximum])
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-AC_SUBST([LIBCHEESE_LT_VERSION], [5:3:2])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [22:3:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [6:0:3])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [22:4:1])
 
 #*******************************************************************************
 # Internationalization



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