Use sortable date format to avoid confusion between dd/MM and MM/dd.

This commit is contained in:
Markus Thurner
2015-04-13 11:56:04 +02:00
parent 0b3204efe8
commit 1b51fcd989

View File

@@ -1,10 +1,11 @@
TimberWinR Release Notes TimberWinR Release Notes
================================== ==================================
A Native Windows to Redis/Elasticsearch Logstash Agent which runs as a service. A Native Windows to Redis/Elasticsearch Logstash Agent which runs as a service.
Version / Date Version / Date
### 1.3.20.0 - 04/03/2015 ### 1.3.20.0 - 2015-04-03
1. A re-factoring of Logs and TailLogs to be more efficient and detect log rolling correctly, 1. A re-factoring of Logs and TailLogs to be more efficient and detect log rolling correctly,
this requires http://support.microsoft.com/en-us/kb/172190 which will be detected and this requires http://support.microsoft.com/en-us/kb/172190 which will be detected and
set by TimberWinR, however, requires a reboot. set by TimberWinR, however, requires a reboot.
@@ -12,11 +13,12 @@ Version / Date
3. Created TimberWinR.TestGenerator for complete testing of TimberWinR 3. Created TimberWinR.TestGenerator for complete testing of TimberWinR
4. Fixed ipv4/ipv6 thread-safe issue with UdpInputListener which might lead to corrupted input data. 4. Fixed ipv4/ipv6 thread-safe issue with UdpInputListener which might lead to corrupted input data.
### 1.3.19.1 - 03/03/2015 ### 1.3.19.1 - 2015-03-03
1. Added new Redis parameter _max\_batch\_count_ which increases the _batch\_count_ dynamically over time 1. Added new Redis parameter _max\_batch\_count_ which increases the _batch\_count_ dynamically over time
to handle input flooding. Default is _batch\_count_ * 10 to handle input flooding. Default is _batch\_count_ * 10
### 1.3.19.0 - 02/26/2015 ### 1.3.19.0 - 2015-02-26
1. Added support for Multiline codecs for Stdin and Logs listeners, closes issue [#23](https://github.com/Cimpress-MCP/TimberWinR/issues/23) 1. Added support for Multiline codecs for Stdin and Logs listeners, closes issue [#23](https://github.com/Cimpress-MCP/TimberWinR/issues/23)
2. Added new TailFiles input type which uses a native implementation (more-efficient) than using LogParser's Log 2. Added new TailFiles input type which uses a native implementation (more-efficient) than using LogParser's Log
@@ -25,61 +27,60 @@ Version / Date
5. Fixed bug when tailing non-existent log files which resulted in high cpu-usage. 5. Fixed bug when tailing non-existent log files which resulted in high cpu-usage.
6. Added feature to watch the configuration directory 6. Added feature to watch the configuration directory
### 1.3.18.0 - 12/22/2014 ### 1.3.18.0 - 2014-12-22
1. Fixed bug introduced in 1.3.17.0 which changed the meaning of the delay for Elasticsearch, Redis and Stdout 1. Fixed bug introduced in 1.3.17.0 which changed the meaning of the delay for Elasticsearch, Redis and Stdout
intervals to be interpreted as seconds instead of milliseconds. 1.3.17.0 should not be used. intervals to be interpreted as seconds instead of milliseconds. 1.3.17.0 should not be used.
2. Removed ability for installer to downgrade which was leading to leaving previous versions laying around (i.e. reverts 1.3.13.0 change) 2. Removed ability for installer to downgrade which was leading to leaving previous versions laying around (i.e. reverts 1.3.13.0 change)
### 1.3.17.0 - 12/19/2014 ### 1.3.17.0 - 2014-12-19
1. Continued work improving shutdown time by using syncHandle.Wait instead of Thread.Sleep 1. Continued work improving shutdown time by using syncHandle.Wait instead of Thread.Sleep
### 1.3.16.0 - 12/19/2014 ### 1.3.16.0 - 2014-12-19
1. Added logSource property to the Log input to facility the steering of log messages to different indices. 1. Added logSource property to the Log input to facility the steering of log messages to different indices.
### 1.3.15.0 - 12/12/2014 ### 1.3.15.0 - 2014-12-12
1. Fixed bug whereby if the Udp or Tcp inputs receive an impropery formatted Json it caused the thread to terminate, and ignore 1. Fixed bug whereby if the Udp or Tcp inputs receive an impropery formatted Json it caused the thread to terminate, and ignore
future messages. future messages.
### 1.3.14.0 - 12/11/2014 ### 1.3.14.0 - 2014-12-11
1. Fixed bug with the Grok filter to match properly the value of the Text field against non-blank entries. 1. Fixed bug with the Grok filter to match properly the value of the Text field against non-blank entries.
### 1.3.13.0 - 12/02/2014 ### 1.3.13.0 - 2014-12-02
1. Fixed MSI installer to allow downgrades. 1. Fixed MSI installer to allow downgrades.
### 1.3.12.0 - 11/25/2014 ### 1.3.12.0 - 2014-11-25
1. Fixed all remaining memory leaks due to the COM Weak Surrogate which requires an explicit GC.Collect 1. Fixed all remaining memory leaks due to the COM Weak Surrogate which requires an explicit GC.Collect
### 1.3.11.0 - 11/21/2014 ### 1.3.11.0 - 2014-11-21
1. Re-worked WindowsEvent listener to enable shutting down in a quicker fashion. 1. Re-worked WindowsEvent listener to enable shutting down in a quicker fashion.
### 1.3.10.0 - 11/18/2014 ### 1.3.10.0 - 2014-11-18
1. Refactored Conditions handler to use non-leaking evaluator. 1. Refactored Conditions handler to use non-leaking evaluator.
### 1.3.9.0 - 11/11/2014 ### 1.3.9.0 - 2014-11-11
1. Merged in pull request #9 1. Merged in pull request #9
2. Updated chocolately uninstall to preserve GUID 2. Updated chocolately uninstall to preserve GUID
### 1.3.8.0 - 11/06/2014 ### 1.3.8.0 - 2014-11-06
1. Added interval parameter to WindowsEvent input listener 1. Added interval parameter to WindowsEvent input listener
2. Increased default value for interval to 60 seconds for polling WindowsEvents 2. Increased default value for interval to 60 seconds for polling WindowsEvents
### 1.3.7.0 - 10/21/2014 ### 1.3.7.0 - 2014-10-21
1. Added additional information for diagnostics port 1. Added additional information for diagnostics port
2. Completed minor handling of Log rolling detection 2. Completed minor handling of Log rolling detection
### 1.3.6.0 - 10/16/2014 ### 1.3.6.0 - 2014-10-16
1. Handle rolling of logs whereby the logfile remains the same, but the content resets back to 0 bytes. 1. Handle rolling of logs whereby the logfile remains the same, but the content resets back to 0 bytes.