NEWS 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. ==========================
  2. Radicale - CalDAV Server
  3. ==========================
  4. ------
  5. NEWS
  6. ------
  7. 0.6 - *Not released yet*
  8. ========================
  9. * WSGI support
  10. * IPv6 support
  11. * Smart, verbose and configurable logs
  12. * Apple iCal 4 support
  13. * LDAP auth backend (by Corentin Le Bail)
  14. * Owner-less calendars (by René Neumann)
  15. * Journal entries support
  16. * Drop Python 2.5 support
  17. 0.5 - Historical Artifacts
  18. ==========================
  19. * Calendar depth
  20. * iPhone support
  21. * MacOS and Windows support
  22. * HEAD requests management
  23. * htpasswd user from calendar path
  24. 0.4 - Hot Days Back
  25. ===================
  26. * Personal calendars
  27. * Last-Modified HTTP header
  28. * ``no-ssl`` and ``foreground`` options
  29. * Default configuration file
  30. 0.3 - Dancing Flowers
  31. =====================
  32. * Evolution support
  33. * Version management
  34. 0.2 - Snowflakes
  35. ================
  36. * Sunbird pre-1.0 support
  37. * SSL connection
  38. * Htpasswd authentication
  39. * Daemon mode
  40. * User configuration
  41. * Twisted dependency removed
  42. * Python 3 support
  43. * Real URLs for PUT and DELETE
  44. * Concurrent modification reported to users
  45. * Many bugs fixed (by Roger Wenham)
  46. 0.1 - Crazy Vegetables
  47. ======================
  48. * First release
  49. * Lightning/Sunbird 0.9 compatibility
  50. * Easy installer