==================================================
Changes from 2014-07-16 00:00:00 +0000 to present.
==================================================
------------------------------------------
version 1.002 at 2015-07-16 18:43:27 +0000
------------------------------------------
Change: 2452fdcf8a5d5113f3b3efdd93bbd2d3d7c8c175
Author: Markus Benning <ich@markusbenning.de>
Date : 2015-07-16 20:31:00 +0000
added new features and performance improvements
The following new features have been added:
- New option: timing_redis_password allows to specifiy a redis
password
- New option: timing_redis_exclude_re excludes rules from timing
statistics. By default set to '^__' which will exclude all sub-rules
- New option: timing_redis_database allows to select a non-default
database in redis. (redis SWITCH call)
- New option: timing_redis_bulk_update will queue timing updates
before sending them to redis and execute them in a bulk via a
single call to a server-side script. By default this option is set
to 50 entries. Set to 0 do disable. Requires redis >= 2.6.0 and a
Redis perl >= 1.954 module.
------------------------------------------
version 1.001 at 2015-05-12 10:32:22 +0000
------------------------------------------
Change: bec006cb738896f124e818095fbce29be385cf02
Author: Markus Benning <ich@markusbenning.de>
Date : 2015-05-12 12:32:22 +0000
Merge branch 'master' of
https://github.com/benningm/Mail-SpamAssassin-Plugin-RuleTimingRedis
Change: b2e7dfc66470f3cf13acfd1c6923531a965f7019
Author: Markus Benning <ich@markusbenning.de>
Date : 2015-05-12 12:30:34 +0000
only close redis handle if it has been created
Change: af9de0a766da648fc0ca0d014aaf92bd1e573d4e
Author: Markus Benning <me@w3r3wolf.de>
Date : 2015-05-10 22:01:35 +0000
Update README.md
fix parameters formating
------------------------------------------
version 1.000 at 2015-05-10 19:56:50 +0000
------------------------------------------
Change: 217ee028dbe9996bbb14a2803cd097ca2c50388a
Author: Markus Benning <ich@markusbenning.de>
Date : 2015-05-10 21:56:50 +0000
add .gitignore
Change: 17cfd9684f8cf7b41857b117150477b18bbad141
Author: Markus Benning <ich@markusbenning.de>
Date : 2015-05-10 21:55:47 +0000
remove LICENSE because dzil will add it
Change: f04876f8546d820ae34103df1b0952d66ae9d28c
Author: Markus Benning <ich@markusbenning.de>
Date : 2015-05-10 21:53:33 +0000
intial checkin
Change: 1d9d06cdc3459660f6d847092f098f8cb4d5fa06
Author: Markus Benning <me@w3r3wolf.de>
Date : 2015-05-10 21:52:28 +0000
Initial commit
================
End of releases.
================