summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-01-21 14:28:13 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-01-21 14:28:13 +0000
commit6ee3d973cee75361a9c3be7f2d224d723ce9759d (patch)
tree5dc395e697187629c0d4d31430436db9c2605adb
parent0bb0d8bde9818a1e3573fc52f9e8eae8af21c275 (diff)
downloadnautilus-sendto-6ee3d973cee75361a9c3be7f2d224d723ce9759d.tar.gz
upd release 0.13.1
2008-01-21 Bastien Nocera <hadess@hadess.net> * NEWS: upd * configure.in: release 0.13.1 svn path=/trunk/; revision=281
-rw-r--r--ChangeLog5
-rw-r--r--NEWS7
-rw-r--r--configure.in2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 48bea13..29b7909 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-01-21 Bastien Nocera <hadess@hadess.net>
+ * NEWS: upd
+ * configure.in: release 0.13.1
+
+2008-01-21 Bastien Nocera <hadess@hadess.net>
+
* src/nautilus-nste.c: Remove gnome-vfs headers, they're unused
2008-01-20 Bastien Nocera <hadess@hadess.net>
diff --git a/NEWS b/NEWS
index 7501673..3560212 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+===============
+Version 0.13.1
+===============
+
+Nautilus Sendto
+ * Remove unused gnome-vfs includes, fixes build with newer nautilus
+
=============
Version 0.13
=============
diff --git a/configure.in b/configure.in
index 06b334a..4d2ca29 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(nautilus-sendto, 0.13, http://www.gnome.org)
+AC_INIT(nautilus-sendto, 0.13.1, http://www.gnome.org)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news])