diff --git a/doc/rpm-build/debian.changes b/doc/rpm-build/debian.changes index cde8cd1066..bfaa4f9360 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,38 @@ +egroupware-epl (11.1.20111111-1) hardy; urgency=low + + * CalDAV/CardDAV: major rework fixing lots of bugs/incompatibilites and adding new features: eg. autocompletion of accounts and resources under iCal, searchable addressbook gateway for all addressbooks available + * API/CKEditor: updating to version 3.6.2, altering editor modes and availability of toolbar options, supports now iPad and improved fallback for Android devices (not supporting CKEditor) + * eMail: being able to set labels now, as thunderbird supports by default: urgent (red), job (orange), personal (green), to do (blue) and later (purple). If labeled the lines text will be coloured. + * eSync/Addressbook: for all-in-one addressbook, add addressbook name as category; keep from AS not supported fields unchanged (eg. custom fields) + * eSync/Calendar: fixed "wrong" generation of AS timezone blobs from TZID + * eSync/EMail: added missing parameter $optionbodypreference, causing iPhones to not get attachments < 1MB + * eSync/Calendar: handle error regarding not getting an egw_time object but no exception is thrown; may be php 5.2.x related. occurs when a NokiaE72 tries to open Outlook invitations + * eSync/general changes in requesthandling, fixing several issues seen on android devices + * eSync: fix for not updated calender, contact, task on device if only description or note was changed or deleted + * eSync/eMail: make sure expected folders are reported on getFolderList (so we force our Autofolders (Sent, Trash, Draft, Template, Outbox and Spam) - if set - to be returned, even if they are not subscribed) + * eMail: workaround for failed merge on signature retrieval, which was seen/reported as no signature on send (or compose) inserted + * eMailAdmin: fixing not allowed userDefinedIdentities when userDefinedAccounts is allowed, fixing typos + * eMail: bug regarding the mimetype of uploaded files; FF701 reports wrong mime type; work around this, by always checking mimetype by suffix + * eMail: import of VCARD; opening an already imported VCARD as addressbook-entry failed, and VCARD was offered for download; Fixed -> as the expectation was/is that the already imported vcard (found via uid) is opened as addressbook entry (data merged) + * eMail: fix for problems when trying to open attached messages twice; Solved by handling problems regarding the caching of message structures caused by problems with SessionHandler storing the structure-array + * eMail: implementing basic server-side search for email + * eMail/Sieve: improved vacation script handling: be more talkative to the user on rule validation errors while saving + * Calendar: fixed MyStylite bug #2434: context menu could be used to invite yourself to any event you can read + * Calendar: fixed many issues when moving or modifying (parts of a) recurring event (alarms, recurrance type, time) + * Calendar: modified column position for overlapping events, allways leave some space on the left for drag-n-drop or clicking + * Mergeprint: add {{links}}, {{attachments}}, {{links_attachments}} placeholders + * Notification: do not notify expired or inactive users + * Addressbook: current contact type is now used on creating new addressbook entrys (except a explizit type is requested via GET) + * Filemanager/eTemplate: fix for MyStylite bug #2495: deleting files containing [ as first char deletes whole directory + * Timesheet: fix reported bug #2488 (stylite tracker), status and cat change still allowed via context menu, even if the entry in question should be ->edit by admins only<- (via status admin flag) + * InfoLog: allow to exclude fields while copying an infolog entry; done via infolog->configuration + * Tracker: fixed report not working with PHP 5.2 (syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM) + * Tracker: fix for lost comment, when tracker item got saved (e.g. by someone else) while you were still editing + * ImportExport: fix for failed export on not set limit for nonadmins on standard export + * SyncML: fix WBXML namespache issue (bug 3048) + + -- Ralf Becker Fri, 11 Nov 2011 09:10:32 +0100 + egroupware-epl (11.1.20111011-1) hardy; urgency=low * CalDAV/CardDAV: added standard /.well-known/(caldav|carddav) redirects and set memory_limit to 128MB in Apache configuration