NEWS.rst 3.3 KB

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