NEWS.rst 3.2 KB

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