summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2014-02-17 20:52:37 +0000
committerDavid King <amigadave@amigadave.com>2014-02-17 21:01:43 +0000
commit9bb37a62402e95b6b51a84218c31ab71fc7352c5 (patch)
treec5ec46dabfef5850288bc706656fdfb32f0a26eb
parent2fe1edb3f696906929a997222783a52b59b81257 (diff)
downloadcheese-3.11.90.tar.gz
Update NEWS for 3.11.90 release3.11.90
-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