Skip to content

Commit 7eb86e3

Browse files
committed
Bug fixes and cleanups.
1 parent 059805e commit 7eb86e3

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ChangeLog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
## ChangeLog
22

3-
**JNativeHook 2.0.3 (Oct 28, 2015)**
3+
**JNativeHook 2.0.3 (Nov 02, 2015)**
44
* Added support for media keys on OS X.
55
* Added wiki pages to the project.
66
* Fixed caps-lock key release on OS X.
7+
* Fixed posting mouse coordinates on Windows and Linux.
78
* Fixed posting number keys on Windows.
89
* Fixed segfault with multiple instances on Linux.
910
* Fixed SetWindowsHookEx failed with 0X7E error on Windows.

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## News
22

3-
**JNativeHook 2.0.3 Maintenance Release (Oct 28, 2015)**
3+
**JNativeHook 2.0.3 Maintenance Release (Nov 02, 2015)**
44

55
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.
66

build.xml

+4
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
580580
<include name="**/*" />
581581
</zipfileset>
582582

583+
<zipfileset dir="${basedir}/wiki" prefix="${ant.project.name}/wiki">
584+
<include name="**/*" />
585+
</zipfileset>
586+
583587
<zipfileset dir="${dir.jar}" prefix="${ant.project.name}/jar">
584588
<include name="*.jar" />
585589
</zipfileset>

src/libuiohook

0 commit comments

Comments
 (0)