Author: boisvert
Date: Sun Sep 20 19:54:46 2009
New Revision: 817092
URL: http://svn.apache.org/viewvc?rev=817092&view=rev
Log:
Sort CHANGELOG entries
Modified:
buildr/trunk/CHANGELOG
Modified: buildr/trunk/CHANGELOG
URL:
http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=817092&r1=817091&r2=817092&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Sun Sep 20 19:54:46 2009
@@ -1,29 +1,29 @@
1.3.5 (2009-09-20)
-* Change: Upgraded to rubyforge-1.0.5 and net-ssh 2.0.15
-* Fixed: BUILDR-289 Improved error message when JAVA_HOME points to an
invalid JRE/JDK installation
-* Fixed: BUILDR-301 TestNG doesn't report failure if more than one test fails
-* Fixed: BUILDR-313 Prevent release with uncommitted_files on Git 1.4.3+
(Alexis Midon)
-* Fixed: BUILDR-315 Fix Eclipse .classpath for local libraries (Mat Schaffer)
-* Added: BUILDR-300 Make Eclipse task more configurable (Antoine Toulme, Alex
Boisvert)
-* Fixed: BUILDR-307 Failures are not reported correctly for ScalaTest
(Jeremie Lenfant-Engelmann)
-* Fixed: BUILDR-278 tasks/*.rake files are loaded after the buildfile (Rhett
Sutphin)
-* Fixed: BUILDR-304 Referencing an existing package task using the package
- method fails if the package has a custom filename (Rhett
Sutphin)
+* Added: Interactive shell (REPL) support
* Added: BeanShell as default shell for java projects, bsh is small and it's
syntax provides the closest to an interpreted java. The BeanShell
console includes a graphical class browser. Shell is named :bsh
-* Added: Interactive shell (REPL) support
-* Added: BUILDR-56 Download Scala artifacts if not available locally
* Added: Mandriva (urpmi) installation support (with help from Franck
Villaume).
+* Added: BUILDR-56 Download Scala artifacts if not available locally
* Added: BUILDR-163 cobertura:check (Marko Sibakov, Daniel Spiewak).
* Added: BUILDR-295 Eclipse task: make 'M2_REPO' repository variable
configurable
+* Added: BUILDR-300 Make Eclipse task more configurable (Antoine Toulme, Alex
Boisvert)
+* Change: Upgraded to rubyforge-1.0.5 and net-ssh 2.0.15
* Change: Monkey-Patched FileUtils::sh on JRuby to use POSIX `system`
* Change: Updated to Rake 0.8.7, RSpec 1.2.6 and JRuby-openssl 0.5.1.
-* Fixed: BUILDR-292 Workaround for JRUBY-3381 on FileUtils.mv
* Fixed: BUILDR-23 Support for setting file mode when packaging (Ittay Dror).
+* Fixed: BUILDR-278 tasks/*.rake files are loaded after the buildfile (Rhett
Sutphin)
* Fixed: BUILDR-282 release goal should not strip leading '0' digits from
version numbers.
+* Fixed: BUILDR-289 Improved error message when JAVA_HOME points to an
invalid JRE/JDK installation
* Fixed: BUILDR-290 Dependencies cannot be downloaded over SSL.
* Fixed: BUILDR-291 Local tasks do not support arguments (Ittay Dror).
+* Fixed: BUILDR-292 Workaround for JRUBY-3381 on FileUtils.mv
+* Fixed: BUILDR-301 TestNG doesn't report failure if more than one test fails
+* Fixed: BUILDR-307 Failures are not reported correctly for ScalaTest
(Jeremie Lenfant-Engelmann)
+* Fixed: BUILDR-313 Prevent release with uncommitted_files on Git 1.4.3+
(Alexis Midon)
+* Fixed: BUILDR-315 Fix Eclipse .classpath for local libraries (Mat Schaffer)
+* Fixed: BUILDR-304 Referencing an existing package task using the package
+ method fails if the package has a custom filename (Rhett Sutphin)
1.3.4 (2009-04-21)
* Added: BUILDR-93 Add specs for ScalaCheck integration