summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2014-09-15 21:44:29 +0100
committerDavid King <amigadave@amigadave.com>2014-09-15 21:44:29 +0100
commitc675285727105cf55911bd37397e4b9a8c41b0cc (patch)
tree6504160024c844bd41b8a89a7cec687ff30b8df9
parent9a1f25e1d050f64e88fa0ee3879004aa63d47324 (diff)
downloadcheese-c675285727105cf55911bd37397e4b9a8c41b0cc.tar.gz
Update NEWS for 3.13.92 release3.13.92
-rw-r--r--Makefile.am2
-rw-r--r--NEWS29
-rw-r--r--configure.ac6
3 files changed, 32 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index ca36ba79..c8112395 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -560,7 +560,7 @@ dist_noinst_SCRIPTS = \
autogen.sh
CLEANFILES = \
- $(appdata_XML) \
+ $(appstream_XML) \
$(desktop_DATA) \
$(pkgconfig_DATA) \
$(enum_data) \
diff --git a/NEWS b/NEWS
index a19447ef..d7595028 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,34 @@
ChangeLog for Cheese
--------------------
-version 3.13.91
+version 3.13.92
+ - Remove outdated GTK+ version check
+ - Use APPSTREAM_XML instead of APPDATA_XML
+ - Remove outdated intltool build rules
+ The intltool-* scripts are not included in the distribution any longer.
+ - Update .pc file Requires and Requires.private
+ - Remove some unnecessary pkg-config dependencies
+ - Fix crash when animating countdown
+ https://bugzilla.gnome.org/show_bug.cgi?id=735285
+ - Post-release version bump to 3.13.91
+ - Added/Updated Translations
+ - bn_IN
+ - de, courtesy of Wolfgang Stoeggl
+ - el, courtesy of Tom Tryfonidis
+ - fi, courtesy of Jiri Grönroos
+ - fr, courtesy of Alain Lojewski
+ - gu
+ - kn
+ - ko, courtesy of Changwoo Ryu
+ - lv, courtesy of Rūdolfs Mazurs
+ - or, courtesy of Manoj Kumar Giri
+ - pl, courtesy of Piotr Drąg
+ - ru, courtesy of Yuri Myasoedov
+ - sk, courtesy of Dušan Kazik
+ - sl, courtesy of Matej Urbančič
+ - sl, courtesy of Shantha Kumar
+
+version 3.13.90.1
- Explicitly link gnome-camera-service to libraries
https://bugzilla.gnome.org/show_bug.cgi?id=735040
- Fix libcheese header include in camera service
diff --git a/configure.ac b/configure.ac
index 6084ca37..24fec26f 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.13.91],
+ [3.13.92],
[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:27:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:11:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:28:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:12:1])
#*******************************************************************************
# Internationalization