[cheese] Update NEWS for 3.32.0 release



commit 70cd445781ffa08dff1ddad84ee949fd1476d9aa
Author: David King <amigadave amigadave com>
Date:   Tue Mar 12 15:11:14 2019 +0000

    Update NEWS for 3.32.0 release

 NEWS         | 34 ++++++++++++++++++++++++++++++++++
 configure.ac |  6 +++---
 2 files changed, 37 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 12df53d3..1311053a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,40 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.32.0
+  - Added/Updated Translations
+    - cs, courtesy of Marek Černocký
+    - da, courtesy of Alan Mortensen
+    - de, courtesy of Tim Sabsch
+    - el, courtesy of Efstathios Iosifidis
+    - es, courtesy of Daniel Mustieles
+    - et, courtesy of Mart Raudsepp
+    - fi, courtesy of Jiri Grönroos
+    - fr, courtesy of Charles Monzat
+    - fur, courtesy of Fabio Tomat
+    - gl, courtesy of Fran Dieguez
+    - hu, courtesy of Balázs Úr
+    - id, courtesy of Kukuh Syafaat
+    - it, courtesy of Milo Casagrande
+    - ja, courtesy of sicklylife
+    - kk, courtesy of Baurzhan Muftakhidinov
+    - ko, courtesy of Changwoo Ryu
+    - lt, courtesy of Aurimas Černius
+    - lv, courtesy of Rūdolfs Mazurs
+    - nb, courtesy of Kjartan Maraas
+    - nl, courtesy of Nathan Follens
+    - pt_BR, courtesy of Rafael Fontenelle
+    - ro, courtesy of Daniel Șerbănescu
+    - ru, courtesy of Stas Solovey
+    - sl, courtesy of Matej Urbančič
+    - sr, courtesy of Марко М. Костић
+    - sv, courtesy of Anders Jonsson
+    - tr, courtesy of Emin Tufan Çetin
+    - vi, courtesy of Trần Ngọc Quân
+    - zh_TW, courtesy of pan93412
+  - Added/Updated Documentation
+    - fr, courtesy of Charles Monzat
+
 version 3.31.90
   - Remove app menu
     https://wiki.gnome.org/Initiatives/GnomeGoals/AppMenuRetirement
diff --git a/configure.ac b/configure.ac
index 356ff949..e3d37a04 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.31.90],
+        [3.32.0],
         [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:11:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [26:1:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [8:12:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [26:2:1])
 
 #*******************************************************************************
 # Internationalization


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