diff --git a/turba/docs/CHANGES b/turba/docs/CHANGES index 8ea229b7bc6..8cb5d622b29 100644 --- a/turba/docs/CHANGES +++ b/turba/docs/CHANGES @@ -2,6 +2,7 @@ v4.2.0-git ---------- +[mjr] Do not export empty property names in CardDav responses (Bug #12782). [jan] Make shares table compatible with Oracle. [jan] Export free/busy URL to vCard (Request #12915). [mjr] Fix listTimeObjects API when format_in attribute parameter is changed diff --git a/turba/package.xml b/turba/package.xml index 4bb2c006e3c..1b075e2c32c 100644 --- a/turba/package.xml +++ b/turba/package.xml @@ -40,6 +40,7 @@ ASL +* [mjr] Do not export empty property names in CardDav responses (Bug #12782). * [jan] Make shares table compatible with Oracle. * [jan] Export free/busy URL to vCard (Request #12915). * [mjr] Fix listTimeObjects API when format_in attribute parameter is changed from default (Bug #11891). @@ -1765,6 +1766,7 @@ 2013-08-15 ASL +* [mjr] Do not export empty property names in CardDav responses (Bug #12782). * [jan] Make shares table compatible with Oracle. * [jan] Export free/busy URL to vCard (Request #12915). * [mjr] Fix listTimeObjects API when format_in attribute parameter is changed from default (Bug #11891).