NEWS 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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 and iPhone support (by Łukasz Langa)
  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. * MacOS and Windows support
  21. * HEAD requests management
  22. * htpasswd user from calendar path
  23. 0.4 - Hot Days Back
  24. ===================
  25. * Personal calendars
  26. * Last-Modified HTTP header
  27. * ``no-ssl`` and ``foreground`` options
  28. * Default configuration file
  29. 0.3 - Dancing Flowers
  30. =====================
  31. * Evolution support
  32. * Version management
  33. 0.2 - Snowflakes
  34. ================
  35. * Sunbird pre-1.0 support
  36. * SSL connection
  37. * Htpasswd authentication
  38. * Daemon mode
  39. * User configuration
  40. * Twisted dependency removed
  41. * Python 3 support
  42. * Real URLs for PUT and DELETE
  43. * Concurrent modification reported to users
  44. * Many bugs fixed (by Roger Wenham)
  45. 0.1 - Crazy Vegetables
  46. ======================
  47. * First release
  48. * Lightning/Sunbird 0.9 compatibility
  49. * Easy installer