CHANGELOG in djspiewak-buildr-1.3.5 vs CHANGELOG in djspiewak-buildr-1.3.5.1

- old
+ new

@@ -1,8 +1,9 @@ 1.3.5 (Pending) -======= -* Change: To access Release object (e.g. to set tag_name) use Release.find. +* Added: Mandriva (urpmi) installation support (with help from Franck Villaume). +* Added: BUILDR-163 cobertura:check (Marko Sibakov, Daniel Spiewak). +* Change: Updated to Rake 0.8.7, RSpec 1.2.6 and JRuby-openssl 0.5.1. 1.3.4 (2009-04-21) * Added: BUILDR-93 Add specs for ScalaCheck integration * Added: BUILDR-94 Add specs for Scala Specs integration * Added: BUILDR-136 Support Scala/Java Joint Compiler (Daniel Spiewak). @@ -34,9 +35,10 @@ * Change: BUILDR-260 Upgrade to Scala 2.7.3 compatible dependencies: ScalaSpecs 1.4.3, ScalaCheck 1.5 and ScalaTest 0.9.5 * Change: Buildr now uses Jekyll to generate Web site/documentation: http://github.com/mojombo/jekyll/ This replaces Docter so less code to maintain and the same Textile/Liquid mechanism as when using Github pages. +* Change: To access Release object (e.g. to set tag_name) use Release.find. * Fixed: Removed double complete/fail messages showing up on console. * Fixed: BUILDR-140 Get rid of const_defined? all across the board. * Fixed: BUILDR-158 Nailgun is now a delegate for buildr/drb (a pure-ruby dRuby server) * Fixed: BUILDR-170 ArtifactNamespace#method_missing has a condition that is never true. * Fixed: BUILDR-172 Scala compiler not loaded by default.