Prep for 1.1.4

This commit is contained in:
Jordan Sissel 2012-10-27 11:34:21 -07:00
parent 8fe7236a8f
commit d05007276c
2 changed files with 16 additions and 3 deletions

View file

@ -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 - 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: ## Overview of this release:
* New input plugins: lumberjack, sqs, relp * New input plugins: lumberjack, sqs, relp
* New output plugins: exec, sqs * New output plugins: exec, sqs

View file

@ -1,5 +1,5 @@
# The version of logstash. # 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 # Note to authors: this should not include dashes because 'gem' barfs if
# you include a dash in the version string. # you include a dash in the version string.