From 2803aca0648bd13de7ba80bf34f367a58a9be46d Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 8 Aug 2017 06:57:36 +0100 Subject: Update NEWS for 3.25.90 release --- NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 98902329..c03db116 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,46 @@ ChangeLog for Cheese -------------------- +version 3.25.90 + - Remove camera service + It was an experiment, but in future PipeWire will be used instead, so it + is no longer needed. + - Remove some unused configuration variables + - Correctly select the given camera device + Due to a bug in the VAPI file the code would pass a string to the camera + setup routine instead of a CameraDevice object. As the setup routine + already has code to automatically select an appropriate device based on + the name passing an argument is not even required. + + Note that the --device parameter might be somewhat confusing as it + refers to the devices name and not to the /dev/videoX device file. + + https://bugzilla.gnome.org/show_bug.cgi?id=777047 + - Fix bug 773526 + Fix bug 773526 to use consisent language about the user's home folder. + Fix tag to be used around one folder and not multiple folders. + Update last sentence to shorten and simplify it. + - camera-device: limit width and height + Set a limit on the width and height or else we might end scanning and + overflowing forever. + - camera-device: handle fraction ranges + Add support for fraction ranges + - camera: remove dead instance variables + https://bugzilla.gnome.org/show_bug.cgi?id=780021 + - Added/Updated Translations + - ne, courtesy of Pawan Chitrakar + - pl, courtesy of Piotr Drąg + - tr, courtesy of Emin Tufan Çetin + - Added/Updated Documentation + - cs, courtesy of Marek Černocký + - de, courtesy of Christian Kirbach + - es, courtesy of Daniel Mustieles + - hu, courtesy of Gabor Kelemen + - id, courtesy of Andika Triwidada + - pl, courtesy of Piotr Drąg + - pt_BR, courtesy of Rafael Fontenelle + - sv, courtesy of Anders Jonsson + version 3.24.0 - Fix build with new vala - camera: don't use hardcoded format -- cgit v1.2.1