Skip to content

Commit

Permalink
Convert history to UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Jan 9, 2011
1 parent 91259b4 commit b6f7602
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions CHANGES
Expand Up @@ -19,7 +19,7 @@
* Improved rakefile_location discovery on Windows. Patch by James Tucker.

* Rake now recognizes "Windows Server" as a windows system. Patch by Matthias
L�dtke
Lüdtke

* Rake::RDocTask is deprecated. Use RDoc::Task from RDoc 2.4.2+ (require
'rdoc/task')
Expand Down Expand Up @@ -102,7 +102,7 @@
* Fixed stray ARGV option problem that was interfering with
Test::Unit::Runner.

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

* Removed reference to manage_gem to fix the warning produced by the
gem package task.
Expand All @@ -115,7 +115,7 @@
directory.

* Added fix to handle ruby installations in directories with spaces in
their name.
their name.

== Version 0.8.2

Expand All @@ -132,7 +132,7 @@
symbol/string differences. (Patch supplied by Edwin Pratomo)

* Fixed bug with rules involving multiple source (Patch supplied by
Emanuel Inderm�hle)
Emanuel Indermühle)

* Switched from getoptlong to optparse (patches supplied by Edwin
Pratomo)
Expand All @@ -153,7 +153,7 @@

* Changed from using Mutex to Monitor. Evidently Mutex causes thread
join errors when Ruby is compiled with -disable-pthreads. (Patch
supplied by Ittay Dror)
supplied by Ittay Dror)

* Fixed bug in makefile parser that had problems with extra spaces in
file task names. (Patch supplied by Ittay Dror)
Expand Down Expand Up @@ -208,14 +208,14 @@
* Fixed some bugs where the application object was going to the global
appliation instead of using its own data.
* Added square and curly bracket patterns to FileList#include (Tilman
Sauerbeck).
Sauerbeck).
* Added plain filename support to rule dependents (suggested by Nobu
Nakada).
Nakada).
* Added pathmap support to rule dependents.
* Added a 'tasks' method to a namespace to get a list of tasks
associated with the namespace.
* Fixed the method name leak from FileUtils (bug found by Glenn
Vanderburg).
Vanderburg).
* Added rake_extension to handle detection of extension collisions.
* Added test for noop, bad_option and verbose flags to sh command.
* Removed dependency on internal fu_xxx functions from FileUtils.
Expand Down Expand Up @@ -336,7 +336,7 @@
* Fixed a bug that prevented the TESTOPTS flag from working with the
revised for 1.8.2 test task.
* Updated the docs on --trace to indicate that it also enables a full
backtrace on errors.
backtrace on errors.

== Version 0.4.14

Expand Down
4 changes: 2 additions & 2 deletions doc/release_notes/rake-0.8.2.rdoc
Expand Up @@ -46,7 +46,7 @@ new features and numerous bug fixes.

* Fixed bug with rules involving multiple source, where only the first
dependency of a rule has any effect (Patch supplied by Emanuel
Indermühle)
Indermühle)

* FileList#clone and FileList#dup have better sematics w.r.t. taint
and freeze.
Expand Down Expand Up @@ -157,7 +157,7 @@ otherwise helpful comments. Thanks to ...
* Gavin Stark
* Adam Q. Salter
* Adam Majer
* Emanuel Indermühle
* Emanuel Indermühle
* Ittay Dror
* Bheeshmar Redheendran (for spending an afternoon with me debugging
windows issues)
Expand Down
2 changes: 1 addition & 1 deletion doc/release_notes/rake-0.8.3.rdoc
Expand Up @@ -104,7 +104,7 @@ otherwise helpful comments. Thanks to ...
* Gavin Stark
* Adam Q. Salter
* Adam Majer
* Emanuel Indermühle
* Emanuel Indermühle
* Ittay Dror
* Bheeshmar Redheendran (for spending an afternoon with me debugging
windows issues)
Expand Down

0 comments on commit b6f7602

Please sign in to comment.