[cheese/gnome-3-16] Update NEWS for 3.16.1 release



commit e0c1e7af878ba6c0bbfec85dc417a4c84ecbe223
Author: David King <amigadave amigadave com>
Date:   Mon Apr 13 22:22:09 2015 +0100

    Update NEWS for 3.16.1 release

 NEWS         |   15 +++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 060f378..2ca4ae2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,21 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.16.1
+  - icon: install symbolic to symbolic size
+    rather than installing to scalable size, we install
+    to symbolic due to the nominal size of 16x16
+  - Provide a symbolic variant of the application icon
+    Used for the High Contrast theme.
+
+    The symbolic size has been introduced to hicolor to cope with
+    the nominal size of 16x16 rather than the backward compatible
+    128x128.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=747013
+  - Added/Updated Translations
+    - tg, courtesy of Victor Ibragimov
+
 version 3.16.0
   - Added/Updated Translations
     - vi, courtesy of Trần Ngọc Quân
diff --git a/configure.ac b/configure.ac
index 4df89e8..36c1686 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.16.0],
+        [3.16.1],
         [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], [7:38:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:22:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:39:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:23:1])
 
 #*******************************************************************************
 # Internationalization


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