From d9c16d62c2e43417c1c6cc1738f3a7a982d685ce Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 27 Mar 2017 11:00:10 +0200 Subject: [PATCH] Prepare releases. --- bundles/groupware/docs/CHANGES | 207 ++++++++++++++++++++++---- bundles/groupware/docs/RELEASE_NOTES | 32 +--- bundles/groupware/package.xml | 10 +- bundles/webmail/docs/CHANGES | 211 +++++++++++++++++++++++---- bundles/webmail/docs/RELEASE_NOTES | 44 +----- bundles/webmail/package.xml | 14 +- 6 files changed, 373 insertions(+), 145 deletions(-) diff --git a/bundles/groupware/docs/CHANGES b/bundles/groupware/docs/CHANGES index 4e0b3daa58b..d25956090a0 100644 --- a/bundles/groupware/docs/CHANGES +++ b/bundles/groupware/docs/CHANGES @@ -2,6 +2,142 @@ v5.2.18-git ----------- +Horde Changes +------------- +[mjr] Fix errors in horde-memcache-stats script (Bug #14588). +[mjr] Remove configuration for defunct Yahoo, CloudMade, and MyTopo mapping + providers. + +Address Book Changes +-------------------- +[mjr] Fix importing vCard LABEL fields (Bug #14584). +[mjr] Fix saving sync preference when no default address book exists (Bug + #14585). +[mjr] Fix removing virtual address books when calling the removeUserData API + (Bug #14577). +[jan] Fix fatal error if group contacts from an LDAP server don't exist + anymore. + +Calendar Changes +---------------- +[mjr] Fix saving sync preference when no default calendar exists (Bug #14585). +[mjr] Fix display of date in ITIP_CANCEL notifications of deleted instances of + recurring events (PR: 214, almarin@um.es). + +Tasks Changes +------------- +[mjr] Fix saving sync preference when no default tasklist exists (Bug #14585). +[mjr] Avoid PHP warnings due to corrupt preference values (Bug #14585). + +Notes Changes +------------- +[mjr] Fix saving sync preference when no default notepad exists (Bug #14585). +[mjr] Fix potential infinite recursion in Mnemo_Api::listBy() due to corrupt + preference values. + +Library Changes +--------------- + +ActiveSync +[mjr] Fix error in synchronizing recurring tasks (Bug #14599). +[mjr] Database compatibility improvements. +[mjr] Refactor logging to support streams and improve readability. +[jan] Fix MongoDB backend with mongodb extension. +[mjr] Add Horde_ActiveSync_Imap_EasMessageBuilder classes. +[mjr] Fix loading event file attachments on iOS. + +Cache +[jan] Fix MongoDB backend with mongodb extension. + +Cli +[jan] Add header() method to turn a string into an outlined header. +[jan] Add color() method to colorize output with any supported color. + +Core +[jan] Restore BC with incorrect parameter usage of + Horde_PageOutput::addInlineScript() (Bug #14597). +[jan] Allow to specify JS framework to use for defer-loading inline scripts. +[mjr] Fix fatal error when logging a successfully sent email via ActiveSync. +[mjr] Fix adding a separator item to a custom menu (Bug #14581). +[jan] Enable LDAP rootDSE caching. +[mjr] Use new ActiveSync log handling. +[jan] Correctly encode IP address literal in first Received: header (Bug + #14574). +[mjr] Remove support for defunct CloudMade, and MyTopo mapping APIs. +[jan] Fix fatal error screen for PHP 7 error objects. +[jan] Remember the configuration values of split-read database environments. +[jan] Only show $conf[sql][ca] if $conf[sql][ssl] is enabled. + +Db +[mjr] Improve Horde_Db logging options (Request #10773). +[mjr] Allow Horde_Value objects to contain stream data (Request #10805). + +Form +[jan] Keep submitted checkboxes unchecked if they default to be checked. + +Icalendar +[mjr] Fix PHP 5.3 compatibility (Remi Collet ). +[mjr] Fix calculating timezone offsets when parsing vTimezone components. + +Idna +[jan] Check for errors when using UTS #46 algorithm. + +Image +[mjr] Fix drop shadow generation when using a background color. +[mjr] Add support for storing image data as a temporary stream. + +Ldap +[jan] Optionally cache rootDSE requests too. +[jan] Fix checking for existing attributes in Horde_Ldap_RootDse. + +Log +[mjr] Use protected member variables to facilitate extending the + Horde_Log_Logger class. + +Mime +[jan] Correctly encode IP address literal in first Received: header (Bug + #14574). + +Prefs +[jan] Fix PostgreSQL backend with newer Horde_Db version. + +Service_Weather +[jan] Fix regression with PHP < 5.5. + +SessionHandler +[jan] Fix MongoDB backend with mongodb extension. +[jan] Fix returning session ID when using a PostgreSQL backend. + +Share +[jan] Fix removing custom permssions when removing a user or group from a share + (Bug #14578). + +Smtp +[mjr] Fix RFC 3030 (CHUNKING) support. + +Support +[jan] Add Horde_Backtrace#createFromThrowable() to support PHP 7 error objects + too. + +Test +[jan] Update to PHPUnit 4.8.35 and dependencies. +[jan] Colorize PHPUnit output. + +Text_Diff +[jan] Add Horde_Text_Diff_Renderer_Unified_Colored as a renderer with color + highlighting. + +Timezone +[jan] Fix generating TZOFFSETFROM attributes for certain rules. +[jan] Add parameters to Horde_Timezone_Zone#toVtimezone() to limit the + generated STANDARD and DAYLIGHT sections. + +Translation +[jan] Fix detecting locale directories of namespaced libraries. + +Vfs +[mjr] Allow Horde_Vfs::writeData() to accept stream input. +[jan] Fix retrieving files from root folder with SQL backends (Bug #14545). ------- @@ -19,10 +155,6 @@ Address Book Changes [mjr] Fix regression in sorting contacts by a name field (Bug #14471). [mjr] Fix regression in saving tags (Bug #14463). -Bookmarks Changes ------------------ -[jan] Update German translation. - Calendar Changes ---------------- [mjr] Fix allowing ics import on when user has edit permissions on a shared @@ -31,9 +163,14 @@ Calendar Changes disabled. [jan] Split shared users by linebreaks too. -Files Changes +Tasks Changes ------------- -[jan] Update German translation. +[jan] Fix sorting by due date with PHP < 5.5 (Bug #14507). +[mjr] Fix fatal error caused by regression in sorting recurring tasks with due + dates (Bug #14504). + +File Manager Changes +-------------------- [jan] Update Portuguese translation. [jan] Update Basque translation. [jan] Add Greek translation (Limperis Antonis ). @@ -41,20 +178,9 @@ Files Changes [jan] Fix fatal error when cutting and pasting files on the same backend. [jan] Update Italian translation. -Notes Changes -------------- -[jan] Update German translation. - -Tasks Changes -------------- -[jan] Fix sorting by due date with PHP < 5.5 (Bug #14507). -[mjr] Fix fatal error caused by regression in sorting recurring tasks with due - dates (Bug #14504). - Timeobject Changes ------------------ [jan] Update Basque translation. -[jan] Update German translation. [jan] Add Greek translation (Limperis Antonis ). Library Changes @@ -62,13 +188,16 @@ Library Changes ActiveSync [mjr] Fix test issue on 32bit systems (Bug #14532). -[mjr] Improve handling of case when IMAP server returns invalid HIGHESTMODSEQ values (DVT - Daten-Verarbeitung-Tirol GmbH). +[mjr] Improve handling of case when IMAP server returns invalid HIGHESTMODSEQ + values (DVT - Daten-Verarbeitung-Tirol GmbH). [mjr] Fix regression in initial synchronization. -[mjr] Attempt to work around IMAP servers that report broken HIGHESTMODSEQ values. +[mjr] Attempt to work around IMAP servers that report broken HIGHESTMODSEQ + values. [mjr] Prevent invalid UTF-8 text in address fields. [mjr] Add support for EAS 16 draft email sync. [mjr] Close database connections while sleeping during PING requests. -[mjr] Fix converting charset of subject and attachment names in certain cases (Bug #14457). +[mjr] Fix converting charset of subject and attachment names in certain cases + (Bug #14457). [mjr] Changes to support attachment sync support for Appointment objects. Auth @@ -82,16 +211,20 @@ Core [jan] Allow administrators to log in if preference backend is not available. [mjr] Log message headers on error when sending email via ActiveSync. [jan] Fix warning if an old locale is longer than 255 characters (Bug #14489). -[jan] Fix abbreviated Norwegian month names in JavaScript to include trailing dot (Bug #14488). +[jan] Fix abbreviated Norwegian month names in JavaScript to include trailing + dot (Bug #14488). [jan] Fix reading session data from the command line with PHP 7. -[mjr] Prevent building invalid HTML when building an email from a SMART_REPLY (Bug #14500). +[mjr] Prevent building invalid HTML when building an email from a SMART_REPLY + (Bug #14500). [mjr] Improve handling of certain ActiveSync failures. [jan] Fix parsing abbreviated Norwegian month names too (Bug #14503). [mjr] Fix Google Map API warnings (Bug #14525, arjen+horde@de-korte.org). [jan] Catch errors from NoSQL preference backend. -[jan] Make 'hostspec' parameter for MongoDB configuration optional again on PHP 7. +[jan] Make 'hostspec' parameter for MongoDB configuration optional + again on PHP 7. [jan] Fix session preference driver. -[jan] Don't pollute DB DSN with unknown parameters when using Cyrsql authentication driver. +[jan] Don't pollute DB DSN with unknown parameters when using Cyrsql + authentication driver. [mjr] Refresh mailbox list when retrieving for ActiveSync. [mjr] Add support for a activesync_mailboxlist hook. [jan] Don't show apps with 'admin' status in menu (Bug #14526). @@ -105,12 +238,15 @@ Db [jan] Fix some PHP 7.2 issues. Imap_Client -[jan] Fix parsing GETACL responses from RFC 4314 capable IMAP servers (Bug #14466). -[mjr] Fix failed connections when using unix sockets (Thomas Jarosch ). +[jan] Fix parsing GETACL responses from RFC 4314 capable IMAP servers (Bug + #14466). +[mjr] Fix failed connections when using unix sockets (Thomas Jarosch + ). [mjr] Fix command syntax for CREATE-SPECIAL-USE support. Mime -[mjr] Fix regression caused by incorrect fix and test for Bug #14456 (Bug #14505). +[mjr] Fix regression caused by incorrect fix and test for Bug #14456 (Bug + #14505). Nls [jan] Update country list. @@ -126,6 +262,7 @@ Service_Weather Vfs [jan] Use more efficient database access in SQL backend. + ------- v5.2.16 ------- @@ -891,8 +1028,8 @@ SessionHandler v5.2.10 ------- -Files Changes -------------- +File Manager Changes +-------------------- [mjr] SECURITY: Fix XSS vulnerability when viewing directory contents (Discovered by http://www.beyondsecurity.com/ssd.html). @@ -3938,6 +4075,11 @@ Util Vfs [jan] Return more detailed error messages from File driver. +Extensions +---------- +horde_lz4 +[mms] Change license from PHP -> MIT. + ------ v5.1.0 @@ -6214,7 +6356,6 @@ Tasks Changes Library Changes --------------- - [jan] Fix tests to work with PHPUnit 3.6. [jan] Make unit tests Windows compatible. [jan] Skip Kolab tests if Horde_Kolab_Storage is not installed. @@ -6314,8 +6455,8 @@ Imap_Client [mms] API CHANGE: Deprecate Horde_Imap_Client_Cache::singleton(). [mms] Fix client-side Cc/From/To sorting (Bug #10503). [mms] Improved IMAP debug logging. -[mms] Fix search charset determination for servers that support SORT & - ESORT (Bug #10479). +[mms] Fix search charset determination for servers that support SORT & ESORT + (Bug #10479). [mms] Improved phpdoc documentation. [mms] API CHANGE: Add shortcuts to get MIME decoded envelope information. [mms] Automatically authenticate to server when using a command that requires @@ -6792,6 +6933,8 @@ Tasks Changes v4.0 ---- +[jan] Fix installation script when not using a custom PEAR install. + Horde Changes ------------- [jan] Fix extracting of translation strings in a release. diff --git a/bundles/groupware/docs/RELEASE_NOTES b/bundles/groupware/docs/RELEASE_NOTES index 75748341dbe..a9c2f999a11 100644 --- a/bundles/groupware/docs/RELEASE_NOTES +++ b/bundles/groupware/docs/RELEASE_NOTES @@ -5,7 +5,7 @@ $notes['security'] = false; /* Mailing list release notes. */ $notes['changes'] = << horde pear.horde.org - 5.2.13 + 5.2.14 6.0.0alpha1 6.0.0alpha1 kronolith pear.horde.org - 4.2.19 + 4.2.20 5.0.0alpha1 5.0.0alpha1 mnemo pear.horde.org - 4.2.12 + 4.2.13 5.0.0alpha1 5.0.0alpha1 nag pear.horde.org - 4.2.13 + 4.2.14 5.0.0alpha1 5.0.0alpha1 @@ -134,7 +134,7 @@ turba pear.horde.org - 4.2.18 + 4.2.19 5.0.0alpha1 5.0.0alpha1 diff --git a/bundles/webmail/docs/CHANGES b/bundles/webmail/docs/CHANGES index 41601857b4d..f38b6f2b44d 100644 --- a/bundles/webmail/docs/CHANGES +++ b/bundles/webmail/docs/CHANGES @@ -2,6 +2,154 @@ v5.2.18-git ----------- +Horde Changes +------------- +[mjr] Fix errors in horde-memcache-stats script (Bug #14588). +[mjr] Remove configuration for defunct Yahoo, CloudMade, and MyTopo mapping + providers. + +Mail Changes +------------ +[jan] Catch errors when converting email address to IDNA. +[jan] Correctly use preference to save attachments with sent messages in mobile + modes (Bug #14571). + +Filters Changes +--------------- +[jan] Never send autoreplies again when setting zero vacation days in Procmail + or Maildrop backends (Bug #14549). +[jan] Don't split sieve body tests on commas (Bug #14546). + +Address Book Changes +-------------------- +[mjr] Fix importing vCard LABEL fields (Bug #14584). +[mjr] Fix saving sync preference when no default address book exists (Bug + #14585). +[mjr] Fix removing virtual address books when calling the removeUserData API + (Bug #14577). +[jan] Fix fatal error if group contacts from an LDAP server don't exist + anymore. + +Calendar Changes +---------------- +[mjr] Fix saving sync preference when no default calendar exists (Bug #14585). +[mjr] Fix display of date in ITIP_CANCEL notifications of deleted instances of + recurring events (PR: 214, almarin@um.es). + +Tasks Changes +------------- +[mjr] Fix saving sync preference when no default tasklist exists (Bug #14585). +[mjr] Avoid PHP warnings due to corrupt preference values (Bug #14585). + +Notes Changes +------------- +[mjr] Fix saving sync preference when no default notepad exists (Bug #14585). +[mjr] Fix potential infinite recursion in Mnemo_Api::listBy() due to corrupt + preference values. + +Library Changes +--------------- + +ActiveSync +[mjr] Fix error in synchronizing recurring tasks (Bug #14599). +[mjr] Database compatibility improvements. +[mjr] Refactor logging to support streams and improve readability. +[jan] Fix MongoDB backend with mongodb extension. +[mjr] Add Horde_ActiveSync_Imap_EasMessageBuilder classes. +[mjr] Fix loading event file attachments on iOS. + +Cache +[jan] Fix MongoDB backend with mongodb extension. + +Cli +[jan] Add header() method to turn a string into an outlined header. +[jan] Add color() method to colorize output with any supported color. + +Core +[jan] Restore BC with incorrect parameter usage of + Horde_PageOutput::addInlineScript() (Bug #14597). +[jan] Allow to specify JS framework to use for defer-loading inline scripts. +[mjr] Fix fatal error when logging a successfully sent email via ActiveSync. +[mjr] Fix adding a separator item to a custom menu (Bug #14581). +[jan] Enable LDAP rootDSE caching. +[mjr] Use new ActiveSync log handling. +[jan] Correctly encode IP address literal in first Received: header (Bug + #14574). +[mjr] Remove support for defunct CloudMade, and MyTopo mapping APIs. +[jan] Fix fatal error screen for PHP 7 error objects. +[jan] Remember the configuration values of split-read database environments. +[jan] Only show $conf[sql][ca] if $conf[sql][ssl] is enabled. + +Db +[mjr] Improve Horde_Db logging options (Request #10773). +[mjr] Allow Horde_Value objects to contain stream data (Request #10805). + +Form +[jan] Keep submitted checkboxes unchecked if they default to be checked. + +Icalendar +[mjr] Fix PHP 5.3 compatibility (Remi Collet ). +[mjr] Fix calculating timezone offsets when parsing vTimezone components. + +Idna +[jan] Check for errors when using UTS #46 algorithm. + +Image +[mjr] Fix drop shadow generation when using a background color. +[mjr] Add support for storing image data as a temporary stream. + +Ldap +[jan] Optionally cache rootDSE requests too. +[jan] Fix checking for existing attributes in Horde_Ldap_RootDse. + +Log +[mjr] Use protected member variables to facilitate extending the + Horde_Log_Logger class. + +Mime +[jan] Correctly encode IP address literal in first Received: header (Bug + #14574). + +Prefs +[jan] Fix PostgreSQL backend with newer Horde_Db version. + +Service_Weather +[jan] Fix regression with PHP < 5.5. + +SessionHandler +[jan] Fix MongoDB backend with mongodb extension. +[jan] Fix returning session ID when using a PostgreSQL backend. + +Share +[jan] Fix removing custom permssions when removing a user or group from a share + (Bug #14578). + +Smtp +[mjr] Fix RFC 3030 (CHUNKING) support. + +Support +[jan] Add Horde_Backtrace#createFromThrowable() to support PHP 7 error objects + too. + +Test +[jan] Update to PHPUnit 4.8.35 and dependencies. +[jan] Colorize PHPUnit output. + +Text_Diff +[jan] Add Horde_Text_Diff_Renderer_Unified_Colored as a renderer with color + highlighting. + +Timezone +[jan] Fix generating TZOFFSETFROM attributes for certain rules. +[jan] Add parameters to Horde_Timezone_Zone#toVtimezone() to limit the + generated STANDARD and DAYLIGHT sections. + +Translation +[jan] Fix detecting locale directories of namespaced libraries. + +Vfs +[mjr] Allow Horde_Vfs::writeData() to accept stream input. +[jan] Fix retrieving files from root folder with SQL backends (Bug #14545). ------- @@ -15,9 +163,9 @@ Horde Changes Mail Changes ------------ -[jan] Update German translation. [jan] Update Greek translation. -[mjr] Fix issue when forwarding an email to multiple recipients in Mobile view (Bug #14060). +[mjr] Fix issue when forwarding an email to multiple recipients in Mobile view + (Bug #14060). [jan] Fix iTip MIME viewer actions if attachment type hasn't been specified. [mjr] Add option to reload folder tree when fetching via the API. [jan] Update preview cache after permanently unblocking images from a sender @@ -35,10 +183,6 @@ Address Book Changes [mjr] Fix regression in sorting contacts by a name field (Bug #14471). [mjr] Fix regression in saving tags (Bug #14463). -Bookmarks Changes ------------------ -[jan] Update German translation. - Calendar Changes ---------------- [mjr] Fix allowing ics import on when user has edit permissions on a shared @@ -47,9 +191,14 @@ Calendar Changes disabled. [jan] Split shared users by linebreaks too. -Files Changes +Tasks Changes ------------- -[jan] Update German translation. +[jan] Fix sorting by due date with PHP < 5.5 (Bug #14507). +[mjr] Fix fatal error caused by regression in sorting recurring tasks with due + dates (Bug #14504). + +File Manager Changes +-------------------- [jan] Update Portuguese translation. [jan] Update Basque translation. [jan] Add Greek translation (Limperis Antonis ). @@ -57,20 +206,9 @@ Files Changes [jan] Fix fatal error when cutting and pasting files on the same backend. [jan] Update Italian translation. -Notes Changes -------------- -[jan] Update German translation. - -Tasks Changes -------------- -[jan] Fix sorting by due date with PHP < 5.5 (Bug #14507). -[mjr] Fix fatal error caused by regression in sorting recurring tasks with due - dates (Bug #14504). - Timeobject Changes ------------------ [jan] Update Basque translation. -[jan] Update German translation. [jan] Add Greek translation (Limperis Antonis ). Library Changes @@ -78,13 +216,16 @@ Library Changes ActiveSync [mjr] Fix test issue on 32bit systems (Bug #14532). -[mjr] Improve handling of case when IMAP server returns invalid HIGHESTMODSEQ values (DVT - Daten-Verarbeitung-Tirol GmbH). +[mjr] Improve handling of case when IMAP server returns invalid HIGHESTMODSEQ + values (DVT - Daten-Verarbeitung-Tirol GmbH). [mjr] Fix regression in initial synchronization. -[mjr] Attempt to work around IMAP servers that report broken HIGHESTMODSEQ values. +[mjr] Attempt to work around IMAP servers that report broken HIGHESTMODSEQ + values. [mjr] Prevent invalid UTF-8 text in address fields. [mjr] Add support for EAS 16 draft email sync. [mjr] Close database connections while sleeping during PING requests. -[mjr] Fix converting charset of subject and attachment names in certain cases (Bug #14457). +[mjr] Fix converting charset of subject and attachment names in certain cases + (Bug #14457). [mjr] Changes to support attachment sync support for Appointment objects. Auth @@ -98,16 +239,20 @@ Core [jan] Allow administrators to log in if preference backend is not available. [mjr] Log message headers on error when sending email via ActiveSync. [jan] Fix warning if an old locale is longer than 255 characters (Bug #14489). -[jan] Fix abbreviated Norwegian month names in JavaScript to include trailing dot (Bug #14488). +[jan] Fix abbreviated Norwegian month names in JavaScript to include trailing + dot (Bug #14488). [jan] Fix reading session data from the command line with PHP 7. -[mjr] Prevent building invalid HTML when building an email from a SMART_REPLY (Bug #14500). +[mjr] Prevent building invalid HTML when building an email from a SMART_REPLY + (Bug #14500). [mjr] Improve handling of certain ActiveSync failures. [jan] Fix parsing abbreviated Norwegian month names too (Bug #14503). [mjr] Fix Google Map API warnings (Bug #14525, arjen+horde@de-korte.org). [jan] Catch errors from NoSQL preference backend. -[jan] Make 'hostspec' parameter for MongoDB configuration optional again on PHP 7. +[jan] Make 'hostspec' parameter for MongoDB configuration optional + again on PHP 7. [jan] Fix session preference driver. -[jan] Don't pollute DB DSN with unknown parameters when using Cyrsql authentication driver. +[jan] Don't pollute DB DSN with unknown parameters when using Cyrsql + authentication driver. [mjr] Refresh mailbox list when retrieving for ActiveSync. [mjr] Add support for a activesync_mailboxlist hook. [jan] Don't show apps with 'admin' status in menu (Bug #14526). @@ -121,12 +266,15 @@ Db [jan] Fix some PHP 7.2 issues. Imap_Client -[jan] Fix parsing GETACL responses from RFC 4314 capable IMAP servers (Bug #14466). -[mjr] Fix failed connections when using unix sockets (Thomas Jarosch ). +[jan] Fix parsing GETACL responses from RFC 4314 capable IMAP servers (Bug + #14466). +[mjr] Fix failed connections when using unix sockets (Thomas Jarosch + ). [mjr] Fix command syntax for CREATE-SPECIAL-USE support. Mime -[mjr] Fix regression caused by incorrect fix and test for Bug #14456 (Bug #14505). +[mjr] Fix regression caused by incorrect fix and test for Bug #14456 (Bug + #14505). Nls [jan] Update country list. @@ -142,6 +290,7 @@ Service_Weather Vfs [jan] Use more efficient database access in SQL backend. + ------- v5.2.16 ------- @@ -997,8 +1146,8 @@ SessionHandler v5.2.10 ------- -Files Changes -------------- +File Manager Changes +-------------------- [mjr] SECURITY: Fix XSS vulnerability when viewing directory contents (Discovered by http://www.beyondsecurity.com/ssd.html). diff --git a/bundles/webmail/docs/RELEASE_NOTES b/bundles/webmail/docs/RELEASE_NOTES index 20a6697956c..995c601489b 100644 --- a/bundles/webmail/docs/RELEASE_NOTES +++ b/bundles/webmail/docs/RELEASE_NOTES @@ -5,7 +5,7 @@ $notes['security'] = false; /* Mailing list release notes. */ $notes['changes'] = << horde pear.horde.org - 5.2.13 + 5.2.14 6.0.0alpha1 6.0.0alpha1 imp pear.horde.org - 6.2.17 + 6.2.18 7.0.0alpha1 7.0.0alpha1 ingo pear.horde.org - 3.2.13 + 3.2.14 4.0.0alpha1 4.0.0alpha1 kronolith pear.horde.org - 4.2.19 + 4.2.20 5.0.0alpha1 5.0.0alpha1 mnemo pear.horde.org - 4.2.12 + 4.2.13 5.0.0alpha1 5.0.0alpha1 nag pear.horde.org - 4.2.13 + 4.2.14 5.0.0alpha1 5.0.0alpha1 @@ -156,7 +156,7 @@ turba pear.horde.org - 4.2.18 + 4.2.19 5.0.0alpha1 5.0.0alpha1