pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/capistrano sysutils/capistrano: update to 3.10.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/742175d5ae3f
branches:  trunk
changeset: 377309:742175d5ae3f
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Mar 14 15:35:40 2018 +0000

description:
sysutils/capistrano: update to 3.10.1

## [`3.10.1`] (2017-12-08)

[`3.10.1`]: https://github.com/capistrano/capistrano/compare/v3.10.0...v3.10.1

### Breaking changes:

* None

### Fixes:

* [#1954](https://github.com/capistrano/capistrano/pull/1954): Fix Host filtering when multi-host strings contain `0`

## [`3.10.0`] (2017-10-23)

[`3.10.0`]: https://github.com/capistrano/capistrano/compare/v3.9.1...v3.10.0

As of this release, version 2.x of Capistrano is officially End of Life. No further releases of 2.x series are planned, and pull requests against 2.x are no longer accepted. The maintainers encourage 
you to upgrade to 3.x if possible.

### Breaking changes:

* None

### New features:

* [#1943](https://github.com/capistrano/capistrano/issues/1943): Make 'releases' and 'shared' directory names configurable from deployment target
* [#1922](https://github.com/capistrano/capistrano/pull/1922): Prevents last good release from being deleted during cleanup if there are too many subsequent failed deploys
* [#1930](https://github.com/capistrano/capistrano/issues/1930): Default to locking the version using the pessimistic version operator at the patch level.

### Fixes:

* [#1937](https://github.com/capistrano/capistrano/pull/1937): Clarify error message when plugin is required in the wrong config file.

diffstat:

 sysutils/capistrano/Makefile |   4 ++--
 sysutils/capistrano/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r b612a58aba89 -r 742175d5ae3f sysutils/capistrano/Makefile
--- a/sysutils/capistrano/Makefile      Wed Mar 14 15:33:51 2018 +0000
+++ b/sysutils/capistrano/Makefile      Wed Mar 14 15:35:40 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2017/09/18 01:03:01 taca Exp $
+# $NetBSD: Makefile,v 1.27 2018/03/14 15:35:40 taca Exp $
 
-DISTNAME=      capistrano-3.9.1
+DISTNAME=      capistrano-3.10.1
 CATEGORIES=    sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b612a58aba89 -r 742175d5ae3f sysutils/capistrano/distinfo
--- a/sysutils/capistrano/distinfo      Wed Mar 14 15:33:51 2018 +0000
+++ b/sysutils/capistrano/distinfo      Wed Mar 14 15:35:40 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2017/09/18 01:03:01 taca Exp $
+$NetBSD: distinfo,v 1.22 2018/03/14 15:35:40 taca Exp $
 
-SHA1 (capistrano-3.9.1.gem) = 37a0b2b117ead1b0ec744ce2db21e69000362e85
-RMD160 (capistrano-3.9.1.gem) = b7e83e087518933270fd359b1b840459f18f8cb1
-SHA512 (capistrano-3.9.1.gem) = b9dcb21c43ee03cb250a5d740a3fb1ccced720efecf5168a394e8dc0ea56130fd77255f0ead260a7b221d222d34361e99ee68f29cbf498e599e6e5c73c099907
-Size (capistrano-3.9.1.gem) = 77312 bytes
+SHA1 (capistrano-3.10.1.gem) = b377b74a363f9a2fd03b627cfe66eee3821c8ac0
+RMD160 (capistrano-3.10.1.gem) = a357e65304f53d2d58464b20cbeaa6e282e2a0cf
+SHA512 (capistrano-3.10.1.gem) = 6f3f11498d26c426da740873022767ded44e1be1aeadddd01772d1a5c43dcf2589d5cf2279625470e2e2733d60d3ec865a39640ad4a14b2ef9a64b3da2da579b
+Size (capistrano-3.10.1.gem) = 77824 bytes



Home | Main Index | Thread Index | Old Index