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 20:44:36 UTC

svn commit: r702962 - in /incubator/buildr/trunk: CHANGELOG doc/pages/getting_started.textile doc/pages/whats_new.textile

Author: assaf
Date: Wed Oct  8 11:44:35 2008
New Revision: 702962

URL: http://svn.apache.org/viewvc?rev=702962&view=rev
Log:
Set today's date in changelog, last minute fixes to what's new, changed examples in Getting Started page to show installing version 1.3.3.

Modified:
    incubator/buildr/trunk/CHANGELOG
    incubator/buildr/trunk/doc/pages/getting_started.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=702962&r1=702961&r2=702962&view=diff
==============================================================================
--- incubator/buildr/trunk/CHANGELOG (original)
+++ incubator/buildr/trunk/CHANGELOG Wed Oct  8 11:44:35 2008
@@ -1,4 +1,4 @@
-1.3.3 (Pending)
+1.3.3 (2008-10-08)
 * Added:  JtestR support. Implemented pending jtestr specs.
 * Added:  Growl notifications (OS X only).
 * Added:  error, info and trace methods.

Modified: incubator/buildr/trunk/doc/pages/getting_started.textile
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/getting_started.textile?rev=702962&r1=702961&r2=702962&view=diff
==============================================================================
--- incubator/buildr/trunk/doc/pages/getting_started.textile (original)
+++ incubator/buildr/trunk/doc/pages/getting_started.textile Wed Oct  8 11:44:35 2008
@@ -46,7 +46,7 @@
 
 {{{!sh
 $ sudo env JAVA_HOME=$JAVA_HOME gem update buildr
-$ sudo env JAVA_HOME=$JAVA_HOME gem install buildr -v 1.3.0
+$ sudo env JAVA_HOME=$JAVA_HOME gem install buildr -v 1.3.3
 }}}
 
 You can also use this script "to install Buildr on Linux":scripts/install-linux.sh.  This script will install Buildr or if already installed, upgrade to a more recent version.  It will also install Ruby 1.8.6 if not already installed (using @yum@ or @apt-get@) and upgrage RubyGems to 1.0.1.
@@ -78,7 +78,7 @@
 
 {{{!sh
 $ sudo env JAVA_HOME=$JAVA_HOME gem update buildr
-$ sudo env JAVA_HOME=$JAVA_HOME gem install buildr -v 1.3.0
+$ sudo env JAVA_HOME=$JAVA_HOME gem install buildr -v 1.3.3
 }}}
 
 You can also use this script "to install Buildr on OS X":scripts/install-osx.sh.  This script will install Buildr or if already installed, upgrade to a more recent version.  It will also install Ruby 1.8.6 if not already installed (using MacPorts) and upgrage RubyGems to 1.0.1.
@@ -106,7 +106,7 @@
 
 {{{!sh
 > gem update buildr
-> gem install buildr -v 1.3.0
+> gem install buildr -v 1.3.3
 }}}
 
 
@@ -134,7 +134,7 @@
 
 {{{!sh
 $ jruby -S gem update buildr
-$ jruby -S gem install buildr -v 1.3.0
+$ jruby -S gem install buildr -v 1.3.3
 }}}
 
 You can also use this script "to install Buildr on JRuby":scripts/install-jruby.sh.  This script will install Buildr or if already installed, upgrade to a more recent version.  If necessary, it will also install JRuby 1.1 in @/opt/jruby@ and update the @PATH@ variable in @~/.bash_profile@ or @~/.profile@.

Modified: incubator/buildr/trunk/doc/pages/whats_new.textile
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/whats_new.textile?rev=702962&r1=702961&r2=702962&view=diff
==============================================================================
--- incubator/buildr/trunk/doc/pages/whats_new.textile (original)
+++ incubator/buildr/trunk/doc/pages/whats_new.textile Wed Oct  8 11:44:35 2008
@@ -1,6 +1,6 @@
 h1.  What's New
 
-h2.  Buildr 1.3.2
+h2.  Buildr 1.3.3
 
 * Support for "JtestR":http://jtestr.codehaus.org/ test framework.
 * Support for "Emma":http://emma.sourceforge.net/ code coverage tool.
@@ -8,7 +8,7 @@
 * 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.
+* 27 other bug fixes and minor changes, see the "CHANGELOG":changelog.html for full details.
 
 
 h2.  Buildr 1.3.2