NEWS.rst 3.0 KB

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