You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by to...@apache.org on 2010/09/21 05:08:41 UTC

svn commit: r999193 - in /buildr/trunk/doc: download.textile index.textile

Author: toulmean
Date: Tue Sep 21 03:08:41 2010
New Revision: 999193

URL: http://svn.apache.org/viewvc?rev=999193&view=rev
Log:
update doc for 1.4.2

Modified:
    buildr/trunk/doc/download.textile
    buildr/trunk/doc/index.textile

Modified: buildr/trunk/doc/download.textile
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/download.textile?rev=999193&r1=999192&r2=999193&view=diff
==============================================================================
--- buildr/trunk/doc/download.textile (original)
+++ buildr/trunk/doc/download.textile Tue Sep 21 03:08:41 2010
@@ -20,6 +20,18 @@ The source code is included in both sour
 
 h2(#dist).  Binaries and Source Code
 
+h3. buildr 1.4.2 (2010-09-18)
+
+|_. Package |_. MD5 Checksum |_. PGP |
+| "buildr-1.4.2-java.gem":http://www.apache.org/dyn/closer.cgi/buildr/1.4.2/buildr-1.4.2-java.gem | "481b5dffac34ef368352f9dea095ad42":http://www.apache.org/dist/buildr/1.4.2/buildr-1.4.2-java.gem.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.2/buildr-1.4.2-java.gem.asc |
+| "buildr-1.4.2-x86-mswin32.gem":http://www.apache.org/dyn/closer.cgi/buildr/1.4.2/buildr-1.4.2-x86-mswin32.gem | "ddd6d1bee497b514bc17507f411b57c9":http://www.apache.org/dist/buildr/1.4.2/buildr-1.4.2-x86-mswin32.gem.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.2/buildr-1.4.2-x86-mswin32.gem.asc |
+| "buildr-1.4.2.gem":http://www.apache.org/dyn/closer.cgi/buildr/1.4.2/buildr-1.4.2.gem | "5f3a83491b1e7ea372fd2f7d5331195b":http://www.apache.org/dist/buildr/1.4.2/buildr-1.4.2.gem.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.2/buildr-1.4.2.gem.asc |
+| "buildr-1.4.2.tgz":http://www.apache.org/dyn/closer.cgi/buildr/1.4.2/buildr-1.4.2.tgz | "15fbb3b1fa46d6e0c99f08f169f380dc":http://www.apache.org/dist/buildr/1.4.2/buildr-1.4.2.tgz.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.2/buildr-1.4.2.tgz.asc |
+| "buildr-1.4.2.zip":http://www.apache.org/dyn/closer.cgi/buildr/1.4.2/buildr-1.4.2.zip | "33f1c15537bb5b28cb05244d8696e70b":http://www.apache.org/dist/buildr/1.4.2/buildr-1.4.2.zip.md5 | "Sig":http://www.apache.org/dist/buildr/1.4.2/buildr-1.4.2.zip.asc |
+
+p>. ("Release signing keys":http://www.apache.org/dist/buildr/1.4.2/KEYS)
+
+
 h3. buildr 1.4.0 (2010-06-18)
 
 |_. Package |_. MD5 Checksum |_. PGP |

Modified: buildr/trunk/doc/index.textile
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/index.textile?rev=999193&r1=999192&r2=999193&view=diff
==============================================================================
--- buildr/trunk/doc/index.textile (original)
+++ buildr/trunk/doc/index.textile Tue Sep 21 03:08:41 2010
@@ -46,21 +46,20 @@ So let's get started.  You can "read the
 
 h2(#news).  What's New
 
-New in Buildr 1.4.0:
+New in Buildr 1.4.2:
 
-* Support for Scala 2.8 compiler-level change detection and dependency tracking
-* Continuous compilation
-* Support for Eclipse classpath variables to avoid absolute pathnames in generated .classpath
-* "buildr test=only" will only run tests explicitly specified on the command line (and ignore transitive test dependencies)
-* Generic documentation framework (we do doc, not just javadoc)
-* New "test:failed" task to execute only tests that failed during last run
-* Project extensions (before/after_define) now support dependency ordering similar to Rake
-* Support unzipping tar.gz files
-* ScalaTest now generates JUnit XML reports in addition to text files.
-* Support protocol buffer code generation
-* Tested against Windows and Ubuntu on JRuby and MRI (and experimenting with Rubinius)
-* Dependency upgrades such as Ant 1.8.0, JUnit 4.7, JMock 2.5.1, Cobertura 1.9.4.1, Scala Specs 1.6.2.1, ScalaCheck 1.6, ScalaTest 1.0.1
-* And 60+ bug fixes !
+* Added:  BUILDR-212 Update support for SNAPSHOT artifacts
+* Added:  BUILDR-465 Eclipse project names should be customizable
+* Added:  BUILDR-493 Eclipse task should generate javadocpath
+* Added:  BUILDR-509 Option to generate non-prefixed Eclipse project names
+* Added:  BUILDR-510 Add support for trace categories: --trace=foo,bar
+* Change: BUILDR-484 Upgrade to Scala 2.8.0 (final) and associated dependencies (ScalaCheck 1.7, ScalaTest 1.2, Specs 1.6.5)
+* Change: BUILDR-487 package :sources should default to using .jar extension (instead of .zip)
+* Fixed:  BUILDR-143 Upload to a file:// path needs ability to specify permissions
+* Fixed:  BUILDR-144 Filter does not preserve file permissions
+* Fixed:  BUILDR-203 Compiler guessing parses the source files.
+* Fixed:  BUILDR-317 Contribution of the integration with the ecj compiler
+* And 50+ bug fixes !
 
 See the "CHANGELOG":CHANGELOG for full details.