summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2012-07-16 21:07:17 +0100
committerDavid King <amigadave@amigadave.com>2012-07-16 21:25:08 +0100
commit20605ed0d709476e7d59c937478712761b42cedf (patch)
treee69ac8b4c80ce503acbfe0d658dd8f890afc0e9a
parentfbaacce496bf789a83f774b15d11dc2d268c9fab (diff)
downloadcheese-20605ed0d709476e7d59c937478712761b42cedf.tar.gz
Update NEWS for 3.5.4 release3.5.4
-rw-r--r--NEWS28
-rw-r--r--configure.ac4
2 files changed, 30 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 97480f25..48ee43e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,34 @@
ChangeLog for Cheese
--------------------
+version 3.5.4
+ - Require Clutter 1.10.0 for aspect frame changes
+ - help: fixed broken links in Mallard docs
+ - libcheese: Use Totem's aspect frame
+ Based on the same code as the CheeseAspectFrame, but with
+ the mx dependency removed.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=678976
+ - help: Fix Greek help translation
+ Ampersands need to be escaped in the translations.
+ - docs: Don't try to get documentation from marshal files
+ - Post-release version bump to 3.5.4
+ - Added/Updated Translations
+ - as, courtesy of Nilamdyuti Goswami
+ - be, courtesy of Yuri Matsuk
+ - bg, courtesy of Krasimir Chonov
+ - el, courtesy of Tom Tryfonidis
+ - es, courtesy of Daniel Mustieles
+ - gl, courtesy of Fran Dieguez
+ - he, courtesy of Yaron Shahrabani
+ - id, courtesy of Andika Triwidada
+ - nb, courtesy of Kjartan Maraas
+ - sl, courtesy of Matej Urbančič
+ - Added/Updated Documentation
+ - el, courtesy of Tom Tryfonidis
+ - es, courtesy of Daniel Mustieles
+ - id, courtesy of Andika Triwidada
+
version 3.5.3
- Add border to capture page of preferences dialog
- Add accelerators to menu items
diff --git a/configure.ac b/configure.ac
index f615369a..9f6db0a6 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:2:3])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [22:6:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [6:3:3])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [22:7:1])
#*******************************************************************************
# Internationalization