summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2014-11-10 22:58:27 +0000
committerDavid King <amigadave@amigadave.com>2014-11-10 22:58:27 +0000
commit346938abe194ab691c84076725e245a60eccd031 (patch)
tree442674be1a16af4a877ea00f0a91d0dab42b233f
parenta0eb380c618e55657f217dcb617e31ba7d4ecfc5 (diff)
downloadcheese-346938abe194ab691c84076725e245a60eccd031.tar.gz
Update NEWS for 3.14.2 release3.14.2
-rw-r--r--NEWS19
-rw-r--r--configure.ac6
2 files changed, 22 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5cefdb99..e74c35ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,25 @@
ChangeLog for Cheese
--------------------
+version 3.14.2
+ - Add name and summary elements to AppData
+ Pacify appstream-util validate.
+ - Limit default size for avatar cropping
+ Commit c605ad3578ff66452bd7b01d257f31c64e7905ef enlarged default size
+ for cropping avatars thus crop rectangle could be easily bigger then
+ image. The crop rectagle can't be modified and cc_crop_area_get_picture
+ causes errors if the rectangle is bigger, because it has negative
+ coordinates. Limit the default size to fit the image also.
+ https://bugzilla.gnome.org/show_bug.cgi?id=739870
+ - Substitute bindir and libexecdir in Makefile.am
+ Rather than substituting the values of libexecdir and bindir during
+ configure, which might include some unexpanded shell variables, expand
+ and substitute them as targets in Makefile.am instead.
+ https://bugzilla.gnome.org/show_bug.cgi?id=726095
+ - Use AC_PROG_SED in configure.ac
+ - Bump required Vala version for get_menu_by_id()
+ Used to get the given menu from GtkApplication.
+
version 3.14.1
- Use LT_LIB_M to find the math library
libcheese-gtk needs to link with -lm to find the fmod function.
diff --git a/configure.ac b/configure.ac
index 13843f7e..d317f156 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.14.1],
+ [3.14.2],
[https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
[cheese],
[https://wiki.gnome.org/Apps/Cheese])
@@ -45,8 +45,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:30:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:14:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:31:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:15:1])
#*******************************************************************************
# Internationalization