TODO and NEWS updates

This commit is contained in:
Ingo Ruhnke 2011-03-18 09:22:23 +01:00
parent 63c2293b31
commit f66880e99d
2 changed files with 13 additions and 2 deletions

7
NEWS
View file

@ -1,3 +1,10 @@
xboxdrv 0.7.4 - (??/Mar/2011)
=============================
* fixed deadzone filter issues with MIN:MAX:SMOOTH
xboxdrv 0.7.3 - (16/Mar/2011)
=============================

8
TODO
View file

@ -3,6 +3,8 @@ Pre Release Testing:
* check the version number
* make sure that all changes are in git
VERSION="$(cat VERSION)"
TAG="v${VERSION}"
git tag -s "${TAG}" -m "xboxdrv ${TAG}"
@ -16,8 +18,6 @@ git push --tags
Ubuntu Package:
===============
add libudev, libusb-1.0 to builddependencies
# Ubuntu 10.10
$ cd ../debian/xboxdrv
@ -55,6 +55,10 @@ $ sudo pbuilder --build --basetgz /var/cache/pbuilder/base-lucid.tgz ../xboxdrv-
Stuff to do before 0.7.4 release:
=================================
* deadzone:MIN:MAX:SMOOTH is broken
* deadzone filter documentation is wrong
* d-bus requires X11?!
Autolaunch error: X11 initialization failed." failed to open connection to bus: /bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.