You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by as...@apache.org on 2008/10/08 01:02:44 UTC

svn commit: r702660 - in /incubator/buildr/trunk: CHANGELOG doc/pages/index.textile doc/pages/whats_new.textile

Author: assaf
Date: Tue Oct  7 16:02:43 2008
New Revision: 702660

URL: http://svn.apache.org/viewvc?rev=702660&view=rev
Log:
What's new for 1.3.3 release.

Modified:
    incubator/buildr/trunk/CHANGELOG
    incubator/buildr/trunk/doc/pages/index.textile
    incubator/buildr/trunk/doc/pages/whats_new.textile

Modified: incubator/buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/CHANGELOG?rev=702660&r1=702659&r2=702660&view=diff
==============================================================================
--- incubator/buildr/trunk/CHANGELOG (original)
+++ incubator/buildr/trunk/CHANGELOG Tue Oct  7 16:02:43 2008
@@ -5,6 +5,7 @@
 * Added:  Release task support for alternative SVN repository layout
           (e.g., http://my.repo.org/trunk/foo).
 * Added:  BUILDR-128 Emma support
+* Added:  BUILDR-135. Extracted reusable replacement logic into Filter::Mapper
 * Added:  BUILDR-148 It is now possible to set the version of various 3rd
           party libraries from the build.yml file.  Supported libraries
           include Ant and the various test and BDD frameworks.
@@ -49,7 +50,6 @@
           using #options instead of #using (Lacton).
 * Fixed:  BUILDR-129. Modifying a project manifest should not alter it's
           parent project manifest.
-* Fixed:  BUILDR-135. Extracted reusable replacement logic into Filter::Mapper
 * Fixed:  BUILDR-137 JRuby 1.1.3 and Buildr 1.3.2 don't appear to work
           (on Windows).
 * Fixed:  BUILDR-138 ScalaTest premature use of Buildr::Repositories

Modified: incubator/buildr/trunk/doc/pages/index.textile
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/index.textile?rev=702660&r1=702659&r2=702660&view=diff
==============================================================================
--- incubator/buildr/trunk/doc/pages/index.textile (original)
+++ incubator/buildr/trunk/doc/pages/index.textile Tue Oct  7 16:02:43 2008
@@ -22,17 +22,14 @@
 
 h2.  News
 
-Check out "all that's new in Buildr 1.3.2":whats_new.html.
+Check out "all that's new in Buildr 1.3.3":whats_new.html.
 
-* Buildr 1.3 now runs on JRuby 1.1
-* Support for building Scala projects
-* Support for building Groovy projects
-* EAR packages
-* Behaviour-Driven Development frameworks
-* Profiles
-* New API for accessing Java libraries
-* Alternative source layouts
-* More documentation
+* Buildr 1.3 now runs on JRuby 1.1 and Ruby 1.8.6.
+* Support for building Scala and Groovy projects.
+* Behavior-Driven Development frameworks (RSpec, JBehave, etc).
+* Profiles and build.yml settings file.
+* New API for accessing Java libraries.
+* More documentation.
 * Other features and bug fixes.
 
 

Modified: incubator/buildr/trunk/doc/pages/whats_new.textile
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/whats_new.textile?rev=702660&r1=702659&r2=702660&view=diff
==============================================================================
--- incubator/buildr/trunk/doc/pages/whats_new.textile (original)
+++ incubator/buildr/trunk/doc/pages/whats_new.textile Tue Oct  7 16:02:43 2008
@@ -2,6 +2,17 @@
 
 h2.  Buildr 1.3.2
 
+* Support for "JtestR":http://jtestr.codehaus.org/ test framework.
+* Support for "Emma":http://emma.sourceforge.net/ code coverage tool.
+* Growl notifications (OS X only).
+* Starting with this release you can use the @build.yml@ file to control versions of various 3rd party libraries, e.g. Ant, JUnit, ScalaCheck.
+* The _release_ task now supports alternative SVN repository layouts. Releases are tagged in SVN using the version number, but you can customize the tag name (see @Releases.tag_name@). The @NEXT_VERSION@ constant is no longer used during the release process.
+* This release is tested against JRuby 1.1.3 and JRuby 1.1.4. There are also some improvements towards Ruby 1.9 support.
+* 27 other bug fixes and minor changes, see the CHANGELOG for full details.
+
+
+h2.  Buildr 1.3.2
+
 * New @--prereqs@ command line argument lists all the tasks and their dependencies. You can also filter specific tasks by following with a regular expression, for example, @--prereqs foo@.
 * Upgraded to latest release of Net::SSH, Net::SFTP, RubyForge and RubyGems.
 * Upgraded to JUnit 4.4 and fixed case where abstract classes extending TestCase would lead to tests failing.
@@ -13,6 +24,7 @@
 * Fixed: BUILDR-100 Directory structure documentation needs updating.
 * Fixed: Installation instructions updated for RubyGems 1.2.0.
 
+
 h2.  Buildr 1.3.1
 
 * Fixed to specific Gem dependencies, so should install cleanly on Windows.