Merge branch 'bump_142' into 1.4

This commit is contained in:
Colin Surprenant 2014-06-24 14:10:02 +02:00
commit 283b2b2745
2 changed files with 16 additions and 1 deletions

View file

@ -1,3 +1,18 @@
1.4.2 (June 24, 2014)
# general
- fixed path issues when invoking bin/logstash outside its home directory
# input
- bugfix: generator: fixed stdin option support
- bugfix: file: fixed debian 7 path issue
# codecs
- improvement: stdin/tcp: automatically select json_line and line codecs with the tcp and stdin streaming imputs
- improvement: collectd: add support for NaN values
# outputs
- improvement: nagios_nsca: fix external command invocation to avoid shell escaping
1.4.1 (May 6, 2014)
# General
- bumped Elasticsearch to 1.1.1 and Kibana to 3.0.1

View file

@ -1,6 +1,6 @@
# encoding: utf-8
# The version of logstash.
LOGSTASH_VERSION = "1.4.1"
LOGSTASH_VERSION = "1.4.2"
# Note to authors: this should not include dashes because 'gem' barfs if
# you include a dash in the version string.