NEWS.rst 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. ======
  2. News
  3. ======
  4. 0.10 - Lovely Endless Grass
  5. ===========================
  6. * Support well-known URLs (by Mathieu Dupuy)
  7. * Fix collection discovery (by Markus Unterwaditzer)
  8. * Reload logger config on SIGHUP (by Élie Bouttier)
  9. * Remove props files when deleting a collection (by Vincent Untz)
  10. * Support salted SHA1 passwords (by Marc Kleine-Budde)
  11. * Don't spam the logs about non-SSL IMAP connections to localhost (by Giel van Schijndel)
  12. 0.9 - Rivers
  13. ============
  14. * Custom handlers for auth, storage and rights (by Sergey Fursov)
  15. * 1-file-per-event storage (by Jean-Marc Martins)
  16. * Git support for filesystem storages (by Jean-Marc Martins)
  17. * DB storage working with PostgreSQL, MariaDB and SQLite (by Jean-Marc Martins)
  18. * Clean rights manager based on regular expressions (by Sweil)
  19. * Support of contacts for Apple's clients
  20. * Support colors (by Jochen Sprickerhof)
  21. * Decode URLs in XML (by Jean-Marc Martins)
  22. * Fix PAM authentication (by Stepan Henek)
  23. * Use consistent etags (by 9m66p93w)
  24. * Use consistent sorting order (by dnnr)
  25. * Return 401 on unauthorized DELETE requests (by Eduard Braun)
  26. * Move pid file creation in child process (by Mathieu Dupuy)
  27. * Allow requests without base_prefix (by jheidemann)
  28. 0.8 - Rainbow
  29. =============
  30. * New authentication and rights management modules (by Matthias Jordan)
  31. * Experimental database storage
  32. * Command-line option for custom configuration file (by Mark Adams)
  33. * Root URL not at the root of a domain (by Clint Adams, Fabrice Bellet, Vincent Untz)
  34. * Improved support for iCal, CalDAVSync, CardDAVSync, CalDavZAP and CardDavMATE
  35. * Empty PROPFIND requests handled (by Christoph Polcin)
  36. * Colon allowed in passwords
  37. * Configurable realm message
  38. 0.7.1 - Waterfalls
  39. ==================
  40. * Many address books fixes
  41. * New IMAP ACL (by Daniel Aleksandersen)
  42. * PAM ACL fixed (by Daniel Aleksandersen)
  43. * Courier ACL fixed (by Benjamin Frank)
  44. * Always set display name to collections (by Oskari Timperi)
  45. * Various DELETE responses fixed
  46. 0.7 - Eternal Sunshine
  47. ======================
  48. * Repeating events
  49. * Collection deletion
  50. * Courier and PAM authentication methods
  51. * CardDAV support
  52. * Custom LDAP filters supported
  53. 0.6.4 - Tulips
  54. ==============
  55. * Fix the installation with Python 3.1
  56. 0.6.3 - Red Roses
  57. =================
  58. * MOVE requests fixed
  59. * Faster REPORT answers
  60. * Executable script moved into the package
  61. 0.6.2 - Seeds
  62. =============
  63. * iPhone and iPad support fixed
  64. * Backslashes replaced by slashes in PROPFIND answers on Windows
  65. * PyPI archive set as default download URL
  66. 0.6.1 - Growing Up
  67. ==================
  68. * Example files included in the tarball
  69. * htpasswd support fixed
  70. * Redirection loop bug fixed
  71. * Testing message on GET requests
  72. 0.6 - Sapling
  73. =============
  74. * WSGI support
  75. * IPv6 support
  76. * Smart, verbose and configurable logs
  77. * Apple iCal 4 and iPhone support (by Łukasz Langa)
  78. * KDE KOrganizer support
  79. * LDAP auth backend (by Corentin Le Bail)
  80. * Public and private calendars (by René Neumann)
  81. * PID file
  82. * MOVE requests management
  83. * Journal entries support
  84. * Drop Python 2.5 support
  85. 0.5 - Historical Artifacts
  86. ==========================
  87. * Calendar depth
  88. * MacOS and Windows support
  89. * HEAD requests management
  90. * htpasswd user from calendar path
  91. 0.4 - Hot Days Back
  92. ===================
  93. * Personal calendars
  94. * Last-Modified HTTP header
  95. * ``no-ssl`` and ``foreground`` options
  96. * Default configuration file
  97. 0.3 - Dancing Flowers
  98. =====================
  99. * Evolution support
  100. * Version management
  101. 0.2 - Snowflakes
  102. ================
  103. * Sunbird pre-1.0 support
  104. * SSL connection
  105. * Htpasswd authentication
  106. * Daemon mode
  107. * User configuration
  108. * Twisted dependency removed
  109. * Python 3 support
  110. * Real URLs for PUT and DELETE
  111. * Concurrent modification reported to users
  112. * Many bugs fixed (by Roger Wenham)
  113. 0.1 - Crazy Vegetables
  114. ======================
  115. * First release
  116. * Lightning/Sunbird 0.9 compatibility
  117. * Easy installer