Release preparations

This commit is contained in:
Ingo Ruhnke 2009-07-30 14:28:58 +02:00
parent 6882376a1e
commit 5ac5360515
4 changed files with 7 additions and 6 deletions

5
NEWS
View file

@ -1,7 +1,8 @@
xboxdrv 0.4.8 - (??/Jul/2009)
xboxdrv 0.4.8 - (30/Jul/2009)
=============================
* read usb data in a separate thread, should fix missed events
* usb reading in separate thread, should fix missed events and stuck buttons
* some SCons configuration magic for better compatibility
xboxdrv 0.4.7 - (29/Jul/2009)

2
TODO
View file

@ -6,7 +6,7 @@ Pre Release Testing:
* --dpad-as-button check buttons are working and no useless axis present
* check the version number
VERSION="0.4.7"
VERSION="0.4.8"
TAG="v${VERSION}"
git tag -s "${TAG}" -m "xboxdrv ${TAG}"
git archive --format=tar --prefix="xboxdrv-linux-${VERSION}/" ${TAG} | bzip2 -c > /tmp/xboxdrv-linux-${VERSION}.tar.bz2

View file

@ -509,7 +509,7 @@ void
CommandLineOptions::print_version() const
{
std::cout
<< "xboxdrv 0.4.7\n"
<< "xboxdrv 0.4.8\n"
<< "Copyright (C) 2008 Ingo Ruhnke <grumbel@gmx.de>\n"
<< "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
<< "This is free software: you are free to change and redistribute it.\n"

View file

@ -1,5 +1,5 @@
/*
** Windstille - A Sci-Fi Action-Adventure Game
/*
** Xbox/Xbox360 USB Gamepad Userspace Driver
** Copyright (C) 2009 Ingo Ruhnke <grumbel@gmx.de>
**
** This program is free software: you can redistribute it and/or modify