Changelog for
python3-Radicale-2.1.8-1.1.noarch.rpm :
Sun Sep 24 14:00:00 2017 benoit.moninAATTgmx.fr
- update to version 2.1.8:
* Flush files before fsync’ing
Wed Sep 20 14:00:00 2017 benoit.moninAATTgmx.fr
- update to version 2.1.7:
* Don’t print warning when cache format changes
* Add documentation for BaseAuth
* Add is_authenticated2(login, user, password) to BaseAuth
* Fix names of custom properties in PROPFIND requests with
D:propname or D:allprop
* Return all properties in PROPFIND requests with D:propname or
D:allprop
* Allow D:displayname property on all collections
* Answer with D:unauthenticated for D:current-user-principal
property when not logged in
* Remove non-existing ICAL:calendar-color and C:calendar-timezone
properties from PROPFIND requests with D:propname or D:allprop
* Add D:owner property to calendar and address book objects
* Remove D:getetag and D:getlastmodified properties from regular
collections
Wed Sep 13 14:00:00 2017 benoit.moninAATTgmx.fr
- update to version 2.1.6:
* Fix content-type of VLIST
* Specify correct COMPONENT in content-type of VCALENDAR
* Cache COMPONENT of calendar objects (improves speed with some
clients)
* Stricter parsing of filters
* Improve support for CardDAV filter
* Fix some smaller bugs in CalDAV filter
* Add X-WR-CALNAME and X-WR-CALDESC to calendars downloaded via
HTTP/WebDAV
* Use X-WR-CALNAME and X-WR-CALDESC from calendars published via
WebDAV
Sun Aug 27 14:00:00 2017 benoit.moninAATTgmx.fr
- update to version 2.1.5:
* Add --verify-storage command-line argument
* Allow comments in the htpasswd file
* Don’t strip whitespaces from user names and passwords
in the htpasswd file
* Remove cookies from logging output
* Allow uploads of whole collections with many components
* Show warning message if server.timeout is used
with Python < 3.5.2
Sat Aug 5 14:00:00 2017 benoit.moninAATTgmx.fr
- update to version 2.1.4:
* Fix incorrect time range matching and calculation for some
edge-cases with rescheduled recurrences
* Fix owner property
Thu Aug 3 14:00:00 2017 benoit.moninAATTgmx.fr
- update to version 2.1.3:
* Enable timeout for SSL handshakes and move them out of the main
thread
* Create cache entries during upload of items
* Stop built-in server on Windows when Ctrl+C is pressed
* Prevent slow down when multiple requests hit a collection
during cache warm-up
- additional changes from version 2.1.2:
* Remove workarounds for bugs in VObject < 0.9.5
* Error checking of collection tags and associated components
* Improve error checking of uploaded collections and components
* Don\'t delete empty collection properties implicitly
* Improve logging of VObject serialization
- additional changes from version 2.1.1:
* Add missing UIDs instead of failing
* Improve error checking of calendar and address book objects
* Fix upload of whole address books
- additional changes from version 2.1.0:
* Built-in web interface for creating and managing address books
and calendars can be extended with web plugins
* Much faster storage backend
* Significant reduction in memory usage
* Improved logging
* Time range filter also regards overwritten recurrences
* Items that couldn\'t be filtered because of bugs in VObject are
always returned (and a warning message is logged)
* Basic error checking of configuration files
* File system locking isn\'t disabled implicitly anymore, instead
a new configuration option gets introduced
* The permissions of the lock file are not changed anymore
* Support for sync-token
* Support for client-side SSL certificates
* Rights plugins can decide if access to an item is granted
explicitly
* Authentication plugins can provide the login and password from
the environment
- additional changes from version 2.0.0:
This feature is not compatible with the 1.x.x versions. See
http://radicale.org/1to2/ if you want to switch from 1.x.x to
2.0.0.
* Support Python 3.3+ only, Python 2 is not supported anymore
* Keep only one simple filesystem-based storage system
* Remove built-in Git support
* Remove built-in authentication modules
* Keep the WSGI interface, use Python HTTP server by default
* Use a real iCal parser, rely on the \"vobject\" external module
* Add a solid calendar discovery
* Respect the difference between \"files\" and \"folders\", don\'t
rely on slashes
* Remove the calendar creation with GET requests
* Be stateless
* Use a file locker
* Add threading
* Get atomic writes
* Support new filters
* Support read-only permissions
* Allow External plugins for authentication, rights management,
storage and version control
- disable python2 build, not supported anymore
- drop xml dependency
- add vobject dependency
- update the doc file list to match upstream
Wed Aug 2 14:00:00 2017 benoit.moninAATTgmx.fr
- update to version 1.1.6:
* Improve logging for --export-storage
- additional changes from version 1.1.5:
* Improve logging for --export-storage
Sun Jun 25 14:00:00 2017 benoit.moninAATTgmx.fr
- update to version 1.1.4:
* Use shutil.move for --export-storage
Sun May 28 14:00:00 2017 benoit.moninAATTgmx.fr
- update to version 1.1.3:
* Add a --export-storage=FOLDER command-line argument
- convert the package to singlespec
Thu Apr 20 14:00:00 2017 benoit.moninAATTgmx.fr
- update to version 1.1.2:
* Security fix: Add a random timer to avoid timing oracles and
simple bruteforce attacks when using the htpasswd
authentication method.
* Various minor fixes.
- change source url to pythonhosted.org
Thu May 19 14:00:00 2016 benoit.moninAATTgmx.fr
- package creation