Author: boisvert
Date: Wed Apr 22 05:22:02 2009
New Revision: 767372
URL: http://svn.apache.org/viewvc?rev=767372&view=rev
Log:
What's New in Buildr 1.3.4
Modified:
buildr/trunk/doc/index.textile
Modified: buildr/trunk/doc/index.textile
URL:
http://svn.apache.org/viewvc/buildr/trunk/doc/index.textile?rev=767372&r1=767371&r2=767372&view=diff
==============================================================================
--- buildr/trunk/doc/index.textile (original)
+++ buildr/trunk/doc/index.textile Wed Apr 22 05:22:02 2009
@@ -27,7 +27,15 @@
New in Buildr 1.3.4:
-
+* We graduated from the Apache Incubator! This is our first release as a
top-level Apache project: http://buildr.apache.org. New site, new mailing
lists, SVN, Git, etc.
+* Support for Git version control system
+* Improved all-around Scala support, including joint Java-Scala compilation
and upgraded to Scala 2.7.3 dependencies: ScalaSpecs 1.4.3, ScalaCheck 1.5 and
ScalaTest 0.9.5
+* New 'artifacts:sources' task to download source code for artifact jars
+* Source code attachments for external dependencies in Eclipse and IDEA
projects
+* Dependency upgrades such as Rake 0.8.4, Net-SSH 2.0.11, RSpec 1.2.2, JRuby
1.1.6.
+* Documentation now uses "Jekyll":http://github.com/mojombo/jekyll/ to
generate web site and PDF document. This replaces Docter so less code to
+maintain and the same Textile/Liquid mechanism as when using Github pages.
+* And 20 or so bug fixes.
See the "CHANGELOG":CHANGELOG for full details.