Update to 0.3.1:
Version 0.3.1 ============= *released on 24 November 2014* - Fixed a bug where vdirsyncer would delete items if they're deleted on side A but modified on side B. Instead vdirsyncer will now upload the new items to side A. See :gh:`128`. - Synchronization continues with the remaining pairs if one pair crashes, see :gh:`121`. - The ``processes`` config key is gone. There is now a ``--max-workers`` option on the CLI which has a similar purpose. See :ghpr:`126`. - The Read The Docs-theme is no longer required for building the docs. If it is not installed, the default theme will be used. See :gh:`134`.
This commit is contained in:
parent
666317869d
commit
331587cffd
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.8 2014/10/01 12:46:17 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2014/12/01 11:37:27 wiz Exp $
|
||||
|
||||
DISTNAME= vdirsyncer-0.3.0
|
||||
DISTNAME= vdirsyncer-0.3.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= time
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/v/vdirsyncer/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2014/10/01 12:46:17 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.5 2014/12/01 11:37:27 wiz Exp $
|
||||
|
||||
SHA1 (vdirsyncer-0.3.0.tar.gz) = 2c5b30974973b06bdc30f95808a2fa4f940f0aec
|
||||
RMD160 (vdirsyncer-0.3.0.tar.gz) = 39a3738223380b33266fe9582b54332c965f1b87
|
||||
Size (vdirsyncer-0.3.0.tar.gz) = 40068 bytes
|
||||
SHA1 (vdirsyncer-0.3.1.tar.gz) = 31152e4ddaa30eb04669ebc711dcba6e23f6dd0e
|
||||
RMD160 (vdirsyncer-0.3.1.tar.gz) = 8ef638a4cc0398d9b822cab8cbc8bcdf7dcfbfb9
|
||||
Size (vdirsyncer-0.3.1.tar.gz) = 137639 bytes
|
||||
|
|
Loading…
Reference in a new issue