NEWS.rst 6.6 KB

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