diff options
author | David King <amigadave@amigadave.com> | 2012-08-06 22:30:48 +0100 |
---|---|---|
committer | David King <amigadave@amigadave.com> | 2012-08-06 22:30:48 +0100 |
commit | a1ce90811934b18fc1a4a804cde3ff84ccc293c7 (patch) | |
tree | bb58849553a0c8d01ad88015e441a9e71cf10647 | |
parent | 1b026cbb3756a5db16ad204ea766475a73d57767 (diff) |
Update NEWS for 3.5.5 release
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 25 insertions, 2 deletions
@@ -1,6 +1,29 @@ ChangeLog for Cheese -------------------- +version 3.5.5 + - Fix zh_CN translation markup + - Set G_LOG_DOMAIN for libcheese and libcheese-gtk + Define the logging domain for the GLib logging system, so that messages + are prefixed with the name of the library. + - Fix missing translation for a string + https://bugzilla.gnome.org/show_bug.cgi?id=680756 + - Post-release bump to version 3.5.5 + - Added/Updated Translations + - as, courtesy of Nilamdyuti Goswami + - de, courtesy of Tobias Endrigkeit + - el, courtesy of Tom Tryfonidis + - es, courtesy of Daniel Mustieles + - gl, courtesy of Fran Dieguez + - gu, courtesy of "Last-Translator: \n" + - ja, courtesy of Jiro Matsuzawa + - sl, courtesy of Matej Urbančič + - zh_CN, courtesy of Wylmer Wang + - zh_HK, courtesy of Chao-Hsiung Liao + - zh_TW, courtesy of Chao-Hsiung Liao + - Added/Updated Documentation + - zh_CN, courtesy of Wylmer Wang + version 3.5.4 - Require Clutter 1.10.0 for aspect frame changes - help: fixed broken links in Mallard docs diff --git a/configure.ac b/configure.ac index ee74e4d3..9710c579 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], [6:3:3]) -AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [22:7:1]) +AC_SUBST([LIBCHEESE_LT_VERSION], [6:4:3]) +AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [22:8:1]) #******************************************************************************* # Internationalization |