[cheese: 3/3] Update NEWS for 3.25.90 release
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese: 3/3] Update NEWS for 3.25.90 release
- Date: Tue, 8 Aug 2017 06:02:40 +0000 (UTC)
commit 2803aca0648bd13de7ba80bf34f367a58a9be46d
Author: David King <amigadave amigadave com>
Date: Tue Aug 8 06:57:36 2017 +0100
Update NEWS for 3.25.90 release
NEWS | 40 ++++++++++++++++++++++++++++++++++++++++
configure.ac | 6 +++---
2 files changed, 43 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9890232..c03db11 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 <files> 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
diff --git a/configure.ac b/configure.ac
index 7f1d1fe..d2a8832 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.24.0],
+ [3.25.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:7:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:7:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [8:8:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:8:0])
#*******************************************************************************
# Internationalization
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]