Skip to content

Commit

Permalink
Preparing for 1.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Mar 5, 2014
1 parent 3669ce4 commit 4209ae3
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
42 changes: 21 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Next Release
------------

* [#3](https://github.com/dblock/log4jna/pull/3): Allow setting of an application name as log4j parameters - [@tonyniemira](https://github.com/tonyniemira).
* [#3](https://github.com/dblock/log4jna/pull/3): Allow setting of an event and category message file - [@tonyniemira](https://github.com/tonyniemira).
* [#3](https://github.com/dblock/log4jna/pull/3): Re-throw `Win32Exception` when failing to deregister the event source - [@tonyniemira](https://github.com/tonyniemira).

1.2 (5/26/2013)
---------------

* [#2](https://github.com/dblock/log4jna/pull/2): Added ability to change the log name - [@marmstrong](https://github.com/marmstrong).

1.1 (6/13/2012)
---------------

* [#1](https://github.com/dblock/log4jna/pull/1): Using error handler instead of throwing exceptions - [@kjeldahl](https://github.com/kjeldahl).

1.0 (9/28/2010)
---------------

* Initial public release - [@dblock](https://github.com/dblock)
1.3 (3/5/2014)
--------------

* [#3](https://github.com/dblock/log4jna/pull/3): Allow setting of an application name as log4j parameters - [@tonyniemira](https://github.com/tonyniemira).
* [#3](https://github.com/dblock/log4jna/pull/3): Allow setting of an event and category message file - [@tonyniemira](https://github.com/tonyniemira).
* [#3](https://github.com/dblock/log4jna/pull/3): Re-throw `Win32Exception` when failing to deregister the event source - [@tonyniemira](https://github.com/tonyniemira).

1.2 (5/26/2013)
---------------

* [#2](https://github.com/dblock/log4jna/pull/2): Added ability to change the log name - [@marmstrong](https://github.com/marmstrong).

1.1 (6/13/2012)
---------------

* [#1](https://github.com/dblock/log4jna/pull/1): Using error handler instead of throwing exceptions - [@kjeldahl](https://github.com/kjeldahl).

1.0 (9/28/2010)
---------------

* Initial public release - [@dblock](https://github.com/dblock)
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Log4JNA
=======

![Log4JNA](https://github.com/dblock/log4jna/raw/master/log4jna.jpg?raw=true "Log4JNA")

Log4jna is a library of native appenders for [log4j](http://logging.apache.org/log4j/). Unlike the native implementation(s) in Log4j, this project uses [JNA](http://github.com/twall/jna) and therefore does not require a native DLL in a system directory or on PATH.

* [org.apache.log4jna.nt.Win32EventLogAppender](doc/org.apache.log4jna.nt.Win32EventLogAppender.md): a replacement for NTEventLogAppender based on JNA that doesn't require a native DLL in a system directory.

Download
========

* [log4jna-1.2.zip](http://code.dblock.org/downloads/log4jna/log4jna-1.2.zip)

License
=======

This project is licenced under the Apache Software Foundation 2.0 License.

Please note that despite what the org.apache namespace may suggest, this project is currently not endorsed or sponsored by the Apache Software Foundation.
Log4JNA
=======

![Log4JNA](https://github.com/dblock/log4jna/raw/master/log4jna.jpg?raw=true "Log4JNA")

Log4jna is a library of native appenders for [log4j](http://logging.apache.org/log4j/). Unlike the native implementation(s) in Log4j, this project uses [JNA](http://github.com/twall/jna) and therefore does not require a native DLL in a system directory or on PATH.

* [org.apache.log4jna.nt.Win32EventLogAppender](doc/org.apache.log4jna.nt.Win32EventLogAppender.md): a replacement for NTEventLogAppender based on JNA that doesn't require a native DLL in a system directory.

Download
========

* [log4jna-1.3.zip](http://code.dblock.org/downloads/log4jna/log4jna-1.3.zip)

License
=======

This project is licenced under the Apache Software Foundation 2.0 License.

Please note that despite what the org.apache namespace may suggest, this project is currently not endorsed or sponsored by the Apache Software Foundation.
2 changes: 1 addition & 1 deletion build/version.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version.major=1
version.minor=2
version.minor=3
version.build=${build.ts}
version.revision=0
version.major.minor=${version.major}.${version.minor}
Expand Down

0 comments on commit 4209ae3

Please sign in to comment.