summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-08-27 13:26:51 +0100
committerBastien Nocera <hadess@hadess.net>2010-08-27 13:26:51 +0100
commitb31852cbfcee624672702f067db82c14cbd3f951 (patch)
treed67b5f6287efd60c699f365d8e781906c06f14c3
parent1f237869181802649dfb2567c20a6e80e9ee07f1 (diff)
downloadnautilus-sendto-b31852cbfcee624672702f067db82c14cbd3f951.tar.gz
-rw-r--r--NEWS10
-rw-r--r--configure.in2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6dd60e6..af7f078 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
==============
+Version 2.31.7
+==============
+
+Nautilus Sendto
+
+- Remove never_unload struct member for plugins,
+ they are never unloaded now
+- Fix a few memory leaks when sending files
+
+==============
Version 2.31.6
==============
diff --git a/configure.in b/configure.in
index dbf784b..13ffc2b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(nautilus-sendto, 2.31.6, http://www.gnome.org)
+AC_INIT(nautilus-sendto, 2.31.7, http://www.gnome.org)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news])