[cheese] Update NEWS for 3.17.92 release



commit 381a1d5bd4ae261dca846e042e941d23660fcd70
Author: David King <amigadave amigadave com>
Date:   Mon Sep 14 21:21:31 2015 +0100

    Update NEWS for 3.17.92 release

 NEWS         |   44 ++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 47 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index a1e80c8..501f16a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,50 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.17.92
+  - Maintain aspect ratio when resizing preview window
+
+    Set content-gravity on the preview actor to
+    CLUTTER_CONTENT_GRAVITY_RESIZE_ASPECT.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=754988
+  - libcheese: Fix a run-time warning
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=754556
+  - libcheese: Fix warning on exit
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=754556
+  - Support a default CheeseCamera device
+
+    Accept a name, stash it inside the camera and then search through all
+    the devices present on the system when setting up the camera. If a match
+    is found, use it, otherwise continue to setup the first device.
+  - Avoid crash when creating the default CheeseWidget
+
+    Update the device argument to cheese_camera_new() to reflect the new use
+    of GstDeviceMonitor, by renaming the device_node argument to name. Emit
+    a critical warning if passing a name, as creating a device by name is
+    not yet supported.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=754506
+  - Added/Updated Translations
+    - cs, courtesy of Marek Černocký
+    - de, courtesy of Bernd Homuth
+    - el, courtesy of Tom Tryfonidis
+    - fa, courtesy of Arash Mousavi
+    - fi, courtesy of Jiri Grönroos
+    - fr, courtesy of Alain Lojewski
+    - gl, courtesy of Fran Dieguez
+    - id, courtesy of Andika Triwidada
+    - is, courtesy of Sveinn í Felli
+    - it, courtesy of Milo Casagrande
+    - ja, courtesy of Tsuji Kento
+    - kk, courtesy of Baurzhan Muftakhidinov
+    - ko, courtesy of Changwoo Ryu
+    - lt, courtesy of Aurimas Černius
+    - nb, courtesy of Kjartan Maraas
+    - tr, courtesy of Muhammet Kara
+
 version 3.17.91
   - Add GenericName to desktop file
     https://bugzilla.gnome.org/show_bug.cgi?id=754255
diff --git a/configure.ac b/configure.ac
index 01699c1..e56908a 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.17.91],
+        [3.17.92],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
         [cheese],
         [https://wiki.gnome.org/Apps/Cheese])
@@ -44,8 +44,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:0:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:0:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [8:1:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:1:0])
 
 #*******************************************************************************
 # Internationalization


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