Release Name: 0.5.3
Notes:
= Benelux v0.5
<b>A mad timeline for your Ruby codes</b>
== Features
* Create timers for any Ruby method
* Store arbitrary messages
* Granular statistics
* Thread-safe
== Installation
Get it in one of the following ways:
$ gem install benelux
$ git clone git://github.com/delano/benelux.git
$ gem install delano-benelux --source http://gems.github.com
== More Information
* Codes[http://github.com/delano/benelux]
* RDocs[http://delano.github.com/benelux]
== Credits
* Delano Mandelbaum (http://solutious.com)
== Thanks
* Alexis Sellier for fielding my Ruby questions
* Tara Dougans for the motivational speeches
== License
See LICENSE.txt
Changes:
BENELUX, CHANGES
#### 0.5.3 (2009-11-16) ###############################
* FIXED: Process dead threads only once
* FIXED: Copy default tags when rotating timelines
#### 0.5.2 (2009-11-02) ###############################
* ADDED: Selectable#rfilter
* ADDED: Timeline#messages
#### 0.5.1 (2009-10-29) ###############################
* FIXED: Timeline#clear
* ADDED: Thread#rotate_timeline
* ADDED: Stats#clear
#### 0.5.0 (2009-10-21) ###############################
* CHANGE: Do not use global timeline, update from dead threads.
#### 0.4.4 (2009-10-20) ###############################
* CHANGE: Removed reporter
* CHANGE: Take advantage of Ruby's accidentally thread-safe
Arrays and use global timeline
* CHANGE: Removed Timeline#counts
#### 0.4.3 (2009-10-08) ###############################
* FIXED: Initial reporting loop waits 1 second for first threads
* CHANGE: Huge performance improvement (no tag matching when merging stats)
* CHANGED: Cleaned Reporter
#### 0.4.2 (2009-10-06) ###############################
* ADDED: JRuby support
* CHANGE: Improved performance
#### 0.4.1 (2009-10-06) ###############################
* FIXED: Nil @thread error in reporter
* CHANGE: Reporter starts only one thread.
#### 0.4.0 (2009-10-05) ###############################
* CHANGE: All tag values are stored as strings. Keys can be anything.
* CHANGE: Removed object-specific timelines
* CHANGED: Stats calculators no longer keep all values
* ADDED: Counts
* ADDED: Reporter thread
#### 0.3.2 (2009-10-02) ###############################
* CHANGE: Major performance improvement.
#### 0.3.1 (2009-09-30) ###############################
* FIXED: Rubygems versioning issue.
#### 0.3.0 (2009-09-30) ###############################
Initial public release
|