NEWS.rst 3.4 KB

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