summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorphilipl <philipl>2006-01-16 23:54:15 +0000
committerphilipl <philipl>2006-01-16 23:54:15 +0000
commit1d7b250cbda0b96a494a17fdfb53eb971907a35b (patch)
treef20b92b1c99be132ec6a311b896f9d00eded5108 /ChangeLog
parentee148a2f8ef97557ec2db501295ed8227699d2bf (diff)
Fix for compilation with gcc4 and PIC.release-12-3-1-0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 500ac73..a33efd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-16 Philip Langdale <plangdale@vmware.com>
+
+ * configure.ac:
+ * src/vmmouse.c: Bump PATCHLEVEL.
+ * src/vmmouse_proto.c: push/pop ebx to keep
+ gcc4 happy when compiling with -fPIC.
+
2006-01-06 Philip Langdale <plangdale@vmware.com>
* Initial release.