Skip to content

Commit

Permalink
Release 0.4.3 (huge performance boost)
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Oct 8, 2009
1 parent 34e9e34 commit 809b6d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
BENELUX, CHANGES


#### 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
Expand Down
2 changes: 1 addition & 1 deletion benelux.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@spec = Gem::Specification.new do |s|
s.name = "benelux"
s.rubyforge_project = 'benelux'
s.version = "0.4.2"
s.version = "0.4.3"
s.summary = "Benelux: Little freakin' timers for your Ruby codes"
s.description = s.summary
s.author = "Delano Mandelbaum"
Expand Down
2 changes: 1 addition & 1 deletion lib/benelux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require 'selectable'

module Benelux
VERSION = "0.4.2"
VERSION = "0.4.3"
NOTSUPPORTED = [Class, Object, Kernel]

class BeneluxError < RuntimeError; end
Expand Down

0 comments on commit 809b6d6

Please sign in to comment.