Repository: buildr Updated Branches: refs/heads/master ae6f05604 -> 5fb126c49
Prepare for release Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/992df793 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/992df793 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/992df793 Branch: refs/heads/master Commit: 992df793f965ea271bec5a2c583a81a7d1d307d0 Parents: ae6f056 Author: Peter Donald <pe...@realityforge.org> Authored: Wed Dec 6 09:21:12 2017 +1100 Committer: Peter Donald <pe...@realityforge.org> Committed: Wed Dec 6 09:29:02 2017 +1100 ---------------------------------------------------------------------- CHANGELOG | 2 +- doc/index.textile | 6 ++++++ lib/buildr/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/992df793/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 36a5d64..ec66284 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -1.5.5 (Pending) +1.5.5 (2017-12-06) * Fixed: The concatenation extension released as part of 1.5.4 changed the way zip archives were constructed so that entries for some intermediate directories were elided. For most consumers of zip files this had no impact but some tools require the entries during scanning. (i.e. Older http://git-wip-us.apache.org/repos/asf/buildr/blob/992df793/doc/index.textile ---------------------------------------------------------------------- diff --git a/doc/index.textile b/doc/index.textile index 2fd4187..30f764d 100644 --- a/doc/index.textile +++ b/doc/index.textile @@ -46,6 +46,12 @@ So let's get started. You can "read the documentation online":quick_start.html, h2(#news). What's New +Highlights from Buildr 1.5.5 (2017-12-06) +* Fixed: The concatenation extension released as part of 1.5.4 changed the way zip archives were + constructed so that entries for some intermediate directories were elided. For most consumers + of zip files this had no impact but some tools require the entries during scanning. (i.e. Older + versions of Jruby that loaded ruby scripts from within a jar). + Highlights from Buildr 1.5.4 (2017-11-29) * Added: Findbugs Addon: Upgrade to version 3.0.1 of findbugs. * Added: GPG Addon: Add boolean configuration setting `project.gpg` that can be set to false via http://git-wip-us.apache.org/repos/asf/buildr/blob/992df793/lib/buildr/version.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index 0780c1b..70f9f05 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.5.5.dev'.freeze + VERSION = '1.5.5'.freeze end