Skip to content

Commit

Permalink
Prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andibacher committed Sep 13, 2016
1 parent e1430f3 commit d9cbab8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
All notable changes to this project will be documented in this file.
----

## [v1.3.0] -
## [v1.3.0] - 2016-09-13

### Added
- Changed directory layout
- Wrapper logger object for logging from Qml (QmlLogger)
- Appender for windows debug console (OutputDebugString)
- continuous integration windows - appveyor ci config files
- Changelog
- New global boolean property for *.properties files
- New global boolean property for *.properties files
log4j.watchThisFile=[true]|[false]
If set to true an file system watcher is installed for the *.properties file
and the loggers are automatically reconfigured if this file changes.
and the loggers are automatically reconfigured if this file changes.

### Improvements
- Replaced old-c-style casts
- Searching for *.properties files are extended:
1. If <application binaryname.exe.log4qt.properties exists this file is used (Windows only)
2. If <application binaryname>.log4qt.properties exists this file is used
3. If "log4qt.properties" exists in the executables path this file is used
3. If "log4qt.properties" exists in the executables path this file is used
4. If "log4qt.properties" exists in the current working directory this file is used (the default before)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/log4qt/log4qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TEMPLATE = lib
TARGET = log4qt

LOG4QT_VERSION_MAJOR = 1
LOG4QT_VERSION_MINOR = 2
LOG4QT_VERSION_MINOR = 3
LOG4QT_VERSION_RELEASE = 0

LOG4QT_VERSION = '\\"$${LOG4QT_VERSION_MAJOR}.$${LOG4QT_VERSION_MINOR}.$${LOG4QT_VERSION_RELEASE}\\"'
Expand Down

0 comments on commit d9cbab8

Please sign in to comment.