Skip to content

Commit

Permalink
Updated release notes and CHANGES file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Mar 4, 2009
1 parent c41452e commit 45dfcd3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@

* Fixed default verbose mode (was accidently changed to false).

* Removed reference to manage_gem to fix the warning produced by the
gem package task.

== Version 0.8.3

* Enhanced the system directory detection in windows. We now check
Expand Down
12 changes: 12 additions & 0 deletions doc/release_notes/rake-0.8.4.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@

Rake version 0.8.4 is a bug-fix release of rake.

NOTE: The version of Rake that comes with Ruby 1.9 has diverged
slightly from the core Rake code base. Rake 0.8.4 will work
with Ruby 1.9, but is not a strict upgrade for the Rake that
comes with Ruby 1.9. A (near) future release of Rake will unify
those two codebases.

== Changes

=== New Features / Enhancements in Version 0.8.4

* Case is preserved on rakefile names. (patch from James
M. Lawrence/quix)

* Improved Rakefile case insensitivity testing (patch from Luis
Lavena).

* Windows system dir search order is now: HOME, HOMEDRIVE + HOMEPATH,
APPDATA, USERPROFILE (patch from Luis Lavena)

Expand All @@ -17,6 +26,9 @@ Rake version 0.8.4 is a bug-fix release of rake.

=== Bug Fixes in Version 0.8.4

* Removed reference to manage_gem to fix the warning produced by the
gem package task.

* Fixed stray ARGV option problem that was interfering with
Test::Unit::Runner. (patch from Pivotal Labs)

Expand Down

0 comments on commit 45dfcd3

Please sign in to comment.