[cheese] Update NEWS for 3.18.0 release



commit f5bb3119b99962e809486575c83190b42f74c218
Author: David King <amigadave amigadave com>
Date:   Tue Sep 22 00:03:34 2015 +0100

    Update NEWS for 3.18.0 release

 NEWS         |   27 +++++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 30 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 501f16a..5a2fc29 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,33 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.18.0
+  - Mark forgotten strings for translation
+    Not a string freeze break.
+  - Added/Updated Translations
+    - cs, courtesy of Marek Černocký
+    - da, courtesy of Kenneth Nielsen
+    - de, courtesy of Bernd Homuth
+    - el, courtesy of Tom Tryfonidis
+    - fr, courtesy of Alain Lojewski
+    - gl, courtesy of Fran Dieguez
+    - hu, courtesy of Balázs Úr
+    - id, courtesy of Andika Triwidada
+    - kk, courtesy of Baurzhan Muftakhidinov
+    - lt, courtesy of Aurimas Černius
+    - lv, courtesy of Rūdolfs Mazurs
+    - nb, courtesy of Kjartan Maraas
+    - pl, courtesy of Piotr Drąg
+    - pt_BR, courtesy of Enrico Nicoletto
+    - pt, courtesy of Pedro Albuquerque
+    - ru, courtesy of Stas Solovey
+    - sk, courtesy of Dušan Kazik
+    - sr, courtesy of Милош Поповић
+    - sr latin, courtesy of Miloš Popović
+    - sv, courtesy of Anders Jonsson
+    - tr, courtesy of Muhammet Kara
+    - zh_TW, courtesy of Cheng-Chia Tseng
+
 version 3.17.92
   - Maintain aspect ratio when resizing preview window
 
diff --git a/configure.ac b/configure.ac
index e56908a..d83d287 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.17.92],
+        [3.18.0],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
         [cheese],
         [https://wiki.gnome.org/Apps/Cheese])
@@ -44,8 +44,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:1:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:1:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [8:2:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:2:0])
 
 #*******************************************************************************
 # Internationalization


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