summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2009-04-03 11:59:50 +0000
committerBastien Nocera <hadess@src.gnome.org>2009-04-03 11:59:50 +0000
commit9697093a1da08cbd8de7e99fd2e5ce24bbe7bb00 (patch)
tree2dc8066d4cdec83076274ba5a9c3a086d1b5b9d0
parentedcbc16876590e43efe19336964a6e36dae90455 (diff)
downloadnautilus-sendto-9697093a1da08cbd8de7e99fd2e5ce24bbe7bb00.tar.gz
2009-04-03 Bastien Nocera <hadess@hadess.net> * NEWS: upd * configure.in: 1.1.3 svn path=/trunk/; revision=428
-rw-r--r--ChangeLog7
-rw-r--r--NEWS10
-rw-r--r--configure.in2
3 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b098a85..5eb2ede 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+========= nautilus-sendto 1.1.3 =========
+
+2009-04-03 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: upd
+ * configure.in: 1.1.3
+
2009-03-18 Jonny Lamb <jonny.lamb@collabora.co.uk>
* src/plugins/empathy/empathy.c: Fix a couple of warnings and use
diff --git a/NEWS b/NEWS
index 54426be..ae3fab4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
=============
+Version 1.1.3
+=============
+
+Nautilus Sendto
+
+Bug fixes:
+ * Use new EmpathyContactSelector and update for latest Empathy
+
+
+=============
Version 1.1.2
=============
diff --git a/configure.in b/configure.in
index f0fbb54..e86ae13 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(nautilus-sendto, 1.1.2, http://www.gnome.org)
+AC_INIT(nautilus-sendto, 1.1.3, http://www.gnome.org)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news])