Skip to content

Commit

Permalink
Bug fixes and cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhat committed Nov 2, 2015
1 parent 059805e commit 7eb86e3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<include name="**/*" />
</zipfileset>

<zipfileset dir="${basedir}/wiki" prefix="${ant.project.name}/wiki">
<include name="**/*" />
</zipfileset>

<zipfileset dir="${dir.jar}" prefix="${ant.project.name}/jar">
<include name="*.jar" />
</zipfileset>
Expand Down
2 changes: 1 addition & 1 deletion src/libuiohook
Submodule libuiohook updated 1 files
+146 −163 src/darwin/post_event.c

0 comments on commit 7eb86e3

Please sign in to comment.