summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent776161000076ba5fd695a3c1f781484781280d20 (diff)
downloadcheese-381a1d5bd4ae261dca846e042e941d23660fcd70.tar.gz
Update NEWS for 3.17.92 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS44
1 files changed, 44 insertions, 0 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