summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-09-13 13:53:38 +0100
committerBastien Nocera <hadess@hadess.net>2010-09-13 13:53:38 +0100
commit19b8f4df3fdbb1551828475677a3262f5949d0f0 (patch)
treeea6df262a9ae3b34e3a857b479f5b4d87d6faeee
parent45266fc088ae63a1f17c4588e6a5fffc22a10a80 (diff)
downloadnautilus-sendto-19b8f4df3fdbb1551828475677a3262f5949d0f0.tar.gz
-rw-r--r--NEWS9
-rw-r--r--configure.in2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index af7f078..a8755ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+===============
+Version 2.31.90
+===============
+
+Nautilus Sendto
+
+- Show the contextual menu for non-local files
+- Fix command-line help glitch
+
==============
Version 2.31.7
==============
diff --git a/configure.in b/configure.in
index 13ffc2b..04b35ff 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(nautilus-sendto, 2.31.7, http://www.gnome.org)
+AC_INIT(nautilus-sendto, 2.31.90, http://www.gnome.org)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news])