diff --git a/ChangeLog.md b/ChangeLog.md
index ee7c4f79..7e2bf62f 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,9 +1,10 @@
## ChangeLog
-**JNativeHook 2.0.3 (Oct 28, 2015)**
+**JNativeHook 2.0.3 (Nov 02, 2015)**
* Added support for media keys on OS X.
* Added wiki pages to the project.
* Fixed caps-lock key release on OS X.
+ * Fixed posting mouse coordinates on Windows and Linux.
* Fixed posting number keys on Windows.
* Fixed segfault with multiple instances on Linux.
* Fixed SetWindowsHookEx failed with 0X7E error on Windows.
diff --git a/NEWS.md b/NEWS.md
index 873cfc26..eb7fc0e5 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
## News
-**JNativeHook 2.0.3 Maintenance Release (Oct 28, 2015)**
+**JNativeHook 2.0.3 Maintenance Release (Nov 02, 2015)**
Maintenance release 3 addresses a few small issues across all supported platforms. Please see the [ChangeLog](ChangeLog.md) for more information. Work has now started on version 2.1 of the library. Future work will include better language support for X11 and possibly Wayland support.
diff --git a/build.xml b/build.xml
index 962877ca..ddbbb2d2 100644
--- a/build.xml
+++ b/build.xml
@@ -580,6 +580,10 @@ along with this program. If not, see .
+
+
+
+
diff --git a/src/libuiohook b/src/libuiohook
index 9a7fabed..b5432b1d 160000
--- a/src/libuiohook
+++ b/src/libuiohook
@@ -1 +1 @@
-Subproject commit 9a7fabed74ba487d432ef398b516b0188f2609ca
+Subproject commit b5432b1d6f29d9ef7191fcb42ad215841402137d