Author: boisvert
Date: Sat Jun 25 03:26:17 2011
New Revision: 1139486

URL: http://svn.apache.org/viewvc?rev=1139486&view=rev
Log:
Update What's New section

Modified:
    buildr/trunk/doc/index.textile

Modified: buildr/trunk/doc/index.textile
URL: 
http://svn.apache.org/viewvc/buildr/trunk/doc/index.textile?rev=1139486&r1=1139485&r2=1139486&view=diff
==============================================================================
--- buildr/trunk/doc/index.textile (original)
+++ buildr/trunk/doc/index.textile Sat Jun 25 03:26:17 2011
@@ -46,52 +46,27 @@ So let's get started.  You can "read the
 
 h2(#news).  What's New
 
-New in Buildr 1.4.5 (Feb. 20th, 2011)
+New in Buildr 1.4.6 (June 24th, 2011)
 
-* Added:  BUILDR-555 Add support for the jaxb binding compiler (Mark Petrovic)
-* Added:  BUILDR-554 Add support for OSGi bundle packages by importing the
-          buildr_bnd plugin
-* Added:  BUILDR-125 Add support for <security-role> in application.xml of
-          EAR packaging (Mikael Amborn)
-* Added:  BUILDR-550 Add support for groovydoc
-* Added:  BUILDR-521: System tray notifications for Linux systems
-          (via libnotify/notify-send)
-* Added:  BUILDR-537 Shell tasks should use JAVA_OPTS by default
-* Added:  BUILDR-538 Shell tasks should support passing :java_args
-* Added:  BUILDR-544 Support ${groupId} in pom files (Chris Dean)
-* Added:  BUILDR-552 Projects may now be defined using project(:name) and a 
block
-* Added:  BUILDR-564 Add package(:scaladoc)
-* Added:  Automatically add "require buildr/{groovy,scala}"  when generating
-          project if Groovy/Scala files are detected.
-* Change: BUILDR-540 Upgrade to rspec 2.1.0
-* Change: BUILDR-546 Upgrade to Rubyzip 0.9.4 (Michael Guymon)
-* Change: BUILDR-556 Merge buildr-iidea extension back into buildr.
-* Change: Upgrade default Scala compiler version to 2.8.1-final
-* Change: Upgrade to ScalaCheck 1.8
-* Change: Upgrade to ScalaTest 1.3
-* Change: Upgrade to Specs 1.6.6
-* Change: Upgrade to JRuby 1.5.6
-* Fixed:  BUILDR-542 Release task:  SVN tagging fails if parent tag directory
-          does not exist yet (Gerolf Seitz)
-* Fixed:  BUILDR-543 POMs are installed and uploaded twice when using artifacts
-          with classifier
-* Fixed:  BUILDR-522 Send notifications when continuous compilation
-          succeeds/fails.
-* Fixed:  BUILDR-551 Continuous compilation not working for project trees
-* Fixed:  BUILDR-557 MD5 + SHA1 checksums are not Maven compliant (Tammo van 
Lessen)
-* Change: Upgrade to Groovy 1.7.5
-* Change: BUILDR-545 Add the ability to specify the description element in in
-          application.xml contained within an ear.
-* Fixed:  BUILDR-547 - Ensure ECJ compiler works when there is a space in the
-          path of dependencies.
-* Fixed:  BUILDR-558 Artifact uploads should show a progress bar (Tammo van 
Lessen)
-* Fixed:  BUILDR-560 show a meaning full error message when POM cannot be 
parsed
-          (Tammo van Lessen)
-* Fixed:  BUILDR-562 WAR package isn't updated if files under src/main/webapp
-          are updated
-* Fixed:  BUILDR-569 Buildr fails under JRuby 1.6.0.RC1 due to read-only $? 
variable
-* Fixed:  BUILDR-570 Buildr does not work with Rubygems 1.5.x
-* Fixed:  Scaladoc task would cause build to exit prematurely
+* Added:  Support for Scala 2.9.0+ (with help of Alexis Midon)
+* Added:  BUILDR-592 Allow Users to Specify SSH Options for Deployment 
(Marc-André Laverdière)
+* Fixed:  BUILDR-591 IntelliJ Sort modules in iml files generated by idea task 
to ensure main_dependencies are exported
+* Fixed:  BUILDR-583 Update jruby install to use jruby version 1.6.1 (Alexis 
Midon)
+* Fixed:  BUILDR-582 Revert the name change for the task to generate Intellij 
project files to 'idea'
+* Change: BUILDR-579 Format generated IDEA project files to look more like 
what IntelliJ generates (Peter Royal)
+* Change: BUILDR-574 Enhance idea task to generate test resources with test 
scope (Jean-Philippe Caruana)
+* Change: BUILDR-576 Upgrade to JUnit 4.8.2
+* Change: Upgrade to JRuby 1.6.2
+* Change: Scala 2.9.0-1 is now default, along with ScalaCheck 1.9, ScalaTest 
1.6.1 and Specs 1.6.8.
+* Change: ScalaCheck, ScalaTest and Specs now default to sane versions when 
using older Scala versions.
+* Fixed:  BUILDR-571 Generated IDEA projects include resources multiple times 
(Peter Royal)
+* Fixed:  BUILDR-573 HTTP upload PUT request with incorrect Content-Type 
(Mathias Doenitz)
+* Fixed:  BUILDR-578 Tar task does not preserve uid/gid on folders 
(Jean-Philippe Caruana)
+* Fixed:  BUILDR-251 Classifier not handled when downloading snapshot 
artifacts (Ryan Fowler)
+* Fixed:  BUILDR-585 "TypeError : can't dup NilClass" when merging jars
+* Fixed:  BUILDR-586 ScalaTest uses deprecated ant task (Martin Partel)
+* Fixed:  BUILDR-584 eclipse plugin should use absolute path
+* Fixed:  BUILDR-587 ScalaTest uses deprecated reporter parameters
 
 See the "CHANGELOG":CHANGELOG for full details.
 


Reply via email to