NEWS 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. * KDE KOrganizer support
  14. * LDAP auth backend (by Corentin Le Bail)
  15. * Public and private calendars (by René Neumann)
  16. * PID file
  17. * MOVE requests management
  18. * Journal entries support
  19. * Drop Python 2.5 support
  20. 0.5 - Historical Artifacts
  21. ==========================
  22. * Calendar depth
  23. * MacOS and Windows support
  24. * HEAD requests management
  25. * htpasswd user from calendar path
  26. 0.4 - Hot Days Back
  27. ===================
  28. * Personal calendars
  29. * Last-Modified HTTP header
  30. * ``no-ssl`` and ``foreground`` options
  31. * Default configuration file
  32. 0.3 - Dancing Flowers
  33. =====================
  34. * Evolution support
  35. * Version management
  36. 0.2 - Snowflakes
  37. ================
  38. * Sunbird pre-1.0 support
  39. * SSL connection
  40. * Htpasswd authentication
  41. * Daemon mode
  42. * User configuration
  43. * Twisted dependency removed
  44. * Python 3 support
  45. * Real URLs for PUT and DELETE
  46. * Concurrent modification reported to users
  47. * Many bugs fixed (by Roger Wenham)
  48. 0.1 - Crazy Vegetables
  49. ======================
  50. * First release
  51. * Lightning/Sunbird 0.9 compatibility
  52. * Easy installer