Author: toulmean
Date: Sun Jul 11 17:49:19 2010
New Revision: 963117
URL: http://svn.apache.org/viewvc?rev=963117&view=rev
Log:
fix for BUILDR-473
Modified:
buildr/trunk/CHANGELOG
buildr/trunk/buildr.gemspec
Modified: buildr/trunk/CHANGELOG
URL:
http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=963117&r1=963116&r2=963117&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Sun Jul 11 17:49:19 2010
@@ -1,16 +1,17 @@
1.4.2 (pending)
-* Fixed: BUILDR-302 Move out-of-date Nailgun documentation to wiki (Shane
Witbeck)
-* Fixed: BUILDR-144 Filter does not preserve file permissions
-* Fixed: BUILDR-203 Compiler guessing very inefficient
-* Fixed: BUILDR-225 ArchiveTask#merge, not according to doc
-* Fixed: BUILDR-256 Automatically installing gems aborts rspec test runner
(Rhett Sutphin)
-* Fixed: BUILDR-317 ecj compiler
-* Fixed: BUILDR-326 follow up: binary safe untarring on Windows (Sam Hendley)
-* Fixed: BUILDR-342 The jruby gem installer invokes the removed
Gem.manage_gems function (Rhett Sutphin)
-* Fixed: BUILDR-436 release task should only replace "-SNAPSHOT" (spec from
Jean-Philippe Caruana)
-* Fixed: BUILDR-464 Improve the versioning of Buildr (Rhett Sutphin)
-* Fixed: BUILDR-466 Rendering issue with IE on the website (Shane Witbeck)
-* Fixed: BUILDR-468 test:failed does not respect test.exclude
+* Change: BUILDR-473 Update jruby-openssl dependency version or support a
range of versions
+* Fixed: BUILDR-302 Move out-of-date Nailgun documentation to wiki (Shane
Witbeck)
+* Fixed: BUILDR-144 Filter does not preserve file permissions
+* Fixed: BUILDR-203 Compiler guessing very inefficient
+* Fixed: BUILDR-225 ArchiveTask#merge, not according to doc
+* Fixed: BUILDR-256 Automatically installing gems aborts rspec test runner
(Rhett Sutphin)
+* Fixed: BUILDR-317 ecj compiler
+* Fixed: BUILDR-326 follow up: binary safe untarring on Windows (Sam Hendley)
+* Fixed: BUILDR-342 The jruby gem installer invokes the removed
Gem.manage_gems function (Rhett Sutphin)
+* Fixed: BUILDR-436 release task should only replace "-SNAPSHOT" (spec from
Jean-Philippe Caruana)
+* Fixed: BUILDR-464 Improve the versioning of Buildr (Rhett Sutphin)
+* Fixed: BUILDR-466 Rendering issue with IE on the website (Shane Witbeck)
+* Fixed: BUILDR-468 test:failed does not respect test.exclude
1.4.1 (2010-07-07)
* Added: BUILDR-420 Support external compiler
Modified: buildr/trunk/buildr.gemspec
URL:
http://svn.apache.org/viewvc/buildr/trunk/buildr.gemspec?rev=963117&r1=963116&r2=963117&view=diff
==============================================================================
--- buildr/trunk/buildr.gemspec (original)
+++ buildr/trunk/buildr.gemspec Sun Jul 11 17:49:19 2010
@@ -65,7 +65,7 @@ for those one-off tasks, with a language
spec.add_dependency 'rspec', '>= 1.2.9'
spec.add_dependency 'xml-simple', '1.0.12'
spec.add_dependency 'archive-tar-minitar', '0.5.2'
- spec.add_dependency 'jruby-openssl', '0.5.2' if spec.platform.to_s ==
'java'
+ spec.add_dependency 'jruby-openssl', '>= 0.7' if spec.platform.to_s
== 'java'
spec.add_development_dependency 'jekyll', '~> 0.6.2'
spec.add_development_dependency 'sdoc'
spec.add_development_dependency 'rcov', '~>0.8'