summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2016-05-09 22:09:02 +0100
committerDavid King <amigadave@amigadave.com>2016-05-09 22:09:02 +0100
commitade53f644a4e108c7e697e7221b01bd22cf53ff7 (patch)
treea37fb0e5f50adaedf4d69363f3fe2650334cbf23
parentca5637c4f99099c7ec40fb90d72f9fe68b973d1d (diff)
downloadcheese-ade53f644a4e108c7e697e7221b01bd22cf53ff7.tar.gz
Update NEWS for 3.20.2 release
-rw-r--r--NEWS12
-rw-r--r--configure.ac6
2 files changed, 15 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6212ff62..9c0b6dd3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
ChangeLog for Cheese
--------------------
+version 3.20.2
+ - Explicitly mark the GSettings schema for intltool
+ As recommended in the GSettings documentation.
+ - Add gettext-domain the GSettings schema
+ - Fix fallback application icon name
+ https://bugzilla.gnome.org/show_bug.cgi?id=765874
+ - Added/Updated Translations
+ - fur, courtesy of Fabio Tomat
+ - pt_BR, courtesy of Enrico Nicoletto
+ - Added/Updated Documentation
+ - pt_BR, courtesy of Enrico Nicoletto
+
version 3.20.1
- Added/Updated Translations
- bg, courtesy of Alexander Shopov
diff --git a/configure.ac b/configure.ac
index 67c62b83..7d334afc 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.20.1],
+ [3.20.2],
[https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
[cheese],
[https://wiki.gnome.org/Apps/Cheese])
@@ -48,8 +48,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:5:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:5:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [8:6:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:6:0])
#*******************************************************************************
# Internationalization