Update the highlights section
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/be2fa064 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/be2fa064 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/be2fa064 Branch: refs/heads/master Commit: be2fa064b10b531660734e7ce25f57178da27093 Parents: 71c2405 Author: Peter Donald <[email protected]> Authored: Tue Jun 24 21:11:05 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Tue Jun 24 21:11:05 2014 +1000 ---------------------------------------------------------------------- doc/index.textile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/be2fa064/doc/index.textile ---------------------------------------------------------------------- diff --git a/doc/index.textile b/doc/index.textile index 4494e65..e2745ee 100644 --- a/doc/index.textile +++ b/doc/index.textile @@ -46,7 +46,17 @@ So let's get started. You can "read the documentation online":quick_start.html, h2(#news). What's New -Highlights from Buildr 1.4.18 (2014-06-18) +Highlights from Buildr 1.4.18 (2014-06-24) +* Fixed: BUILDR-699 - Update the custom_pom addon to avoid failure when + used with zip packages. +* Fixed: BUILDR-694 - "buildr upload" fails: wrong number of arguments in + progress bar read() in Ruby 2.1.0. Submitted By Mark Reibert. +* Change: Remove support for uploads to RubyForge.org with gem dependencies + as the site no longer exists. +* Change: BUILDR-664 - Update Checkstyle addon so that extra_dependencies is + the project dependencies by default. Move the checkstyle dependencies + to the start of the classpath to avoid problems running checkstyle. + Submitted by Dieter Vrancken. * Added: Extend Intellij IDEA support to allow creation of glassfish, java and ruby scrip configurations. * Change: Include additional rules in default pmd rule set:
