summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-02-20 18:11:45 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-02-20 18:14:48 -0500
commit5620bd19b320a34c15f8c966127fee998e8426b7 (patch)
treefa30c648f267b180f04323d7eeff10222ce0b163
parentde246a17f3200339137bda94192fe0d581267ff9 (diff)
downloadgnome-screenshot-5620bd19b320a34c15f8c966127fee998e8426b7.tar.gz
3.15.903.15.90
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 433536c..042388b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+GNOME Screenshot 3.15.90 - 20th February 2015
+=============================================
+
+- Make desktop actions work
+- Deprecation cleanup (#742476)
+- Improve filename generation (#698740)
+- Port area selection code to GNOME Shell (#738972)
+- Translation updates
+
GNOME Screenshot 3.14.0 - 22th September 2014
=============================================
diff --git a/configure.ac b/configure.ac
index 3a1d586..0c6ae74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- mode: m4 -*-
AC_PREREQ(2.63)
-AC_INIT([gnome-screenshot],[3.14.0],[],[gnome-screenshot])
+AC_INIT([gnome-screenshot],[3.15.90],[],[gnome-screenshot])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])