NEWS.rst 3.1 KB

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