summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-04-28 08:14:37 +0100
committerDavid King <amigadave@amigadave.com>2015-04-28 08:14:37 +0100
commit7f4888862045c35db36e5f041f5cf590d9352bed (patch)
treed3621b869f1f0518f91a4737cfde12fdbecb7423
parent76d67096e5736293d8c4af243f8c2258cd77573a (diff)
Update NEWS for 3.17.1 release
-rw-r--r--NEWS15
-rw-r--r--configure.ac6
2 files changed, 18 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 060f378f..9ab06663 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 4df89e81..9e37cb21 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