summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-09-14 21:21:31 +0100
committerDavid King <amigadave@amigadave.com>2015-09-14 21:21:31 +0100
commit381a1d5bd4ae261dca846e042e941d23660fcd70 (patch)
treeb8145652213e3dbc12c4c9beed2075e8fcc64bdd
parent776161000076ba5fd695a3c1f781484781280d20 (diff)
downloadcheese-381a1d5bd4ae261dca846e042e941d23660fcd70.tar.gz
Update NEWS for 3.17.92 release
-rw-r--r--NEWS44
-rw-r--r--configure.ac6
2 files changed, 47 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a1e80c8f..501f16a0 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 01699c11..e56908a9 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