NEWS.rst 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. ======
  2. News
  3. ======
  4. 2.0.0 - Little Big Radish
  5. =========================
  6. This feature is not compatible with the 1.x.x versions. See
  7. http://kozea.github.io/Radicale/1to2/ if you want to switch from 1.x.x to
  8. 2.0.0.
  9. * Support Python 3.3+ only, Python 2 is not supported anymore
  10. * Keep only one simple filesystem-based storage system
  11. * Remove built-in Git support
  12. * Remove built-in authentication modules
  13. * Keep the WSGI interface, use Python HTTP server by default
  14. * Use a real iCal parser, rely on the "vobject" external module
  15. * Add a solid calendar discovery
  16. * Respect the difference between "files" and "folders", don't rely on slashes
  17. * Remove the calendar creation with GET requests
  18. * Be stateless
  19. * Use a file locker
  20. * Add threading
  21. * Get atomic writes
  22. * Support new filters
  23. * Support read-only permissions
  24. * Allow External plugins for authentication, rights management, storage and
  25. version control
  26. 1.1.1 - Second Law of Nature
  27. ============================
  28. * Fix the owner_write rights rule
  29. 1.1 - Law of Nature
  30. ===================
  31. One feature in this release is **not backward compatible**:
  32. * Use the first matching section for rights (inspired from daald)
  33. Now, the first section matching the path and current user in your custom rights
  34. file is used. In the previous versions, the most permissive rights of all the
  35. matching sections were applied. This new behaviour gives a simple way to make
  36. specific rules at the top of the file independant from the generic ones.
  37. Many **improvements in this release are related to security**, you should
  38. upgrade Radicale as soon as possible:
  39. * Improve the regex used for well-known URIs (by Unrud)
  40. * Prevent regex injection in rights management (by Unrud)
  41. * Prevent crafted HTTP request from calling arbitrary functions (by Unrud)
  42. * Improve URI sanitation and conversion to filesystem path (by Unrud)
  43. * Decouple the daemon from its parent environment (by Unrud)
  44. Some bugs have been fixed and little enhancements have been added:
  45. * Assign new items to corret key (by Unrud)
  46. * Avoid race condition in PID file creation (by Unrud)
  47. * Improve the docker version (by cdpb)
  48. * Encode message and commiter for git commits
  49. * Test with Python 3.5
  50. 1.0.1 - Sunflower Again
  51. =======================
  52. * Update the version because of a **stupid** "feature"™ of PyPI
  53. 1.0 - Sunflower
  54. ===============
  55. * Enhanced performances (by Mathieu Dupuy)
  56. * Add MD5-APR1 and BCRYPT for htpasswd-based authentication (by Jan-Philip Gehrcke)
  57. * Use PAM service (by Stephen Paul Weber)
  58. * Don't discard PROPPATCH on empty collections (by Markus Unterwaditzer)
  59. * Write the path of the collection in the git message (by Matthew Monaco)
  60. * Tests launched on Travis
  61. 0.10 - Lovely Endless Grass
  62. ===========================
  63. * Support well-known URLs (by Mathieu Dupuy)
  64. * Fix collection discovery (by Markus Unterwaditzer)
  65. * Reload logger config on SIGHUP (by Élie Bouttier)
  66. * Remove props files when deleting a collection (by Vincent Untz)
  67. * Support salted SHA1 passwords (by Marc Kleine-Budde)
  68. * Don't spam the logs about non-SSL IMAP connections to localhost (by Giel van Schijndel)
  69. 0.9 - Rivers
  70. ============
  71. * Custom handlers for auth, storage and rights (by Sergey Fursov)
  72. * 1-file-per-event storage (by Jean-Marc Martins)
  73. * Git support for filesystem storages (by Jean-Marc Martins)
  74. * DB storage working with PostgreSQL, MariaDB and SQLite (by Jean-Marc Martins)
  75. * Clean rights manager based on regular expressions (by Sweil)
  76. * Support of contacts for Apple's clients
  77. * Support colors (by Jochen Sprickerhof)
  78. * Decode URLs in XML (by Jean-Marc Martins)
  79. * Fix PAM authentication (by Stepan Henek)
  80. * Use consistent etags (by 9m66p93w)
  81. * Use consistent sorting order (by Daniel Danner)
  82. * Return 401 on unauthorized DELETE requests (by Eduard Braun)
  83. * Move pid file creation in child process (by Mathieu Dupuy)
  84. * Allow requests without base_prefix (by jheidemann)
  85. 0.8 - Rainbow
  86. =============
  87. * New authentication and rights management modules (by Matthias Jordan)
  88. * Experimental database storage
  89. * Command-line option for custom configuration file (by Mark Adams)
  90. * Root URL not at the root of a domain (by Clint Adams, Fabrice Bellet, Vincent Untz)
  91. * Improved support for iCal, CalDAVSync, CardDAVSync, CalDavZAP and CardDavMATE
  92. * Empty PROPFIND requests handled (by Christoph Polcin)
  93. * Colon allowed in passwords
  94. * Configurable realm message
  95. 0.7.1 - Waterfalls
  96. ==================
  97. * Many address books fixes
  98. * New IMAP ACL (by Daniel Aleksandersen)
  99. * PAM ACL fixed (by Daniel Aleksandersen)
  100. * Courier ACL fixed (by Benjamin Frank)
  101. * Always set display name to collections (by Oskari Timperi)
  102. * Various DELETE responses fixed
  103. 0.7 - Eternal Sunshine
  104. ======================
  105. * Repeating events
  106. * Collection deletion
  107. * Courier and PAM authentication methods
  108. * CardDAV support
  109. * Custom LDAP filters supported
  110. 0.6.4 - Tulips
  111. ==============
  112. * Fix the installation with Python 3.1
  113. 0.6.3 - Red Roses
  114. =================
  115. * MOVE requests fixed
  116. * Faster REPORT answers
  117. * Executable script moved into the package
  118. 0.6.2 - Seeds
  119. =============
  120. * iPhone and iPad support fixed
  121. * Backslashes replaced by slashes in PROPFIND answers on Windows
  122. * PyPI archive set as default download URL
  123. 0.6.1 - Growing Up
  124. ==================
  125. * Example files included in the tarball
  126. * htpasswd support fixed
  127. * Redirection loop bug fixed
  128. * Testing message on GET requests
  129. 0.6 - Sapling
  130. =============
  131. * WSGI support
  132. * IPv6 support
  133. * Smart, verbose and configurable logs
  134. * Apple iCal 4 and iPhone support (by Łukasz Langa)
  135. * KDE KOrganizer support
  136. * LDAP auth backend (by Corentin Le Bail)
  137. * Public and private calendars (by René Neumann)
  138. * PID file
  139. * MOVE requests management
  140. * Journal entries support
  141. * Drop Python 2.5 support
  142. 0.5 - Historical Artifacts
  143. ==========================
  144. * Calendar depth
  145. * MacOS and Windows support
  146. * HEAD requests management
  147. * htpasswd user from calendar path
  148. 0.4 - Hot Days Back
  149. ===================
  150. * Personal calendars
  151. * Last-Modified HTTP header
  152. * ``no-ssl`` and ``foreground`` options
  153. * Default configuration file
  154. 0.3 - Dancing Flowers
  155. =====================
  156. * Evolution support
  157. * Version management
  158. 0.2 - Snowflakes
  159. ================
  160. * Sunbird pre-1.0 support
  161. * SSL connection
  162. * Htpasswd authentication
  163. * Daemon mode
  164. * User configuration
  165. * Twisted dependency removed
  166. * Python 3 support
  167. * Real URLs for PUT and DELETE
  168. * Concurrent modification reported to users
  169. * Many bugs fixed (by Roger Wenham)
  170. 0.1 - Crazy Vegetables
  171. ======================
  172. * First release
  173. * Lightning/Sunbird 0.9 compatibility
  174. * Easy installer