CHANGELOG in djspiewak-buildr-1.3.4.1 vs CHANGELOG in djspiewak-buildr-1.3.4.2

- old
+ new

@@ -6,26 +6,28 @@ * Added: BUILDR-164 New 'artifacts:sources' task to download source code for artifact jars. * Added: BUILDR-222 Support Git as a version control system * Added BUILDR-223 Release Task: customizable commit message * Added: BUILDR-242 Include Scala-Tools Repository by Default. +* Added: BUILDR-268 Allow proxying for https connections (Joel Muzzerall). * Added: Info message "Packaging filename.ext" now displayed for packaging tasks * Added: Added Scala.version and Scala.version_str * Change: require 'buildr/scala' is now officially required to use Scala features * Change: Introduced new options from Rake 0.8.3: -I (libdir), -R (rakelib), --rules, --no-search, --silent. * Change: Upgraded to Rubyforge 1.0.1. * Change: Upgraded to use Rake 0.8.4. * Change: Upgraded to use Net-SSH 2.0.11. -* Change: Upgraded to use RSpec 1.1.12. +* Change: Upgraded to use RSpec 1.2.2. * Change: Upgraded to use JRuby 1.1.6 (when auto-installing). * Change: Buildr, no longer in incubation (hurray!): new site, mailing list, SVN, Git. * Change: BUILDR-171 Eclipse task generates meta-data files for projects with test source code but no main source code. * Change: BUILDR-177 Moved cobertura and emma extensions to lib directory. * Change: BUILDR-187 Source code attachment for Eclipse .classpath. * Change: BUILDR-188 Source code attachment for IDEA .iml file (Marko Sibakov). +* Change: BUILDR-209 Scala Specs Should Use src/specs/scala/ * Change: BUILDR-237 Use MacPorts Scala on OS X. * 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 @@ -62,9 +64,14 @@ * Fixed: BUILDR-247 OpenObject does not work with Hash#only (Rhett Sutphin). * Fixed: BUILDR-253 ZipTask now uses Zlib::DEFAULT_COMPRESSION instead of NO_COMPRESSION * Fixed: BUILDR-255 tasks/*.rake files are loaded more than once. * Fixed: BUILDR-261 ScalaSpecs should be run with Scala dependencies * Fixed: BUILDR-263 package(:war).merge not working correctly with exclude() +* Fixed: BUILDR-271 Using buildr --environment leads to "Don't know how to +build task XXX". +* Fixed: BUILDR-269 rspec bdd is broken (Jeff Hodges) +* Fixed: BUILDR-272 'rake gem' does not build gem under JRuby (Clinton R. +Nixon). * Remove: BUILDR-215 buildr:freeze and unfreeze tasks don't work since we're no longer running with the rake command. 1.3.3 (2008-10-08) * Added: JtestR support. Implemented pending jtestr specs.