[cheese/gnome-3-20] Update NEWS for 3.20.2 release



commit ade53f644a4e108c7e697e7221b01bd22cf53ff7
Author: David King <amigadave amigadave com>
Date:   Mon May 9 22:09:02 2016 +0100

    Update NEWS for 3.20.2 release

 NEWS         |   12 ++++++++++++
 configure.ac |    6 +++---
 2 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6212ff6..9c0b6dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.20.2
+  - 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
+  - Added/Updated Translations
+    - fur, courtesy of Fabio Tomat
+    - pt_BR, courtesy of Enrico Nicoletto
+  - Added/Updated Documentation
+    - pt_BR, courtesy of Enrico Nicoletto
+
 version 3.20.1
   - Added/Updated Translations
     - bg, courtesy of Alexander Shopov
diff --git a/configure.ac b/configure.ac
index 67c62b8..7d334af 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.1],
+        [3.20.2],
         [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:5:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:5:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [8:6:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:6:0])
 
 #*******************************************************************************
 # Internationalization


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