NEWS.rst 3.7 KB

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