[cheese] Update NEWS for 3.28.0 release



commit 355c121cd032837cad1bd54e1a560afc0712acba
Author: David King <amigadave amigadave com>
Date:   Mon Mar 12 13:29:22 2018 +0000

    Update NEWS for 3.28.0 release

 NEWS         |   31 +++++++++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 34 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 954db2f..1343d32 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,37 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.28.0
+  - Add new device monitor methods to documentation
+  - monitor: Implement GAsyncInitable interface
+    Monitor initialization may block if external camera is connected,
+    probably due to some kernel bug. It causes freezes for applications,
+    which is not acceptable. Let's implement GAsyncInitable interface,
+    so it can be initialized asynchronously.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=782627
+  - Remove the OMF file
+    It’s a gnome-doc-utils/ScrollKeeper leftover.
+  - help: Remove unused blurry images (screenshots?) that bloat the
+    tarball
+  - Added/Updated Translations
+    - af, courtesy of Pieter Schalk Schoeman
+    - ca@valencia, courtesy of Xavi Ivars
+    - eo, courtesy of Anders JONSSON
+    - et, courtesy of Mart Raudsepp
+    - fa, courtesy of Arash Mousavi
+    - hi, courtesy of G Karunakar
+    - hr, courtesy of gogo
+    - is, courtesy of Sveinn í Felli
+    - ja, courtesy of Jiro Matsuzawa
+    - ne, courtesy of Pawan Chitrakar
+  - Added/Updated Documentation
+    - el, courtesy of Efstathios Iosifidis
+    - fr, courtesy of Charles Monzat
+    - gl, courtesy of marcos
+    - nl, courtesy of Justin van Steijn
+    - pl, courtesy of Piotr Drąg
+
 version 3.26.0
   - Added/Updated Translations
     - bg, courtesy of Alexander Shopov
diff --git a/configure.ac b/configure.ac
index e36cd6a..5b1bafe 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.26.0],
+        [3.28.0],
         [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:9:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:9:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [8:10:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [26:0:1])
 
 #*******************************************************************************
 # Internationalization


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