[cheese] Update NEWS for 3.19.90



commit 196d353cc708436ef781c11578e6232c8d16f1c7
Author: David King <amigadave amigadave com>
Date:   Tue Feb 16 10:05:56 2016 +0000

    Update NEWS for 3.19.90

 NEWS         |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 57 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5a2fc29..1f74b57 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,60 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.19.90
+  - Use same alias as upstream for XDG directories
+    https://bugzilla.gnome.org/show_bug.cgi?id=761952
+  - Rename icon to match application namespace
+    This is required in preparation for xdg-app.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=761197
+  - Drop udev dependency
+    All that udev was used for is now covered by GstDeviceMonitor.
+  - Add a missing tag to the AppData file
+  - Update the AppData to spec version 0.7+
+  - build-sys: Annotate we don't support srcdir != builddir from git
+    Due to vala.
+  - Fix resizing and scaling of video preview
+    Allow the preview to expand, and set a reasonable minimum height and
+    width.
+  - Set a minimum effect actor size
+    This allows the effects previews to expand with the size of the window.
+  - Replace some stray references to ClutterTexture
+    Fix rendering into effects previews, although the size of the previews
+    is still incorrect.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=755084
+  - Fix German desktop file translation
+  - Added/Updated Translations
+    - an, courtesy of Daniel
+    - ar, courtesy of Khaled Hosny
+    - de, courtesy of Mario Blättermann
+    - eo, courtesy of Kristjan SCHMIDT
+    - es, courtesy of Daniel Mustieles
+    - eu, courtesy of Inaki Larranaga Murgoitio
+    - fi, courtesy of Jiri Grönroos
+    - fur, courtesy of Fabio Tomat
+    - he, courtesy of Yosef Or Boczko
+    - hu, courtesy of Meskó Balázs
+    - it, courtesy of Milo Casagrande
+    - ja, courtesy of Jiro Matsuzawa
+    - ko, courtesy of Changwoo Ryu
+    - lt, courtesy of Aurimas Černius
+    - pl, courtesy of Piotr Drąg
+    - pt_BR, courtesy of Rafael Fontenelle
+    - sk, courtesy of Dušan Kazik
+    - sl, courtesy of Matej Urbančič
+    - sv, courtesy of Anders Jonsson
+    - th, courtesy of Akom Chotiphantawanon
+    - uk, courtesy of Daniel Korostil
+    - vi, courtesy of Trần Ngọc Quân
+    - zh_CN, courtesy of Dean Chen
+  - Added/Updated Documentation
+    - es, courtesy of Daniel Mustieles
+    - ko, courtesy of Youngbin Han
+    - nl, courtesy of Hannie Dumoleyn
+    - sv, courtesy of Sebastian Rasmussen
+
 version 3.18.0
   - Mark forgotten strings for translation
     Not a string freeze break.
diff --git a/configure.ac b/configure.ac
index 029e791..b0d332c 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.18.0],
+        [3.19.90],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
         [cheese],
         [https://wiki.gnome.org/Apps/Cheese])
@@ -48,8 +48,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], [8:2:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:2:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [8:3:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:3:0])
 
 #*******************************************************************************
 # Internationalization


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