NEWS.rst 3.0 KB

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