summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2014-02-04 08:11:21 +0000
committerDavid King <amigadave@amigadave.com>2014-02-04 08:11:21 +0000
commit9b1639aa0c91a5e4f5f6516aad416350a0b0363f (patch)
tree65e688f3182f2062ac32f2d07963e47ec9a8c6d4
parentd3f9549f4332e95b16d2261d26a4e513b8c17e47 (diff)
downloadcheese-9b1639aa0c91a5e4f5f6516aad416350a0b0363f.tar.gz
Update NEWS for 3.11.5 release3.11.5
-rw-r--r--NEWS36
-rw-r--r--configure.ac6
2 files changed, 39 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 9f5a5b54..684cc626 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,42 @@
ChangeLog for Cheese
--------------------
+version 3.11.5
+ - Apply style classes to some main window buttons
+ https://wiki.gnome.org/HowDoI/Buttons
+ - Fix the page navigation icons in RTL
+ https://bugzilla.gnome.org/show_bug.cgi?id=723569
+ - Replace deprecated use of ClutterTableLayout
+ Use ClutterGridLayout instead.
+ - Replace deprecated gtk_window_*_opacity()
+ Use gtk_widget_*_opacity() instead.
+ - Disable C warnings for Vala code, bug 710218
+ They generally cannot be resolved in Vala and make the build confusing.
+ - Add programming languages to DOAP file
+ - Clean up Cheese Effects screenshot and decrease filesize (bug 700352)
+ - Update FSF Address
+ https://bugzilla.gnome.org/show_bug.cgi?id=721536
+ - Update project homepage
+
+ - Post-release version bump to 3.11.4
+ - Added/Updated Translations
+ - as, courtesy of Nilamdyuti Goswami
+ - cs, courtesy of Marek Černocký
+ - he, courtesy of Yosef Or Boczko
+ - id, courtesy of Andika Triwidada
+ - kn, courtesy of Daniel Mustieles
+ - lt, courtesy of Aurimas Černius
+ - nb, courtesy of Kjartan Maraas
+ - sk, courtesy of Pavol Klačanský
+ - tg, courtesy of Victor Ibragimov
+ - zh_CN, courtesy of Tong Hui
+ - zh_HK, courtesy of Chao-Hsiung Liao
+ - zh_TW, courtesy of Chao-Hsiung Liao
+ - Added/Updated Documentation
+ - cs, courtesy of Marek Černocký
+ - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
+ - es, courtesy of Daniel Mustieles
+
version 3.11.3
- Validate AppData XML during distcheck
diff --git a/configure.ac b/configure.ac
index 514610ed..dfe12411 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
AC_INIT([Cheese],
- [3.11.4],
+ [3.11.5],
[https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
[cheese],
[https://wiki.gnome.org/Apps/Cheese])
@@ -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:18:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:2:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:19:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:3:1])
#*******************************************************************************
# Internationalization