This release is intended for general distro inclusion,
Testing has been performed on various linux distros, FreeBSD 10.1 and
Solaris 11.2.
This release contains a number of build fixes and also changes to deal with
improved vmmouse port security and backoff if a vmmouse kernel module is
encountered. An additional dependency on libudev is introduced on linux.
Note that if the new linux 4.1 vmmouse functionality is used, the user-space
xf86-input-vmmouse driver can be skipped. Distros that want to keep the
xf86-input-vmmouse driver as a backup should *not* use any version prior to
13.0.99 since those versions would compete with the in-kernel vmmouse driver
for mouse input.
13.1.0:
Thomas Hellstrom (1):
Bump version number for release
13.0.99:
Gaetan Nadon (6):
Autoconf: remove AC_PROG_CC which overrides AC_PROG_CC_C99 from util-macros
Autoconf: replace deprecated AC_HELP_STRING with AS_HELP_STRING
Autoconf: minimum level required is 2.60
Autoconf: Fix deprecated use of AC_OUTPUT
"make dist" fails when workstation has no udev package
tools: make install fails when user has no write permission in /lib
Jeremy Huddleston Sequoia (1):
Always include config.h first
Loïc Yhuel (1):
Fix wheel button labels
Peter Hutterer (4):
Free the vmmouse data on UnInit
Handle DEVICE_ABORT on ABI 19.1
Don't de-reference pMse if it hasn't been initialised yet
Drop AM_MAINTAINER_MODE
Stefan Dirsch (1):
vmmouse_client.h: Include xorg-server.h before xf86_OSproc.h
Thomas Hellstrom (5):
Back off if we detect a vmmouse kernel driver v3
vmmouse: Run vmmouse_detect as an io privileged process
vmmouse: Add support for the access restrict command
vmmouse: Fix vmmouse_detect build on BSD
vmmouse: Bump version number for release
Alan Coopersmith (1):
Update Sun license notices to current X.Org standard form
Gaetan Nadon (6):
.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: remove unused sdkdir=$(pkg-config...) statement
Julien Cristau (2):
Require xorg-macros 1.4 for XORG_INSTALL
Bump to 12.6.6
Peter Hutterer (2):
Symbol was removed from the server.
Remove unused bits from configure.ac
git tag: xf86-input-vmmouse-12.6.6
Adam Jackson (1):
Compile with INPUT ABI 7.
Matthias Hopf (1):
Remove ModuleInfoRec and associated bits.
Peter Hutterer (1):
Needed by newer X servers, otherwise the module data is
invisible and a dlopen error occurs.
Shelley Gong (1):
Turn off built-in fallback-to-mouse-driver mechanism.
Alan Coopersmith (3):
Remove xorgconfig & xorgcfg from See Also list in man page
Make --with-hal* configure options match their help output
Map Solaris/Sun compiler #defines to gcc equivalents
Shelley Gong (1):
1) Fix bug where motion notify events were being sent with every button event.
12.6.3:
Peter Hutterer (3):
Fix build against master - add xf86OSmouse.h
Fix make distcheck allowing custom build directories.
Bump for 12.6.3 release
12.6.2:
Philip Langdale (5):
Narrow down the scope of what systems are checked for the vmmouse device.
Don't flush buttons.
Only turn on absolute mode when we get an actual event; we don't
Revert "Narrow down the scope of what systems are checked for the
vmmouse device."
Bump for 12.6.2 release.
12.6.1:
Philip Langdale (2):
Remove call to iopl(). It's not portable and isn't necessary.
Bump for 12.6.1 release.
12.6.0:
Philip Langdale (5):
Move shared vmmouse files into a separate static lib so we can
Ignore more stuff in .gitignore
Add HAL integration to support input hot plug.
Switch hal-probe-vmmouse to /bin/sh and add Copyright statement.
Bump version number for 12.6.0 release.
12.5.2:
Adam Jackson (1):
Remove useless call to xf86AddModuleInfo
Matthias Hopf (2):
Grab mouse from kernel if possible.
Revert "Grab mouse from kernel if possible."
Philip Langdale (3):
Properly set axis range and resolution for Server 1.5+
Change ZAxisMapping default to match main mouse driver.
Bump version number for 12.5.2 release.