Author: assaf
Date: Mon Oct 20 18:47:32 2008
New Revision: 706490
URL: http://svn.apache.org/viewvc?rev=706490&view=rev
Log:
Updated CHANGELOG to include reference to BUILDR-147 and -166.
Modified:
incubator/buildr/trunk/CHANGELOG
Modified: incubator/buildr/trunk/CHANGELOG
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/CHANGELOG?rev=706490&r1=706489&r2=706490&view=diff
==============================================================================
--- incubator/buildr/trunk/CHANGELOG (original)
+++ incubator/buildr/trunk/CHANGELOG Mon Oct 20 18:47:32 2008
@@ -1,14 +1,15 @@
1.3.4 (Pending)
* Added: BUILDR-159 Improved 'check' to accept both tar and tgz archives.
-* Change: Upgraded to use Rake 0.8.3, RSpec 1.1.8.
* Change: Introduced new options from Rake 0.8.3: -I (libdir), -R (rakelib),
--rules, --no-search, --silent.
+* Change: BUILDR-147 Upgraded to use Rake 0.8.3.
+* Change: BUILDR-166 Upgraded to use RSpec 1.1.8.
* Change: BUILDR-171 Eclipse task generates meta-data files for projects with
test source code but no main source code.
* Change: BUILDR-177 Moved cobertura and emma extensions to lib directory.
-* Fixed: BUILDR-172 Scala compiler not loaded by default.
-* Fixed: BUILDR-158 Nailgun is now a delegate for buildr/drb (a pure-ruby
dRuby server)
* Fixed: Removed double complete/fail messages showing up on console.
+* Fixed: BUILDR-158 Nailgun is now a delegate for buildr/drb (a pure-ruby
dRuby server)
+* Fixed: BUILDR-172 Scala compiler not loaded by default.
1.3.3 (2008-10-08)
* Added: JtestR support. Implemented pending jtestr specs.