Skip to content

Commit 4209ae3

Browse files
committed
Preparing for 1.3 release.
1 parent 3669ce4 commit 4209ae3

File tree

3 files changed

+42
-42
lines changed

3 files changed

+42
-42
lines changed

CHANGELOG.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
Next Release
2-
------------
3-
4-
* [#3](https://github.com/dblock/log4jna/pull/3): Allow setting of an application name as log4j parameters - [@tonyniemira](https://github.com/tonyniemira).
5-
* [#3](https://github.com/dblock/log4jna/pull/3): Allow setting of an event and category message file - [@tonyniemira](https://github.com/tonyniemira).
6-
* [#3](https://github.com/dblock/log4jna/pull/3): Re-throw `Win32Exception` when failing to deregister the event source - [@tonyniemira](https://github.com/tonyniemira).
7-
8-
1.2 (5/26/2013)
9-
---------------
10-
11-
* [#2](https://github.com/dblock/log4jna/pull/2): Added ability to change the log name - [@marmstrong](https://github.com/marmstrong).
12-
13-
1.1 (6/13/2012)
14-
---------------
15-
16-
* [#1](https://github.com/dblock/log4jna/pull/1): Using error handler instead of throwing exceptions - [@kjeldahl](https://github.com/kjeldahl).
17-
18-
1.0 (9/28/2010)
19-
---------------
20-
21-
* Initial public release - [@dblock](https://github.com/dblock)
1+
1.3 (3/5/2014)
2+
--------------
3+
4+
* [#3](https://github.com/dblock/log4jna/pull/3): Allow setting of an application name as log4j parameters - [@tonyniemira](https://github.com/tonyniemira).
5+
* [#3](https://github.com/dblock/log4jna/pull/3): Allow setting of an event and category message file - [@tonyniemira](https://github.com/tonyniemira).
6+
* [#3](https://github.com/dblock/log4jna/pull/3): Re-throw `Win32Exception` when failing to deregister the event source - [@tonyniemira](https://github.com/tonyniemira).
7+
8+
1.2 (5/26/2013)
9+
---------------
10+
11+
* [#2](https://github.com/dblock/log4jna/pull/2): Added ability to change the log name - [@marmstrong](https://github.com/marmstrong).
12+
13+
1.1 (6/13/2012)
14+
---------------
15+
16+
* [#1](https://github.com/dblock/log4jna/pull/1): Using error handler instead of throwing exceptions - [@kjeldahl](https://github.com/kjeldahl).
17+
18+
1.0 (9/28/2010)
19+
---------------
20+
21+
* Initial public release - [@dblock](https://github.com/dblock)

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
Log4JNA
2-
=======
3-
4-
![Log4JNA](https://github.com/dblock/log4jna/raw/master/log4jna.jpg?raw=true "Log4JNA")
5-
6-
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.
7-
8-
* [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.
9-
10-
Download
11-
========
12-
13-
* [log4jna-1.2.zip](http://code.dblock.org/downloads/log4jna/log4jna-1.2.zip)
14-
15-
License
16-
=======
17-
18-
This project is licenced under the Apache Software Foundation 2.0 License.
19-
20-
Please note that despite what the org.apache namespace may suggest, this project is currently not endorsed or sponsored by the Apache Software Foundation.
1+
Log4JNA
2+
=======
3+
4+
![Log4JNA](https://github.com/dblock/log4jna/raw/master/log4jna.jpg?raw=true "Log4JNA")
5+
6+
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.
7+
8+
* [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.
9+
10+
Download
11+
========
12+
13+
* [log4jna-1.3.zip](http://code.dblock.org/downloads/log4jna/log4jna-1.3.zip)
14+
15+
License
16+
=======
17+
18+
This project is licenced under the Apache Software Foundation 2.0 License.
19+
20+
Please note that despite what the org.apache namespace may suggest, this project is currently not endorsed or sponsored by the Apache Software Foundation.

build/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version.major=1
2-
version.minor=2
2+
version.minor=3
33
version.build=${build.ts}
44
version.revision=0
55
version.major.minor=${version.major}.${version.minor}

0 commit comments

Comments
 (0)