[cheese] Update NEWS for 3.17.1 release
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese] Update NEWS for 3.17.1 release
- Date: Tue, 28 Apr 2015 07:17:39 +0000 (UTC)
commit 7f4888862045c35db36e5f041f5cf590d9352bed
Author: David King <amigadave amigadave com>
Date: Tue Apr 28 08:14:37 2015 +0100
Update NEWS for 3.17.1 release
NEWS | 15 +++++++++++++++
configure.ac | 6 +++---
2 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 060f378..9ab0666 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,21 @@
ChangeLog for Cheese
--------------------
+version 3.17.1
+ - Silence a gtk-doc undeclared symbol warning
+ Split the typedef of CheeseVideoFormat out, so that gtk-doc does not
+ report an undeclared symbol.
+ - Use G_DECLARE_FINAL_TYPE where possible
+ - 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
+
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..9e37cb2 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.17.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:40:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:24:1])
#*******************************************************************************
# Internationalization
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]