NEWS.rst 2.9 KB

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