NEWS.rst 2.6 KB

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