Format markdown

This commit is contained in:
Unrud 2020-04-26 16:31:52 +02:00
parent 7f2d5cea62
commit d8450f666a
2 changed files with 248 additions and 283 deletions

105
NEWS.md
View File

@ -1,8 +1,6 @@
News # News
====
2.1.10 - Wild Radish ## 2.1.10 - Wild Radish
--------------------
This release is compatible with version 2.0.0. This release is compatible with version 2.0.0.
@ -13,8 +11,7 @@ This release is compatible with version 2.0.0.
* Raise default limits for content length and timeout * Raise default limits for content length and timeout
* Log output from hook * Log output from hook
2.1.9 - Wild Radish ## 2.1.9 - Wild Radish
-------------------
This release is compatible with version 2.0.0. This release is compatible with version 2.0.0.
@ -26,15 +23,13 @@ This release is compatible with version 2.0.0.
* Improve logging messages * Improve logging messages
* Windows: Fix crash when item path is a directory * Windows: Fix crash when item path is a directory
2.1.8 - Wild Radish ## 2.1.8 - Wild Radish
-------------------
This release is compatible with version 2.0.0. This release is compatible with version 2.0.0.
* Flush files before fsync'ing * Flush files before fsync'ing
2.1.7 - Wild Radish ## 2.1.7 - Wild Radish
-------------------
This release is compatible with version 2.0.0. This release is compatible with version 2.0.0.
@ -55,8 +50,7 @@ This release is compatible with version 2.0.0.
collections collections
2.1.6 - Wild Radish ## 2.1.6 - Wild Radish
-------------------
This release is compatible with version 2.0.0. This release is compatible with version 2.0.0.
@ -69,8 +63,7 @@ This release is compatible with version 2.0.0.
* Add X-WR-CALNAME and X-WR-CALDESC to calendars downloaded via HTTP/WebDAV * 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 * Use X-WR-CALNAME and X-WR-CALDESC from calendars published via WebDAV
2.1.5 - Wild Radish ## 2.1.5 - Wild Radish
-------------------
This release is compatible with version 2.0.0. This release is compatible with version 2.0.0.
@ -81,8 +74,7 @@ This release is compatible with version 2.0.0.
* Allow uploads of whole collections with many components * Allow uploads of whole collections with many components
* Show warning message if server.timeout is used with Python < 3.5.2 * Show warning message if server.timeout is used with Python < 3.5.2
2.1.4 - Wild Radish ## 2.1.4 - Wild Radish
-------------------
This release is compatible with version 2.0.0. This release is compatible with version 2.0.0.
@ -90,8 +82,7 @@ This release is compatible with version 2.0.0.
rescheduled recurrences rescheduled recurrences
* Fix owner property * Fix owner property
2.1.3 - Wild Radish ## 2.1.3 - Wild Radish
-------------------
This release is compatible with version 2.0.0. This release is compatible with version 2.0.0.
@ -100,8 +91,7 @@ This release is compatible with version 2.0.0.
* Stop built-in server on Windows when Ctrl+C is pressed * Stop built-in server on Windows when Ctrl+C is pressed
* Prevent slow down when multiple requests hit a collection during cache warm-up * Prevent slow down when multiple requests hit a collection during cache warm-up
2.1.2 - Wild Radish ## 2.1.2 - Wild Radish
-------------------
This release is compatible with version 2.0.0. This release is compatible with version 2.0.0.
@ -111,8 +101,7 @@ This release is compatible with version 2.0.0.
* Don't delete empty collection properties implicitly * Don't delete empty collection properties implicitly
* Improve logging of VObject serialization * Improve logging of VObject serialization
2.1.1 - Wild Radish Again ## 2.1.1 - Wild Radish Again
-------------------
This release is compatible with version 2.0.0. This release is compatible with version 2.0.0.
@ -120,8 +109,7 @@ This release is compatible with version 2.0.0.
* Improve error checking of calendar and address book objects * Improve error checking of calendar and address book objects
* Fix upload of whole address books * Fix upload of whole address books
2.1.0 - Wild Radish ## 2.1.0 - Wild Radish
-------------------
This release is compatible with version 2.0.0. This release is compatible with version 2.0.0.
@ -155,8 +143,7 @@ This release is compatible with version 2.0.0.
``X-Remote-User`` HTTP header (for reverse proxies) ``X-Remote-User`` HTTP header (for reverse proxies)
2.0.0 - Little Big Radish ## 2.0.0 - Little Big Radish
-------------------------
This feature is not compatible with the 1.x.x versions. Follow our This feature is not compatible with the 1.x.x versions. Follow our
[migration guide](https://radicale.org/2.1.html#documentation/migration-from-1xx-to-2xx) if you want to switch from 1.x.x to [migration guide](https://radicale.org/2.1.html#documentation/migration-from-1xx-to-2xx) if you want to switch from 1.x.x to
@ -181,34 +168,29 @@ This feature is not compatible with the 1.x.x versions. Follow our
version control version control
1.1.4 - Fifth Law of Nature ## 1.1.4 - Fifth Law of Nature
---------------------------
* Use ``shutil.move`` for ``--export-storage`` * Use ``shutil.move`` for ``--export-storage``
1.1.3 - Fourth Law of Nature ## 1.1.3 - Fourth Law of Nature
----------------------------
* Add a ``--export-storage=FOLDER`` command-line argument (by Unrud, see #606) * Add a ``--export-storage=FOLDER`` command-line argument (by Unrud, see #606)
1.1.2 - Third Law of Nature ## 1.1.2 - Third Law of Nature
---------------------------
* **Security fix**: Add a random timer to avoid timing oracles and simple * **Security fix**: Add a random timer to avoid timing oracles and simple
bruteforce attacks when using the htpasswd authentication method. bruteforce attacks when using the htpasswd authentication method.
* Various minor fixes. * Various minor fixes.
1.1.1 - Second Law of Nature ## 1.1.1 - Second Law of Nature
----------------------------
* Fix the owner_write rights rule * Fix the owner_write rights rule
1.1 - Law of Nature ## 1.1 - Law of Nature
-------------------
One feature in this release is **not backward compatible**: One feature in this release is **not backward compatible**:
@ -237,14 +219,12 @@ Some bugs have been fixed and little enhancements have been added:
* Test with Python 3.5 * Test with Python 3.5
1.0.1 - Sunflower Again ## 1.0.1 - Sunflower Again
-----------------------
* Update the version because of a **stupid** "feature"™ of PyPI * Update the version because of a **stupid** "feature"™ of PyPI
1.0 - Sunflower ## 1.0 - Sunflower
---------------
* Enhanced performances (by Mathieu Dupuy) * Enhanced performances (by Mathieu Dupuy)
* Add MD5-APR1 and BCRYPT for htpasswd-based authentication (by Jan-Philip Gehrcke) * Add MD5-APR1 and BCRYPT for htpasswd-based authentication (by Jan-Philip Gehrcke)
@ -254,8 +234,7 @@ Some bugs have been fixed and little enhancements have been added:
* Tests launched on Travis * Tests launched on Travis
0.10 - Lovely Endless Grass ## 0.10 - Lovely Endless Grass
---------------------------
* Support well-known URLs (by Mathieu Dupuy) * Support well-known URLs (by Mathieu Dupuy)
* Fix collection discovery (by Markus Unterwaditzer) * Fix collection discovery (by Markus Unterwaditzer)
@ -265,8 +244,7 @@ Some bugs have been fixed and little enhancements have been added:
* Don't spam the logs about non-SSL IMAP connections to localhost (by Giel van Schijndel) * Don't spam the logs about non-SSL IMAP connections to localhost (by Giel van Schijndel)
0.9 - Rivers ## 0.9 - Rivers
------------
* Custom handlers for auth, storage and rights (by Sergey Fursov) * Custom handlers for auth, storage and rights (by Sergey Fursov)
* 1-file-per-event storage (by Jean-Marc Martins) * 1-file-per-event storage (by Jean-Marc Martins)
@ -284,8 +262,7 @@ Some bugs have been fixed and little enhancements have been added:
* Allow requests without base_prefix (by jheidemann) * Allow requests without base_prefix (by jheidemann)
0.8 - Rainbow ## 0.8 - Rainbow
-------------
* New authentication and rights management modules (by Matthias Jordan) * New authentication and rights management modules (by Matthias Jordan)
* Experimental database storage * Experimental database storage
@ -297,8 +274,7 @@ Some bugs have been fixed and little enhancements have been added:
* Configurable realm message * Configurable realm message
0.7.1 - Waterfalls ## 0.7.1 - Waterfalls
------------------
* Many address books fixes * Many address books fixes
* New IMAP ACL (by Daniel Aleksandersen) * New IMAP ACL (by Daniel Aleksandersen)
@ -308,8 +284,7 @@ Some bugs have been fixed and little enhancements have been added:
* Various DELETE responses fixed * Various DELETE responses fixed
0.7 - Eternal Sunshine ## 0.7 - Eternal Sunshine
----------------------
* Repeating events * Repeating events
* Collection deletion * Collection deletion
@ -318,30 +293,26 @@ Some bugs have been fixed and little enhancements have been added:
* Custom LDAP filters supported * Custom LDAP filters supported
0.6.4 - Tulips ## 0.6.4 - Tulips
--------------
* Fix the installation with Python 3.1 * Fix the installation with Python 3.1
0.6.3 - Red Roses ## 0.6.3 - Red Roses
-----------------
* MOVE requests fixed * MOVE requests fixed
* Faster REPORT answers * Faster REPORT answers
* Executable script moved into the package * Executable script moved into the package
0.6.2 - Seeds ## 0.6.2 - Seeds
-------------
* iPhone and iPad support fixed * iPhone and iPad support fixed
* Backslashes replaced by slashes in PROPFIND answers on Windows * Backslashes replaced by slashes in PROPFIND answers on Windows
* PyPI archive set as default download URL * PyPI archive set as default download URL
0.6.1 - Growing Up ## 0.6.1 - Growing Up
------------------
* Example files included in the tarball * Example files included in the tarball
* htpasswd support fixed * htpasswd support fixed
@ -349,8 +320,7 @@ Some bugs have been fixed and little enhancements have been added:
* Testing message on GET requests * Testing message on GET requests
0.6 - Sapling ## 0.6 - Sapling
-------------
* WSGI support * WSGI support
* IPv6 support * IPv6 support
@ -365,8 +335,7 @@ Some bugs have been fixed and little enhancements have been added:
* Drop Python 2.5 support * Drop Python 2.5 support
0.5 - Historical Artifacts ## 0.5 - Historical Artifacts
--------------------------
* Calendar depth * Calendar depth
* MacOS and Windows support * MacOS and Windows support
@ -374,8 +343,7 @@ Some bugs have been fixed and little enhancements have been added:
* htpasswd user from calendar path * htpasswd user from calendar path
0.4 - Hot Days Back ## 0.4 - Hot Days Back
-------------------
* Personal calendars * Personal calendars
* Last-Modified HTTP header * Last-Modified HTTP header
@ -383,15 +351,13 @@ Some bugs have been fixed and little enhancements have been added:
* Default configuration file * Default configuration file
0.3 - Dancing Flowers ## 0.3 - Dancing Flowers
---------------------
* Evolution support * Evolution support
* Version management * Version management
0.2 - Snowflakes ## 0.2 - Snowflakes
----------------
* Sunbird pre-1.0 support * Sunbird pre-1.0 support
* SSL connection * SSL connection
@ -405,8 +371,7 @@ Some bugs have been fixed and little enhancements have been added:
* Many bugs fixed (by Roger Wenham) * Many bugs fixed (by Roger Wenham)
0.1 - Crazy Vegetables ## 0.1 - Crazy Vegetables
----------------------
* First release * First release
* Lightning/Sunbird 0.9 compatibility * Lightning/Sunbird 0.9 compatibility

View File

@ -1,5 +1,5 @@
Read Me # Read Me
=======
![Test](https://github.com/Kozea/Radicale/workflows/Test/badge.svg) ![Test](https://github.com/Kozea/Radicale/workflows/Test/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/Kozea/Radicale/badge.svg?branch=master)](https://coveralls.io/github/Kozea/Radicale?branch=master) [![Coverage Status](https://coveralls.io/repos/github/Kozea/Radicale/badge.svg?branch=master)](https://coveralls.io/github/Kozea/Radicale?branch=master)