Skip to content

Commit

Permalink
sysutils/capistrano: update to 3.10.1
Browse files Browse the repository at this point in the history
## [`3.10.1`] (2017-12-08)

[`3.10.1`]: capistrano/capistrano@v3.10.0...v3.10.1

### Breaking changes:

* None

### Fixes:

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

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

[`3.10.0`]: capistrano/capistrano@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](capistrano/capistrano#1943): Make 'releases' and 'shared' directory names configurable from deployment target
* [#1922](capistrano/capistrano#1922): Prevents last good release from being deleted during cleanup if there are too many subsequent failed deploys
* [#1930](capistrano/capistrano#1930): Default to locking the version using the pessimistic version operator at the patch level.

### Fixes:

* [#1937](capistrano/capistrano#1937): Clarify error message when plugin is required in the wrong config file.
  • Loading branch information
taca committed Mar 14, 2018
1 parent e967fa3 commit 3678ae7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sysutils/capistrano/Makefile
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions sysutils/capistrano/distinfo
@@ -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

0 comments on commit 3678ae7

Please sign in to comment.