xserver-xorg-input-joystick: Changes to 'refs/tags/xserver-xorg-input-joystick-1_1.6.0-1'
Tag 'xserver-xorg-input-joystick-1_1.6.0-1' created by Cyril Brulebois <kibi@debian.org> at 2011-06-29 23:17 +0000
Tagging upload of xserver-xorg-input-joystick 1:1.6.0-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAk4LsoIACgkQeGfVPHR5Nd1VsQCfTwvF0UJv7eMwyX+N0lOTVAAi
2N0AnintzAVL5FrVq+UBGdHSI53rjww1
=R3sR
-----END PGP SIGNATURE-----
Changes since xserver-xorg-input-joystick-1_1.5.0-7:
Alan Coopersmith (1):
Update Sun license notices to current X.Org standard form
Cyril Brulebois (3):
Bump Standards-Version to 3.9.2 (no changes).
Close bugs.
Upload to unstable.
Gaetan Nadon (17):
.gitignore: use common defaults with custom section # 24239
Several driver modules do not have a ChangeLog target in Makefile.am #23814
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
configure.ac: use backticks rather than $() for cmd subs
config: move CWARNFLAGS from configure.ac to Makefile.am
config: remove AH_TOP autoheader statement
config: update AC_PREREQ statement to 2.60
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
config: remove unrequired AC_HEADER_STDC
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
config: fix warnings, m4 quoting and layout
config: upgrade to util-macros 1.8 for additional man page support
config: EXTRA_DIST is redundant
config: fdi file must be installed in $(datadir)/hal/fdi/policy/20thirdparty
COPYING: replace stub file with Copyright notices
Julien Cristau (2):
Merge tag 'xf86-input-joystick-1.6.0' into debian-unstable
Bump changelogs
Peter Hutterer (11):
Bump to 1.5.99
Replace LocalDevicePtr with InputInfoPtr
Remove usage of XI86_POINTER_CAPABLE flag.
Require server 1.9, drop pre-ABI 11 support.
Don't handle history_size in the driver.
Drop close_proc, conversion_proc, reverse_conversion_proc
Purge use of XI_PRIVATE macro.
Don't call xf86OptionListReport()
Get the option values from pInfo instead of from the IDevRec.
Support input ABI 12
joystick 1.5.99.901
Sascha Hlusiak (5):
Free pInfo->private only once to fix server crash on unplug (bug #35391)
Revert "config: fdi file must be installed in $(datadir)/hal/fdi/policy/20thirdparty"
Added xorg.conf.d example snipped
Updated man page to reflect latest changes
joystick 1.6.0
Trevor Woerner (2):
Deprecated code cleanup.
Code cleanup, bad structure initialization.
---
.gitignore | 78 +++++--
COPYING | 49 +++-
ChangeLog | 418 ++++++++++++++++++++++++++++++++++++++
Makefile.am | 10
config/50-joystick-all.conf | 51 ++++
config/Makefile.am | 2
configure.ac | 126 +++++------
debian/changelog | 11 +
debian/control | 2
include/Makefile.am | 2
man/Makefile.am | 62 +----
man/joystick.man | 47 +---
src/Makefile.am | 3
src/backend_bsd.c | 1
src/backend_evdev.c | 1
src/backend_joystick.c | 1
src/jstk.c | 319 +++++++++--------------------
src/jstk.h | 13 -
src/jstk_axis.c | 15 -
src/jstk_axis.h | 8
src/jstk_key.c | 482 ++++++++++----------------------------------
src/jstk_key.h | 9
src/jstk_options.c | 5
src/jstk_properties.c | 7
24 files changed, 935 insertions(+), 787 deletions(-)
---
Reply to: