Skip to content

Commit 45dfcd3

Browse files
committed
Updated release notes and CHANGES file.
1 parent c41452e commit 45dfcd3

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525

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

28+
* Removed reference to manage_gem to fix the warning produced by the
29+
gem package task.
30+
2831
== Version 0.8.3
2932

3033
* Enhanced the system directory detection in windows. We now check

doc/release_notes/rake-0.8.4.rdoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,22 @@
22

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

5+
NOTE: The version of Rake that comes with Ruby 1.9 has diverged
6+
slightly from the core Rake code base. Rake 0.8.4 will work
7+
with Ruby 1.9, but is not a strict upgrade for the Rake that
8+
comes with Ruby 1.9. A (near) future release of Rake will unify
9+
those two codebases.
10+
511
== Changes
612

713
=== New Features / Enhancements in Version 0.8.4
814

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

18+
* Improved Rakefile case insensitivity testing (patch from Luis
19+
Lavena).
20+
1221
* Windows system dir search order is now: HOME, HOMEDRIVE + HOMEPATH,
1322
APPDATA, USERPROFILE (patch from Luis Lavena)
1423

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

1827
=== Bug Fixes in Version 0.8.4
1928

29+
* Removed reference to manage_gem to fix the warning produced by the
30+
gem package task.
31+
2032
* Fixed stray ARGV option problem that was interfering with
2133
Test::Unit::Runner. (patch from Pivotal Labs)
2234

0 commit comments

Comments
 (0)