[cheese] Update NEWS for 3.21.3 release



commit 0b7c515d13cec42c8b0d60a5df1012d01dce0748
Author: David King <amigadave amigadave com>
Date:   Tue Jun 21 06:55:47 2016 +0100

    Update NEWS for 3.21.3 release

 NEWS         |   40 ++++++++++++++++++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 43 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 647c4e7..49338e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,46 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.21.3
+  - Ensure autogen works in non-srcdir builds
+    Only the configure script should be run from the build directory; the
+    rest of the ancillary tools that modify the sources and generate the
+    configure script itself need to be run inside the source directory.
+  - Use AM_DISTCHECK_CONFIGURE_FLAGS
+    DISTCHECK_CONFIGURE_FLAGS is for users and packagers to override
+    distcheck options, while AM_DISTCHECK_CONFIGURE_FLAGS is for the
+    maintainer of the software.
+
+    https://www.gnu.org/software/automake/manual/automake.html#DISTCHECK_005fCONFIGURE_005fFLAGS
+  - Explicitly mark the GSettings schema for intltool
+    As recommended in the GSettings documentation.
+  - Add gettext-domain the GSettings schema
+  - Fix fallback application icon name
+    https://bugzilla.gnome.org/show_bug.cgi?id=765874
+  - fileutil: implement translation of Webcam folder
+    In this commit I added the feature that folder containing captured
+    photos and videos has a name that suits the locale is used by system.
+
+    The problem is that folder to save captured pics and videos has strict
+    name "Webcam".
+
+    To fix this problem I used gettext method.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=761958
+  - Added/Updated Translations
+    - bg, courtesy of Alexander Shopov
+    - fa, courtesy of Arash Mousavi
+    - fur, courtesy of Fabio Tomat
+    - id, courtesy of Andika Triwidada
+    - oc, courtesy of Cédric Valmary (totenoc.eu)
+    - pt_BR, courtesy of Enrico Nicoletto
+    - ro, courtesy of Jobava
+    - th, courtesy of Akom Chotiphantawanon
+    - uk, courtesy of Daniel Korostil
+    - vi, courtesy of Trần Ngọc Quân
+  - Added/Updated Documentation
+    - pt_BR, courtesy of Enrico Nicoletto
+
 version 3.20.0
   - Added/Updated Translations
     - cs, courtesy of Marek Černocký
diff --git a/configure.ac b/configure.ac
index 2a1b016..306845d 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.20.0],
+        [3.21.3],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
         [cheese],
         [https://wiki.gnome.org/Apps/Cheese])
@@ -48,8 +48,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], [8:4:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:4:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [8:7:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:7:0])
 
 #*******************************************************************************
 # Internationalization


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