summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2017-09-11 22:14:25 +0100
committerDavid King <amigadave@amigadave.com>2017-09-11 22:14:25 +0100
commit41843aad67d56918587543aec22ba15cfef25ebc (patch)
treee54d9b6e96923ecf960db938bd1154cc06b0d9a5
parentf0bb0b9aec97986417aba9d800814ea7cab5e4d0 (diff)
downloadcheese-41843aad67d56918587543aec22ba15cfef25ebc.tar.gz
Update NEWS for 3.26.0 releasegnome-3-26
-rw-r--r--NEWS13
-rw-r--r--configure.ac6
2 files changed, 16 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c03db116..954db2fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,19 @@
ChangeLog for Cheese
--------------------
+version 3.26.0
+ - Added/Updated Translations
+ - bg, courtesy of Alexander Shopov
+ - da, courtesy of "Last-Translator: scootergrisen\n"
+ - es, courtesy of Daniel Mustieles
+ - gl, courtesy of Fran Dieguez
+ - ko, courtesy of Changwoo Ryu
+ - lo, courtesy of "Last-Translator: \n"
+ - ml, courtesy of ബാലശങ്കർ സി
+ - nl, courtesy of Hannie Dumoleyn
+ - Added/Updated Documentation
+ - ko, courtesy of Changwoo Ryu
+
version 3.25.90
- Remove camera service
It was an experiment, but in future PipeWire will be used instead, so it
diff --git a/configure.ac b/configure.ac
index d2a8832b..e36cd6a8 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.25.90],
+ [3.26.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:8:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:8:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [8:9:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:9:0])
#*******************************************************************************
# Internationalization