xf86-input-vmmouse: Changes to 'refs/tags/xf86-input-vmmouse-12.6.0'

Philip Langdale philipl at kemper.freedesktop.org
Thu Oct 23 22:28:33 PDT 2008


Tag 'xf86-input-vmmouse-12.6.0' created by Philip Langdale <philipl at fido2.homeip.net> at 2008-10-24 06:28 -0700

12.6.0 Release.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEUEABECAAYFAkkBXO0ACgkQ+NaxlGp1aC4UfQCaA+z4uh/xr19hS+H2eDGOACA5
ckMAl3GRpordMOmeveMi4oLHkGOlyIU=
=MAjV
-----END PGP SIGNATURE-----

Changes since xf86-input-vmmouse-12.5.2:
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.

---
 .gitignore                 |    3 
 Makefile.am                |    2 
 README                     |   13 +
 configure.ac               |   30 +++
 fdi/11-x11-vmmouse.fdi     |   10 +
 fdi/Makefile.am            |   25 +++
 man/Makefile.am            |    4 
 man/vmmouse_detect.1       |   58 +++++++
 shared/Makefile.am         |   29 +++
 shared/vmmouse_client.c    |  339 +++++++++++++++++++++++++++++++++++++++++++++
 shared/vmmouse_client.h    |   73 +++++++++
 shared/vmmouse_defs.h      |   66 ++++++++
 shared/vmmouse_proto.c     |  147 +++++++++++++++++++
 shared/vmmouse_proto.h     |  131 +++++++++++++++++
 src/Makefile.am            |   13 -
 src/vmmouse.c              |    4 
 src/vmmouse_client.c       |  339 ---------------------------------------------
 src/vmmouse_client.h       |   73 ---------
 src/vmmouse_defs.h         |   66 --------
 src/vmmouse_proto.c        |  147 -------------------
 src/vmmouse_proto.h        |  131 -----------------
 tools/Makefile.am          |   39 +++++
 tools/hal-probe-vmmouse.in |   30 +++
 tools/vmmouse_detect.c     |   67 ++++++++
 24 files changed, 1068 insertions(+), 771 deletions(-)
---


More information about the xorg-commit mailing list