mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
bump version to 1.0.10
This commit is contained in:
parent
331cac1bef
commit
ad39343092
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
1.0.10 (????)
|
||||
1.0.10 (May 23, 2011)
|
||||
- Fix tcp input bug (LOGSTASH-88) that would drop connections.
|
||||
- Grok patterns_dir (filter config) and --grok-patterns-dir (cmdline opt)
|
||||
are now working.
|
||||
|
|
|
@ -1 +1 @@
|
|||
LOGSTASH_VERSION = "1.0.9"
|
||||
LOGSTASH_VERSION = "1.0.10"
|
||||
|
|
|
@ -35,8 +35,8 @@ for such things, that works for me, too.)
|
|||
|
||||
logstash releases come in a few flavors.
|
||||
|
||||
* [Monolithic jar](http://semicomplete.com/files/logstash/logstash-1.0.9-monolithic.jar)
|
||||
* [rubygem](http://rubygems.org/gems/logstash/versions/1.0.9)
|
||||
* [Monolithic jar](http://semicomplete.com/files/logstash/logstash-1.0.10-monolithic.jar)
|
||||
* [rubygem](http://rubygems.org/gems/logstash/versions/1.0.10)
|
||||
* [`gem install logstash`](http://rubygems.org/gems/logstash)
|
||||
|
||||
## What's next?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue