NEWS.rst 3.7 KB

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