[cheese/gnome-3-6] Update NEWS for 3.6.2 release



commit b34ed5f70227c659f3b5b07760204c31714392a0
Author: David King <amigadave amigadave com>
Date:   Mon Nov 12 21:32:58 2012 +0000

    Update NEWS for 3.6.2 release

 NEWS         |   12 ++++++++++++
 configure.ac |    4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 64cf958..a18ee2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.6.2
+  - Handle thumbnail directory creation, bug 671614
+  - Return NULL rather than a const empty string
+    Fix bug 687042 and bug 687123 by returning NULL from
+    cheese_camera_get_recorded_time() rather than a const empty string. The
+    returned NULL can be safely freed with g_free(), whereas freeing the
+    const string is undefined and leads to a crash with glibc.
+  - Post-release version bump to 3.6.2
+  - Added/Updated Translations
+    - el, courtesy of Tom Tryfonidis
+  - Added/Updated Documentation
+
 version 3.6.1
   - Post-release version bump to 3.6.1
   - Added/Updated Translations
diff --git a/configure.ac b/configure.ac
index 1644b49..7c5e041 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], [7:2:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [23:2:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:3:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [23:3:0])
 
 #*******************************************************************************
 # Internationalization



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