summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-08-13 14:29:07 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-08-13 14:29:07 +0000
commit9d6fab82d2d2c25ae77b3caf5f3b07ba2442f04a (patch)
tree60e45087ffbae7582f10199fa520ddb31d69a659
parente320f34acbb88c4564e4d331a5a1cd1c80e24a60 (diff)
downloadnautilus-sendto-NAUTILUS_SENDTO_0_11.tar.gz
release 0.11 updNAUTILUS_SENDTO_0_11
2007-08-13 Bastien Nocera <hadess@hadess.net> * configure.in: release 0.11 * NEWS: upd svn path=/trunk/; revision=233
-rw-r--r--ChangeLog5
-rw-r--r--NEWS11
-rw-r--r--configure.in2
3 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 21d89ac..76b30f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-13 Bastien Nocera <hadess@hadess.net>
+
+ * configure.in: release 0.11
+ * NEWS: upd
+
2007-05-27 Oystein Gisnas <oystein@gisnas.net>
* configure.in:
diff --git a/NEWS b/NEWS
index 9e0d366..c0c9580 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
=============
+Version 0.11
+=============
+
+Nautilus Sendto
+ * Some UI love to bring it closer to the HIG
+ * Add Pidgin/libpurple support
+ * Fix a typo that might make DiscoverDevices not work (Bluetooth)
+ * Don't resolve Bluetooth device names, DiscoverDevices already does
+ that for us
+
+=============
Version 0.10
=============
diff --git a/configure.in b/configure.in
index d113e6c..540710c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(nautilus-sendto, 0.10, http://www.gnome.org)
+AC_INIT(nautilus-sendto, 0.11, http://www.gnome.org)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news])