From 0ab3f89d8bd92d20cd475906f9e844d255c11834 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 3 Mar 2014 20:47:39 +0000 Subject: [PATCH] Update NEWS for 3.11.91 release --- NEWS | 18 ++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f955776a..65958a7c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,24 @@ ChangeLog for Cheese -------------------- +version 3.11.91 + - Work around non-existent Makefile during clean + - Mark help images as untranslatable + Delete translations of images that don't need them and of images that + aren't used any more. + - Review index and pref help for 3.12 + - Update intro and features help for 3.12 + - Post-release version bump to 3.11.91 + - Added/Updated Translations + - be, courtesy of Yuri Matsuk + - cs, courtesy of Marek Černocký + - fr, courtesy of Alain Lojewski + - hu, courtesy of Gabor Kelemen + - Added/Updated Documentation + - cs, courtesy of Marek Černocký + - es, courtesy of Daniel Mustieles + - hu, courtesy of Gabor Kelemen + version 3.11.90 - Remove g_type_init() from test-libcheese.c - Update copyright in about dialogue diff --git a/configure.ac b/configure.ac index eb7c621a..bcb0d06a 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:20:0]) -AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:4:1]) +AC_SUBST([LIBCHEESE_LT_VERSION], [7:21:0]) +AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:5:1]) #******************************************************************************* # Internationalization -- 2.11.4.GIT