summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.ac4
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 684cc626..f955776a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
ChangeLog for Cheese
--------------------
+version 3.11.90
+ - Remove g_type_init() from test-libcheese.c
+ - Update copyright in about dialogue
+ - Fix find usage on FreeBSD and POSIX, bug 724091
+ POSIX find requires a path as an argument.
+ - Post-release version bump to 3.11.90
+ - Added/Updated Translations
+ - de, courtesy of Benjamin Steinwender
+ - uk, courtesy of Daniel Korostil
+ - Added/Updated Documentation
+ - de, courtesy of Jonatan Zeidler
+
version 3.11.5
- Apply style classes to some main window buttons
https://wiki.gnome.org/HowDoI/Buttons
diff --git a/configure.ac b/configure.ac
index 86f7257f..c308ba9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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:19:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:3:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:20:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:4:1])
#*******************************************************************************
# Internationalization