[cheese/gnome-3-18] Update NEWS for 3.18.1 release



commit 7e81ae647222908aee0f54daf8dc246780074120
Author: David King <amigadave amigadave com>
Date:   Tue Oct 13 09:21:49 2015 +0100

    Update NEWS for 3.18.1 release

 NEWS         |   24 ++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 27 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5a2fc29..84a1cc6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,30 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.18.1
+  - Fix resizing and scaling of video preview
+    Allow the preview to expand, and set a reasonable minimum height and
+    width.
+  - Set a minimum effect actor size
+    This allows the effects previews to expand with the size of the window.
+  - Replace some stray references to ClutterTexture
+    Fix rendering into effects previews, although the size of the previews
+    is still incorrect.
+    https://bugzilla.gnome.org/show_bug.cgi?id=755084
+  - Fix German desktop file translation
+  - Added/Updated Translations
+    - ar, courtesy of Khaled Hosny
+    - de, courtesy of Bernd Homuth
+    - eo, courtesy of Kristjan SCHMIDT
+    - es, courtesy of Daniel Mustieles
+    - fi, courtesy of Jiri Grönroos
+    - fur, courtesy of Fabio Tomat
+    - it, courtesy of Milo Casagrande
+    - ko, courtesy of Changwoo Ryu
+    - vi, courtesy of Trần Ngọc Quân
+  - Added/Updated Documentation
+    - ko, courtesy of Youngbin Han
+
 version 3.18.0
   - Mark forgotten strings for translation
     Not a string freeze break.
diff --git a/configure.ac b/configure.ac
index d83d287..e3bd911 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.18.0],
+        [3.18.1],
         [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:2:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:2:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [8:3:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:3:0])
 
 #*******************************************************************************
 # Internationalization


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