bump version to 1.0.10

This commit is contained in:
Pete Fritchman 2011-05-23 00:20:06 -07:00
parent 331cac1bef
commit ad39343092
3 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -1 +1 @@
LOGSTASH_VERSION = "1.0.9"
LOGSTASH_VERSION = "1.0.10"

View file

@ -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?