[cheese] Update NEWS for 3.15.1 release



commit b3327e888129aa09763a6bbcf453988b9051c582
Author: David King <amigadave amigadave com>
Date:   Mon Oct 27 21:50:22 2014 +0000

    Update NEWS for 3.15.1 release

 NEWS         |   37 +++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 39 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b3e24b1..90c23e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,43 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.15.1
+  - Substitute bindir and libexecdir in Makefile.am
+    Rather than substituting the values of libexecdir and bindir during
+    configure, which might include some unexpanded shell variables, expand
+    and substitute them as targets in Makefile.am instead.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=726095
+  - Use AC_PROG_SED in configure.ac
+  - Remove old marshaller header from doc ignore list
+  - Use get_instance_private() instead of priv pointer
+    Use the generated macro rather than storing a pointer to the private
+    struct within the object.
+  - Drop some trailing semicolons after macros
+  - Use new-style private struct in CheeseCameraDevice
+  - Use _get_instance_private() consistently in camera
+    Use the new cheese_camera_get_instance_private() instead of the old
+    macro.
+  - Bump required Vala version for get_menu_by_id()
+    Use the get the given menu from GtkApplication.
+  - Refactor setup_camera() in CheeseWidget
+    Remove superfluous prototype. Use GSettings convenience getters. Reduce
+    scope of some variables.
+  - Avoid using G_GNUC_CONST on _get_type()
+    As the g_type_ensure() documentation notes, it is incorrect to mark a
+    _get_type() method with G_GNUC_CONST, as it as a side effect the first
+    time it is called.
+  - 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.15.1
+  - Added/Updated Translations
+    - fa, courtesy of Arash Mousavi
+    - it, courtesy of Milo Casagrande
+    - te, courtesy of Krishnababu Krothapalli
+  - Added/Updated Documentation
+
 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 bfe2b11..d42fbbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,8 +45,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:32:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:16:1])
 
 #*******************************************************************************
 # Internationalization


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