summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorross <ross@b067294f-1dea-0310-9683-c47a78595994>2007-11-25 14:13:41 +0000
committerross <ross@b067294f-1dea-0310-9683-c47a78595994>2007-11-25 14:13:41 +0000
commit275caf81e2dae67f2528e43a004f248a79936c65 (patch)
treea6aa595467f9146ac5204fdd0146efd410404dca
parentf6bb2d8a92df36454c89ab0d3bdd8d3cd8fc7f96 (diff)
2007-11-25 Ross Burton <ross@openedhand.com>
* configure.ac: * NEWS: * xoo.doap: Version 0.8. git-svn-id: http://svn.o-hand.com/repos/matchbox/trunk/Xoo@1839 b067294f-1dea-0310-9683-c47a78595994
-rw-r--r--ChangeLog7
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--xoo.doap9
4 files changed, 27 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c652a8..fd47178 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-11-25 Ross Burton <ross@openedhand.com>
+ * configure.ac:
+ * NEWS:
+ * xoo.doap:
+ Version 0.8.
+
+2007-11-25 Ross Burton <ross@openedhand.com>
+
* src/main.c:
Make the iPaq 4700 the default skin.
diff --git a/NEWS b/NEWS
index 9cc71d2..9fa22fb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Xoo 0.8
+=======
+
+* Add iPaq 4700 skin (thanks kmeaw)
+* Add Nokia N800 skin (thanks Renato Araujo)
+* Add Nokia 770 skin
+* Use Xephyr instead of Xnest by default
+* Fix configure file when building in sysroot
+* Fix desktop file
+
Xoo 0.7
=======
diff --git a/configure.ac b/configure.ac
index 1f5011d..cd9390a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT([Xoo], 0.7, [mallum@handhelds.org])
+AC_INIT([Xoo], 0.8, [ross@openedhand.com])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE()
diff --git a/xoo.doap b/xoo.doap
index 97d20cb..c921913 100644
--- a/xoo.doap
+++ b/xoo.doap
@@ -40,6 +40,15 @@
<release>
<Version>
+ <name>0.8</name>
+ <created>2007-11-25</created>
+ <revision>0.8</revision>
+ <file-release rdf:resource="http://projects.o-hand.com/sources/xoo/xoo-0.8.tar.gz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<name>0.7</name>
<created>2005-09-05</created>
<branch></branch>