[cheese] Update NEWS for 3.13.92 release



commit c675285727105cf55911bd37397e4b9a8c41b0cc
Author: David King <amigadave amigadave com>
Date:   Mon Sep 15 21:44:29 2014 +0100

    Update NEWS for 3.13.92 release

 Makefile.am  |    2 +-
 NEWS         |   29 ++++++++++++++++++++++++++++-
 configure.ac |    6 +++---
 3 files changed, 32 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ca36ba7..c811239 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 a19447e..d759502 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 6084ca3..24fec26 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]