[cheese/gnome-3-32] Update NEWS for 3.32.1 release



commit f968f45985a93a75ce20236615bf8ff5586174ce
Author: David King <amigadave amigadave com>
Date:   Mon Apr 8 16:16:27 2019 +0100

    Update NEWS for 3.32.1 release

 NEWS         | 18 ++++++++++++++++++
 configure.ac |  6 +++---
 2 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1311053a..4c523f81 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,24 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.32.1
+  - icon: update app icon
+    GNOME 3.32 redesign of app icons.
+    See https://gitlab.gnome.org/GNOME/Initiatives/issues/2
+    for more info.
+
+    /label ~"9. Initiative: AppIconRedesign"
+  - Fix g_assert() use in tests
+    Rather than using g_assert(), which is disabled if G_DISABLE_ASSERT is
+    set, use the g_assert_*() macros that are explicitly intended for use in
+    unit tests, and unaffected.
+
+    https://gitlab.gnome.org/GNOME/cheese/issues/22
+  - Added/Updated Translations
+    - da, courtesy of Alan Mortensen
+    - eo, courtesy of Kristjan SCHMIDT
+    - hr, courtesy of gogo
+
 version 3.32.0
   - Added/Updated Translations
     - cs, courtesy of Marek Černocký
diff --git a/configure.ac b/configure.ac
index e3d37a04..49e86480 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.32.0],
+        [3.32.1],
         [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:12:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [26:2:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [8:13:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [26:3:1])
 
 #*******************************************************************************
 # Internationalization


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