summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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