
Release 0.9.3 - 2011/07/05
  * Disable EventMachine.epoll because it doesn't work correctly on
    Ruby 1.9 with threads
  * in_tcp and in_unix uses EventMachine instead of threads
  * Set BasicSocket.do_not_reverse_lookup = true

Release 0.9.2 - 2011/07/03
  * Added TimeSlicedOutput that splits buffer chunk exactly based on the time
  * Changed structure of buffers from queue to map + queue
  * Show waring if configuration parameters are not used
  * Added out_time_file plugin

Release 0.9.1 - 2011/06/26
  * Added in_tail plugin
  * Added in_syslog plugin
  * Added out_stdout plugin
  * Added out_tcp plugin
  * Added out_unix plugin
  * Improved performance of in_http plugin by replacing WEBrick + thread
     with EventMachine

Release 0.9.0 - 2011/06/20
  * First release

