summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS18
-rw-r--r--configure.in2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1656bf5..49dc309 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
==============
+Version 2.28.1
+==============
+
+Nautilus Sendto
+
+General:
+ - Add API documentation for out-of-tree plugins
+ - Remove need for the pidgin plugin, use the
+ D-Bus pidgin API
+
+Bug fixes:
+ - Add support for Anjal and Seamonkey mail clients
+ - Fix Balsa support
+ - Fix Thunderbird support for some cases
+ - Update man page
+ - Remove build requirement on gajim
+
+==============
Version 2.28.0
==============
diff --git a/configure.in b/configure.in
index 11eecf7..8328946 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(nautilus-sendto, 2.28.0.1, http://www.gnome.org)
+AC_INIT(nautilus-sendto, 2.28.1, http://www.gnome.org)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news])