[cheese] Update NEWS for 3.7.90 release



commit a18744b69d7e4260d61ecc5fe02a6d8ef8ac0eab
Author: David King <amigadave amigadave com>
Date:   Mon Feb 18 21:13:59 2013 +0000

    Update NEWS for 3.7.90 release

 NEWS         |   22 ++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 25 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 88fb316..80509c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,28 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.7.90
+  - Change schema path to standard format, bug 673965
+  - Remove libgee dependency from configure.ac
+    Since commit 4dc020519fb57a9e0fac806ce9b421a551ffa2a4 Cheese no longer
+    depends on libgee.
+  - Avoid using libgee
+    Rather than port to libgee 0.8, drop use of it entirely.
+  - Post-release version bump to 3.7.5
+  - Added/Updated Translations
+    - an, courtesy of Daniel Martinez
+    - eu, courtesy of IÃaki LarraÃaga Murgoitio
+    - it, courtesy of Milo Casagrande
+    - pl, courtesy of Piotr DrÄg
+    - sr, courtesy of ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ
+    - sr latin, courtesy of Miroslav NikoliÄ
+    - ug, courtesy of Gheyret Kenji
+    - zh_HK, courtesy of Chao-Hsiung Liao
+    - zh_TW, courtesy of Chao-Hsiung Liao
+  - Added/Updated Documentation
+    - de, courtesy of Tobias111
+    - es, courtesy of Daniel Mustieles
+
 version 3.7.4
   - Eliminate an instance-used-via-static warning
   - Avoid deprecated GFile attribute syntax
diff --git a/configure.ac b/configure.ac
index 7635f39..aae314b 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.7.5],
+        [3.7.90],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
         [cheese],
         [http://projects.gnome.org/cheese/])
@@ -41,8 +41,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], [7:3:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [23:3:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:4:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [23:4:0])
 
 #*******************************************************************************
 # Internationalization


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