NEWS, TODO, VERSION updates
This commit is contained in:
parent
66ca704bd2
commit
4a6b815f9b
3 changed files with 6 additions and 18 deletions
4
NEWS
4
NEWS
|
@ -5,10 +5,10 @@ xboxdrv 0.7.3 - (16/Mar/2011)
|
|||
* added special REL repeat value '-1' to avoid jaggy mouse emulation movement
|
||||
* added "rel-repeat:" axis-event for better scroll wheel emulation
|
||||
* added --no-dbus, to disable D-Bus support
|
||||
* reenabled USBReadThread to work around ignored input events
|
||||
* '--daemon' is broken in this release
|
||||
* added xbmc.xboxdrv, a config fine tuned for XBMC
|
||||
* added zsnes.xboxdrv, a config file for ZSNES
|
||||
* reenabled USBReadThread to work around ignored input events
|
||||
* '--daemon' is broken in this release
|
||||
|
||||
|
||||
xboxdrv 0.7.2 - (06/Mar/2011)
|
||||
|
|
18
TODO
18
TODO
|
@ -50,15 +50,6 @@ $ git checkout stable-lts
|
|||
$ git-buildpackage --git-no-create-orig --git-debian-branch=stable-lts --git-tag --git-builder="debuild -S" --git-debian-tag="stable/0.6.6-1_lucid1"
|
||||
$ sudo pbuilder --build --basetgz /var/cache/pbuilder/base-lucid.tgz ../xboxdrv-stable_0.6.6-1~lucid1.dsc
|
||||
|
||||
|
||||
Must have features
|
||||
==================
|
||||
|
||||
* add --dbus option to make it optional
|
||||
|
||||
* add back USB read thread
|
||||
|
||||
* add libusb-0.1 support back (maybe only in 0.7.4)
|
||||
|
||||
|
||||
Stuff to do before 0.7.4 release:
|
||||
|
@ -68,12 +59,7 @@ Stuff to do before 0.7.4 release:
|
|||
|
||||
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.
|
||||
|
||||
* missed events are a huge problem in ZSNES
|
||||
|
||||
* ZSNES has issue with diagonals when it comes to HAT, might be bug in ZSNES
|
||||
https://bugs.launchpad.net/ubuntu/+source/zsnes/+bug/519845
|
||||
|
||||
* have named output variables to chain filters and modifiers?!
|
||||
* add named output variables to chain filters and modifiers?!
|
||||
|
||||
== Daemon ==
|
||||
|
||||
|
@ -179,6 +165,8 @@ disable LT and RT
|
|||
active, which they always become later then the wired ones, which
|
||||
are active by default)
|
||||
|
||||
* add libusb-0.1 support back (maybe only in 0.7.4)
|
||||
-> no, need a full switch
|
||||
|
||||
* move sigint/sigterm handling out of main.cpp and into xboxdrv_daemon.cpp (needs to use gmain_quit())
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.7.3
|
||||
0.7.4
|
Loading…
Reference in a new issue