NEWS in rant-0.4.6 vs NEWS in rant-0.4.8

- old
+ new

@@ -1,7 +1,37 @@ = Rant NEWS +== Rant 0.4.8 + +Incompatible changes: +* The filenames <tt>Rantfile.rb</tt> and <tt>rantfile.rb</tt> which + were deprecated since the last release aren't recognized anymore. + Use +Rantfile+, +rantfile+ or <tt>root.rant</tt> instead. + +Deprecated: +* The two undocumented Array methods <tt>ary.arglist</tt> and + <tt>ary.shell_pathes</tt> are deprecated. Use <tt>sys.sp(ary)</tt> + in Rantfiles instead. +* <tt>rant-import -v</tt> option. Use <tt>-V</tt> or + <tt>--version</tt> instead. + +Fixes and minor improvements: +* Fix output of <tt>rant -T</tt> for descriptions with more than two lines. +* Filelists: Same handling of files starting with a dot with all + supported ruby versions (1.8.0 - 1.9). +* The <tt>sys.ruby</tt> method uses an absolute path to start the Ruby + interpreter. Thus <tt>sys.ruby</tt> also works if ruby is not on the + PATH. +* Fix for latest ruby 1.9, which renamed +fcall+ to +funcall+. + +New features: +* <tt>rant-import</tt> supports <tt>--zip</tt> (<tt>-z</tt>) option + for zip-compression now. +* Tasks with command change recognition. Read + doc/command.rdoc[link:files/doc/command_rdoc.html] +* Improved rule support. + == Rant 0.4.6 Incompatible changes: * *Important*: The notation <tt>"#foo"</tt> to reference a task defined in the project's root directory changed to <tt>"@foo"</tt>.