From 4efdcf3540bedc5b93bfc0be59dadfc4537a021f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 14 Apr 2009 22:42:11 +0100 Subject: This is OpenMooCow 0.4 --- AUTHORS | 2 +- ChangeLog | 8 ++++++++ build.sh | 4 ++-- configure.ac | 2 +- openmoocow.control | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index c28dbc1..8ebddce 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -Design and programming (c) 2008 Thomas White +Design and programming (c) 2008-2009 Thomas White > Sound effect by Chris Hendricks, downloaded from www.flashkit.com : http://www.flashkit.com/soundfx/Creatures/Farm/Moo-Chris_He-7391/index.php diff --git a/ChangeLog b/ChangeLog index 46a3784..0594d87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Version 0.4 +----------- + * Fix crash when the sysfs paths for FreeRunner accelerometers + were not as expected. + * Handle the change to EV_ABS events and the new sysfs paths in + very recent Openmoko kernels. + * Add categories to the .desktop file. + Version 0.3 ----------- * Add support for Thinkpad HDAPS accelerometers. diff --git a/build.sh b/build.sh index 776983f..764648a 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/sh om-make-ipkg . openmoocow.control -scp openmoocow_0.3_armv4t.ipk root@192.168.0.202:~ -ssh root@192.168.0.202 opkg install openmoocow_0.3_armv4t.ipk +scp openmoocow_0.4_armv4t.ipk root@192.168.0.202:~ +ssh root@192.168.0.202 opkg install openmoocow_0.4_armv4t.ipk diff --git a/configure.ac b/configure.ac index c32bce9..cffb9f6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(openmoocow, 0.3.0, taw27@srcf.ucam.org) +AC_INIT(openmoocow, 0.4.0, taw@bitwiz.org.uk) VERSION=AC_PACKAGE_VERSION AM_CONFIG_HEADER(config.h) diff --git a/openmoocow.control b/openmoocow.control index d0e7067..a893442 100644 --- a/openmoocow.control +++ b/openmoocow.control @@ -1,5 +1,5 @@ Package: openmoocow -Version: 0.3+git +Version: 0.4 Description: Moo box simulator Section: openmoko/applications Priority: optional -- cgit v1.2.3