Release preparations
This commit is contained in:
parent
6882376a1e
commit
5ac5360515
4 changed files with 7 additions and 6 deletions
5
NEWS
5
NEWS
|
@ -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
2
TODO
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue