NEWS.rst 3.9 KB

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