[cheese] Update NEWS for 3.7.3 release



commit 449a6ca5fe3cf2effd4aa90256c5533a58781f9e
Author: David King <amigadave amigadave com>
Date:   Mon Dec 17 22:52:15 2012 +0000

    Update NEWS for 3.7.3 release

 NEWS         |   40 ++++++++++++++++++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 43 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index fd5d6a8..bc1c67f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,46 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.7.3
+  - Return to the video view after selecting an effect
+    Fixes bug 687879.
+  - More g_thread_init() removal
+    Add --target-glib 2.32 to the VALAFLAGS so that we don't get
+    g_thread_init() in the generated .c code.
+  - Drop calls to g_thread_init() in tests
+    Our dependency on Gtk 3.4 already gives us an indirect dependency on a
+    GLib that no longer requires these calls.
+
+    We got away with this for a while due to gstreamer's public dependency
+    on libgthread, but as of bug 689043 gstreamer no longer does this so we
+    now get link errors.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=689117
+  - 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.
+  - Add keywords to the desktop file
+    This makes gnome-shell search more satisfying.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=687006
+  - Add some missing mnemonics, bug 684513
+  - Post-release verson bump to 3.7.1
+  - Added/Updated Translations
+    - an, courtesy of Jorge PÃrez PÃrez
+    - as, courtesy of Nilamdyuti Goswami
+    - ca valencia, courtesy of Gil Forcada
+    - el, courtesy of Tom Tryfonidis
+    - es, courtesy of Daniel Mustieles
+    - pl, courtesy of Piotr DrÄg
+    - sk, courtesy of Pavol BabinÄÃk
+    - ta, courtesy of Shantha kumar
+  - Added/Updated Documentation
+    - lv, courtesy of RÅdolfs Mazurs
+    - sl, courtesy of Andrej ÅnidarÅiÄ
+
 version 3.6.0
   - Added/Updated Translations
     - bg, courtesy of Krasimir Chonov
diff --git a/configure.ac b/configure.ac
index 5b63e7d..ae8bccb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.64])
 AC_INIT([Cheese],
-        [3.7.1],
+        [3.7.3],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
         [cheese],
         [http://projects.gnome.org/cheese/])
@@ -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:1:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [23:1:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:2:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [23:2:0])
 
 #*******************************************************************************
 # Internationalization



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