summaryrefslogtreecommitdiff
path: root/driver/xf86-input-void/ChangeLog
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-06 21:07:53 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-06 21:07:53 +0000
commit695cd69271427d4a359c93a5be102d6c3f233257 (patch)
treeedab233a62a81390b78338b8ec544001a25c36d9 /driver/xf86-input-void/ChangeLog
parent6c2de4007b5539df77de8db145ec1f552959044b (diff)
Update to xf86-input-void 1.3.1. No functional change.
Diffstat (limited to 'driver/xf86-input-void/ChangeLog')
-rw-r--r--driver/xf86-input-void/ChangeLog136
1 files changed, 136 insertions, 0 deletions
diff --git a/driver/xf86-input-void/ChangeLog b/driver/xf86-input-void/ChangeLog
index 768b3e419..350f86019 100644
--- a/driver/xf86-input-void/ChangeLog
+++ b/driver/xf86-input-void/ChangeLog
@@ -1,3 +1,139 @@
+commit baf55a08ee006d43f5a2e3d72b10da800ab03afd
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Sat Oct 30 09:25:57 2010 -0700
+
+ xf86-input-void 1.3.1
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 27d39d3c95785a1737bd1669850a7747b7dd7140
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sat Oct 30 09:24:53 2010 -0700
+
+ config: update AC_PREREQ statement to 2.60
+
+ Unrelated to the previous patches, the new value simply reflects
+ the reality that the minimum level for autoconf to configure
+ all x.org modules is 2.60 dated June 2006.
+
+ ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit a78b13f1c5ebf40295ce35a4f80cc4d0e3331f8c
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Sat Oct 30 09:24:25 2010 -0700
+
+ Sun's copyrights now belong to Oracle
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 0d7e2780cf832d0fdf8bbd419d399511c72ef680
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Wed Oct 27 22:23:03 2010 -0700
+
+ Remove refcnt field from InputDriverRec.
+
+ Wasn't used in the server and is now removed.
+
+ Fixes compiler error:
+ "void.c", line 340: too many struct/union initializers
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit c4cfc5891ba13f38fcfaa2d330ff99ea7b61b9b6
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Mon Oct 18 19:58:07 2010 -0400
+
+ config: upgrade to util-macros 1.8 for additional man page support
+
+ Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
+ The value of MAN_SUBST is the same for all X.Org packages.
+
+ Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
+ Use the appropriate platform version of sed
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 06f0a7da7d848a0079272439fd468204688b053d
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date: Fri Jan 15 14:51:59 2010 -0800
+
+ Update Sun license notices to current X.Org standard form
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
+
+commit 4d38e6ba6a100fd3b23507f17525f1e40b9bbacd
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Mon Nov 23 09:25:05 2009 -0500
+
+ Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
+
+ Now that the INSTALL file is generated.
+ Allows running make maintainer-clean.
+
+commit 5dc7270bccce4d84589a4465cd0f3b968799dd12
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Oct 28 14:41:41 2009 -0400
+
+ INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
+
+ Automake 'foreign' option is specified in configure.ac.
+ Remove from Makefile.am
+
+commit 56efaa1d58487727a50d1756ad856525dde8d46f
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Oct 28 14:09:09 2009 -0400
+
+ INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
+
+ Add missing INSTALL file. Use standard GNU file on building tarball
+ README may have been updated
+ Remove AUTHORS file as it is empty and no content available yet.
+ Remove NEWS file as it is empty and no content available yet.
+
+commit 8f89812dd9fef33aa7427e3aabd0897fe8ffcc2f
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Mon Oct 26 12:54:20 2009 -0400
+
+ Several driver modules do not have a ChangeLog target in Makefile.am #23814
+
+ The git generated ChangeLog replaces the hand written one.
+ Update configure.ac to xorg-macros level 1.3.
+ Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
+ Update Makefile.am to add ChangeLog target if missing
+ Remove ChangeLog from EXTRA_DIST or *CLEAN variables
+ This is a pre-req for the INSTALL_CMD
+
+commit d229780bcb9461386d01f51bf7f26ca295f24cfb
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Thu Oct 22 12:55:26 2009 -0400
+
+ .gitignore: use common defaults with custom section # 24239
+
+ Using common defaults will reduce errors and maintenance.
+ Only the very small or inexistent custom section need periodic maintenance
+ when the structure of the component changes. Do not edit defaults.
+
+commit b0622025568e790b00df8ff81205d5fe7d4e5503
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Thu Oct 22 12:34:16 2009 -0400
+
+ .gitignore: use common defaults with custom section # 24239
+
+ Using common defaults will reduce errors and maintenance.
+ Only the very small or inexistent custom section need periodic maintenance
+ when the structure of the component changes. Do not edit defaults.
+
+commit f78c894fd1c7645460488cf3ebe5e93eb5f73c9d
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Sep 27 16:30:48 2009 -0400
+
+ Makefile.am: do not include autogen.sh in distribution #24183
+
+ This is a private build script that should not be distributed
+
commit 1377264aaf712025ee695eb51b0ec076ee29bea8
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date: Fri Sep 11 11:36:23 2009 +1000