mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Prep for 1.1.4
This commit is contained in:
parent
8fe7236a8f
commit
d05007276c
2 changed files with 16 additions and 3 deletions
17
CHANGELOG
17
CHANGELOG
|
@ -1,7 +1,20 @@
|
|||
1.1.3 (October 22 2012)
|
||||
1.1.4 (October 27, 2012)
|
||||
## Overview of this release:
|
||||
- bug fixes mostly
|
||||
|
||||
## filters
|
||||
- date: Fix crashing on date filter failures. Wrote test to cover this case.
|
||||
(LOGSTASH-641)
|
||||
- grok: Improve QUOTEDSTRING pattern to avoid some more 'watchdog timeout' problems
|
||||
|
||||
## outputs
|
||||
- nagios_nscal: Allow check status to be set from the event (#228, patch by
|
||||
Tomas Doran)
|
||||
|
||||
1.1.3 (October 22, 2012)
|
||||
- rebuilt 1.1.2 for java 5 and 6
|
||||
|
||||
1.1.2 (October 22 2012)
|
||||
1.1.2 (October 22, 2012)
|
||||
## Overview of this release:
|
||||
* New input plugins: lumberjack, sqs, relp
|
||||
* New output plugins: exec, sqs
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# The version of logstash.
|
||||
LOGSTASH_VERSION = "1.1.3"
|
||||
LOGSTASH_VERSION = "1.1.4"
|
||||
|
||||
# Note to authors: this should not include dashes because 'gem' barfs if
|
||||
# you include a dash in the version string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue