Skip to content

Commit

Permalink
prepping for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ZenTest/dev/": change = 6179]
  • Loading branch information
zenspider committed Feb 18, 2011
1 parent dc93f02 commit b37f2f1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions History.txt
@@ -1,3 +1,22 @@
=== 4.5.0 / 2011-02-18

* 6 minor enhancements:

* Added autotest -w flag to turn on warnings. Turned off warnings by default.
* Added autotest/preload.rb to deal with rails being egregiously slow.
* Added child process handling/cleanup on signals.
* Added postinitialize hook.
* Improved restart mechanism to include all flags.
* Refactored restart plugin to Autotest#restart.

* 5 bug fixes:

* Added sigquit handler to restart app straight up.
* Fixed autotest/isolate so it works
* Fixed parse_options to take args array (default ARGV) and to be non-destructive.
* Strip ascii color to avoid false positives. (graemeworthy)
* Use RbConfig to remove warning

=== 4.4.2 / 2010-12-10

* 2 bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/zentest.rb
Expand Up @@ -53,7 +53,7 @@ def zentest

class ZenTest

VERSION = '4.4.2'
VERSION = '4.5.0'

include ZenTestMapping

Expand Down

0 comments on commit b37f2f1

Please sign in to comment.