summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2012-03-26 20:42:39 +0100
committerDavid King <amigadave@amigadave.com>2012-03-26 21:26:31 +0100
commit3cd65a7ba099b3b068bb1ac0ff22ed89f43642ab (patch)
treedf9c0b1f38ec6829bef78d4b5a609e6a7e2223ea
parenta81fc07d376e042a27a84daff6a8260599f9250e (diff)
downloadcheese-3cd65a7ba099b3b068bb1ac0ff22ed89f43642ab.tar.gz
Update NEWS for 3.4.0 release3.4.0
-rw-r--r--NEWS13
-rw-r--r--configure.ac6
2 files changed, 16 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 042dce42..40aebe0e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,19 @@
ChangeLog for Cheese
--------------------
+version 3.4.0
+ - Post-release version bump to 3.4.0
+ - Added/Updated Translations
+ - cs, courtesy of Lucas Lommer
+ - eo, courtesy of Kristjan SCHMIDT
+ - gu, courtesy of "Last-Translator: \n"
+ - pt, courtesy of Duarte Loreto
+ - te, courtesy of GVS.Giri
+ - vi, courtesy of Nguyễn Thái Ngọc Duy
+ - Added/Updated Documentation
+ - lv, courtesy of Rūdolfs Mazurs
+ - te, courtesy of Bhuvan Krishna
+
version 3.3.92
- Bump version to 3.3.92
- Avoid overwriting errors in CheeseCamera
diff --git a/configure.ac b/configure.ac
index b04e32d2..2db0c14e 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],
- [4.0.0],
+ [3.4.0],
[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], [5:2:2])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [22:2:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [5:3:2])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [22:3:1])
#*******************************************************************************
# Internationalization