NEWS.rst 3.1 KB

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