summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-12-20 15:13:43 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-12-20 15:13:43 +0000
commit153a5c811c7cb65f92195c4dc299924c560c7722 (patch)
tree227527d3b76fdb7f12860bfdbfe132b6ee8e77c9
parent62ff45627da9850ef46099c3b760017e466f9eab (diff)
downloadgvfs-153a5c811c7cb65f92195c4dc299924c560c7722.tar.gz
Update for releaseGVFS_0_1_0
2007-12-20 Alexander Larsson <alexl@redhat.com> * NEWS: Update for release * configure.ac: Bump version to 0.1.0 svn path=/trunk/; revision=1062
-rw-r--r--ChangeLog8
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 394e4ff5..daea5748 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-12-20 Alexander Larsson <alexl@redhat.com>
+ * NEWS:
+ Update for release
+
+ * configure.ac:
+ Bump version to 0.1.0
+
+2007-12-20 Alexander Larsson <alexl@redhat.com>
+
* autogen.sh:
Don't run gettextize
diff --git a/NEWS b/NEWS
index f48db998..5cabfc07 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 0.1.0:
+* Use gio from glib (glib 2.15.0 required)
+* Update to API changes in gio
+* add cdda backend
+* add hal volume monitor
+
Major changes in 0.0.2:
* Updated to work win gio-standalone 0.1.2
* Build fixes on various platforms
diff --git a/configure.ac b/configure.ac
index 67c7660b..8de79dd7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT(client/gdaemonvfs.h)
-AM_INIT_AUTOMAKE(gvfs, 0.0.3)
+AM_INIT_AUTOMAKE(gvfs, 0.1.0)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK