[cheese/gnome-3-14] Update NEWS for 3.14.1 release



commit 5ce24ac0049582ea28bfd791a2b3820cf61c3ed0
Author: David King <amigadave amigadave com>
Date:   Mon Oct 13 21:00:53 2014 +0100

    Update NEWS for 3.14.1 release

 NEWS         |   11 +++++++++++
 configure.ac |    4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b3e24b1..5cefdb9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.14.1
+  - Use LT_LIB_M to find the math library
+    libcheese-gtk needs to link with -lm to find the fmod function.
+  - Avoid dereferencing an uninitialized variable
+    Found with Coverity (CID 56653).
+  - Post-release version bump to 3.14.1
+  - Added/Updated Translations
+    - fa, courtesy of Arash Mousavi
+    - it, courtesy of Milo Casagrande
+    - te, courtesy of Krishnababu Krothapalli
+
 version 3.14.0
   - Add gstreamer-plugins-bad-1.0 to GStreamer check
     It is needed for the camerabin2 header.
diff --git a/configure.ac b/configure.ac
index 4d98f55..e90a0dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,8 +44,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:29:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:13:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:30:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:14:1])
 
 #*******************************************************************************
 # Internationalization


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