diff options
author | David King <amigadave@amigadave.com> | 2014-03-17 21:43:57 +0000 |
---|---|---|
committer | David King <amigadave@amigadave.com> | 2014-03-17 21:43:57 +0000 |
commit | 42cf25dcb06c9be2c38488e356c8d15eaf221ad3 (patch) | |
tree | ab708dfa6acba281c5f17463509d004ab9c28a98 | |
parent | 9697f05e2c0ce03b96791ec2fa9b993c4c505164 (diff) |
Update NEWS for 3.11.92 release
-rw-r--r-- | NEWS | 20 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 22 insertions, 2 deletions
@@ -1,6 +1,26 @@ ChangeLog for Cheese -------------------- +version 3.11.92 + - Use new GApplicationCommandline handling + Additionally, avoid a non-literal format warning. + https://bugzilla.gnome.org/show_bug.cgi?id=725994 + - Post-release version bump to 3.11.92 + - Added/Updated Translations + - ca, courtesy of Pau Iranzo + - fi, courtesy of Jiri Grönroos + - ko, courtesy of Changwoo Ryu + - lv, courtesy of Rūdolfs Mazurs + - pa, courtesy of A S Alam + - pl, courtesy of Paweł Żołnowski + - pt, courtesy of Tiago S. + - ru, courtesy of Yuri Myasoedov + - sr, courtesy of Мирослав Николић + - sr@latin, courtesy of Miroslav Nikolić + - Added/Updated Documentation + - es, courtesy of Daniel Mustieles + - fr, courtesy of naybnet + version 3.11.91 - Work around non-existent Makefile during clean - Mark help images as untranslatable diff --git a/configure.ac b/configure.ac index 0d32e649..be7a3133 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:21:0]) -AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:5:1]) +AC_SUBST([LIBCHEESE_LT_VERSION], [7:22:0]) +AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:6:1]) #******************************************************************************* # Internationalization |