NEWS.rst 2.8 KB

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