File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
33Rake 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
You can’t perform that action at this time.
0 commit comments