summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-08-04 12:51:05 +0100
committerBastien Nocera <hadess@hadess.net>2010-08-04 12:51:05 +0100
commitd0c8c1201356c444306ebc2407abaa8b93e3a93e (patch)
treeed9e763a5c0427d5d69bb933fae1c7068a43478c
parent2c1a206da3564c37a95ca87a65e6868597991f5a (diff)
downloadnautilus-sendto-d0c8c1201356c444306ebc2407abaa8b93e3a93e.tar.gz
-rw-r--r--NEWS12
-rw-r--r--configure.in2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5a680ae..c4faa42 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
==============
+Version 2.28.5
+==============
+
+Nautilus Sento
+
+- Fix GSEAL compilation
+- Make the last selected medium's widget grab focus
+- Fix thunderbird's mailto command
+- Fix crashers when unloading plugins
+- Fix handling of shadowed mounts in the "Removable device" section
+
+==============
Version 2.28.4
==============
diff --git a/configure.in b/configure.in
index 214be7c..0e6eb74 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(nautilus-sendto, 2.28.4, http://www.gnome.org)
+AC_INIT(nautilus-sendto, 2.28.5, http://www.gnome.org)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news])