[cheese] Update NEWS for 3.11.5 release



commit 9b1639aa0c91a5e4f5f6516aad416350a0b0363f
Author: David King <amigadave amigadave com>
Date:   Tue Feb 4 08:11:21 2014 +0000

    Update NEWS for 3.11.5 release

 NEWS         |   36 ++++++++++++++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 39 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9f5a5b5..684cc62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,42 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.11.5
+  - Apply style classes to some main window buttons
+    https://wiki.gnome.org/HowDoI/Buttons
+  - Fix the page navigation icons in RTL
+    https://bugzilla.gnome.org/show_bug.cgi?id=723569
+  - Replace deprecated use of ClutterTableLayout
+    Use ClutterGridLayout instead.
+  - Replace deprecated gtk_window_*_opacity()
+    Use gtk_widget_*_opacity() instead.
+  - Disable C warnings for Vala code, bug 710218
+    They generally cannot be resolved in Vala and make the build confusing.
+  - Add programming languages to DOAP file
+  - Clean up Cheese Effects screenshot and decrease filesize (bug 700352)
+  - Update FSF Address
+    https://bugzilla.gnome.org/show_bug.cgi?id=721536
+  - Update project homepage
+
+  - Post-release version bump to 3.11.4
+  - Added/Updated Translations
+    - as, courtesy of Nilamdyuti Goswami
+    - cs, courtesy of Marek Černocký
+    - he, courtesy of Yosef Or Boczko
+    - id, courtesy of Andika Triwidada
+    - kn, courtesy of Daniel Mustieles
+    - lt, courtesy of Aurimas Černius
+    - nb, courtesy of Kjartan Maraas
+    - sk, courtesy of Pavol Klačanský
+    - tg, courtesy of Victor Ibragimov
+    - zh_CN, courtesy of Tong Hui
+    - zh_HK, courtesy of Chao-Hsiung Liao
+    - zh_TW, courtesy of Chao-Hsiung Liao
+  - Added/Updated Documentation
+    - cs, courtesy of Marek Černocký
+    - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
+    - es, courtesy of Daniel Mustieles
+
 version 3.11.3
   - Validate AppData XML during distcheck
 
diff --git a/configure.ac b/configure.ac
index 514610e..dfe1241 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.11.4],
+        [3.11.5],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
         [cheese],
         [https://wiki.gnome.org/Apps/Cheese])
@@ -41,8 +41,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], [7:18:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:2:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:19:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:3:1])
 
 #*******************************************************************************
 # Internationalization


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