Skip to content

Commit

Permalink
Update to 0.3.0:
Browse files Browse the repository at this point in the history
Version 0.3.0
=============

*released on 20 September 2014*

- Add ``verify_fingerprint`` parameter to
  :py:class:`vdirsyncer.storage.HttpStorage`,
  :py:class:`vdirsyncer.storage.CaldavStorage` and
  :py:class:`vdirsyncer.storage.CarddavStorage`,
  see issue `#99`_ and pull request `#106`_.

- Add ``passwordeval`` parameter to :ref:`general_config`, see issue `#108`_
  and pull request `#117`_.

- Emit warnings (instead of exceptions) about certain invalid responses from
  the server, see issue `#113`_.  This is apparently required for compatibility
  with Davmail.

.. _`#99`: pimutils/vdirsyncer#99
.. _`#106`: pimutils/vdirsyncer#106
.. _`#108`: pimutils/vdirsyncer#108
.. _`#113`: pimutils/vdirsyncer#113
.. _`#117`: pimutils/vdirsyncer#117
  • Loading branch information
wiz committed Oct 1, 2014
1 parent 172ed0f commit 31cef85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions time/py-vdirsyncer/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2014/09/25 19:39:10 jperkin Exp $
# $NetBSD: Makefile,v 1.8 2014/10/01 12:46:17 wiz Exp $

DISTNAME= vdirsyncer-0.2.5
DISTNAME= vdirsyncer-0.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time
MASTER_SITES= https://pypi.python.org/packages/source/v/vdirsyncer/
Expand Down
8 changes: 4 additions & 4 deletions time/py-vdirsyncer/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2014/08/27 16:10:49 wiz Exp $
$NetBSD: distinfo,v 1.4 2014/10/01 12:46:17 wiz Exp $

SHA1 (vdirsyncer-0.2.5.tar.gz) = cf2b9e34964a4493f1614d0c55391a27ebe18299
RMD160 (vdirsyncer-0.2.5.tar.gz) = 307970fdf0987b85e080f354a00c6d86e382b159
Size (vdirsyncer-0.2.5.tar.gz) = 43937 bytes
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

0 comments on commit 31cef85

Please sign in to comment.