summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-03-10 17:55:20 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-03-10 17:55:20 +0000
commit2dbc8c251306d0944fb11be462f2bfb948c202cc (patch)
treea8d385be99b2463f00d807dd647aef744508fdcb
parentc66512481a35fc5e2b96254a6a7aea53c590a23a (diff)
downloadgvfs-GVFS_0_2_0.tar.gz
Update for releaseGVFS_0_2_0
2008-03-10 Alexander Larsson <alexl@redhat.com> * NEWS: Update for release * configure.ac: Bump version to 0.2.0 svn path=/trunk/; revision=1635
-rw-r--r--ChangeLog8
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
3 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b7125edb..0a803738 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-03-10 Alexander Larsson <alexl@redhat.com>
+ * NEWS:
+ Update for release
+
+ * configure.ac:
+ Bump version to 0.2.0
+
+2008-03-10 Alexander Larsson <alexl@redhat.com>
+
* client/gdaemonvfs.c:
Free strings with g_free, not dbus_free (#521269)
diff --git a/NEWS b/NEWS
index de7d86b0..244346ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Major changes in 0.2.0:
+* Fix crashes
+* Build and portability fixes
+* Better mime icons for remote shares
+* Don't show mounts and volumes outside /media
+* Don't automount gphoto mounts
+* Translate cd disc names
+* ftp: Updates
+* obex: Give better error message on broken phones
+* sftp: Allow setting permissions
+* dav: Correct mount name, file icons and file types
+
Major changes in 0.1.11:
* Correctly free mounts
* Disable debug log
diff --git a/configure.ac b/configure.ac
index 703a7251..13edb68c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT(client/gdaemonvfs.h)
-AM_INIT_AUTOMAKE(gvfs, 0.1.12)
+AM_INIT_AUTOMAKE(gvfs, 0.2.0)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK