summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-08-06 15:35:38 +0100
committerRoss Burton <ross@linux.intel.com>2009-08-06 15:35:38 +0100
commit6b578af265a46cfa60fc3cae565ce2ef277cd7b4 (patch)
tree6a1d867571f20a408d6af8abf97a9afeec78473a
parent9bfd5717333b94d00fcc6175b80c41814ca6757b (diff)
Version 0.70.7
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e69de29..e3b8d04 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,7 @@
+Gypsy 0.7
+===
+
+* Support auto-start on the system bus
+* Add Garmin->NMEA converter
+* Fix client unreffing
+* Migrate source to git
diff --git a/configure.ac b/configure.ac
index 50ccaec..65ceb4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT(gypsy, 0.6, http://gypsy.freedesktop.org)
+AC_INIT(gypsy, 0.7, http://gypsy.freedesktop.org)
AC_CONFIG_SRCDIR(src/main.c)
AM_INIT_AUTOMAKE([1.9 foreign])