Branch '2.3-stable' - 2 commits - kolab-webclient/horde release-notes.txt

Gunnar Wrobel wrobel at kolabsys.com
Fri Sep 2 12:57:12 CEST 2011


 kolab-webclient/horde/ChangeLog                                         |    7 +++++++
 kolab-webclient/horde/configuration/horde-3.3.11/10-kolab_conf_base.php |    1 +
 kolab-webclient/horde/horde.spec                                        |    2 +-
 release-notes.txt                                                       |    4 +++-
 4 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 02101331029d902aa21f085eddb273c6b00cefdb
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Sep 2 10:56:59 2011 +0000

    Bug 388 - Large Kolab objects may lead to an exceeded PHP memory limit

diff --git a/release-notes.txt b/release-notes.txt
index 0b6e47c..ee6ae4b 100644
--- a/release-notes.txt
+++ b/release-notes.txt
@@ -12,10 +12,12 @@ the 1st.README file in the package directory.
 
 	kolab/issue4743 ([DIMP] [v2.3.2] Mail blank in frame but displays fine in new window)
 
-    - horde-3.3.11-20110824
+    - horde-3.3.11-20110902
 
 	kolab/issue4739 (Webmail problems with attachments in kolab-2.3.1)
 	kolab/issue4745 (Horde preferences woes in Kolab 2.3.x)
+	bugzilla.kolabsys.com #388 (Large Kolab objects may lead to an
+	exceeded PHP memory limit)
 
     - imp-4.3.9-20110111
 


commit 09818cbb1848af357490e2f5dc396adc6ea3ce95
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Sep 2 10:56:53 2011 +0000

    Bug 388 - Large Kolab objects may lead to an exceeded PHP memory limit

diff --git a/kolab-webclient/horde/ChangeLog b/kolab-webclient/horde/ChangeLog
index 93a59af..b6d8263 100644
--- a/kolab-webclient/horde/ChangeLog
+++ b/kolab-webclient/horde/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-02  Gunnar Wrobel  <p at rdus.de>
+
+	* configuration/horde-3.3.11/10-kolab_conf_base.php:
+
+	bugzilla.kolabsys.com #388 (Large Kolab objects may lead to an
+	exceeded PHP memory limit)
+
 2011-08-31  Gunnar Wrobel  <p at rdus.de>
 
 	* configuration/horde-3.3.11/10-kolab_prefs_base.php:
diff --git a/kolab-webclient/horde/configuration/horde-3.3.11/10-kolab_conf_base.php b/kolab-webclient/horde/configuration/horde-3.3.11/10-kolab_conf_base.php
index 1e5e061..87ce34b 100644
--- a/kolab-webclient/horde/configuration/horde-3.3.11/10-kolab_conf_base.php
+++ b/kolab-webclient/horde/configuration/horde-3.3.11/10-kolab_conf_base.php
@@ -60,6 +60,7 @@ $conf['kolab']['ldap']['server'] = 'localhost';
 $conf['kolab']['ldap']['port'] = 389;
 $conf['kolab']['imap']['port'] = 143;
 $conf['kolab']['imap']['sieveport'] = 2000;
+$conf['kolab']['imap']['size_limit'] = 5000000;
 $conf['kolab']['imap']['cache_folders'] = true;
 $conf['kolab']['smtp']['server'] = 'localhost';
 $conf['kolab']['smtp']['port'] = 25;
diff --git a/kolab-webclient/horde/horde.spec b/kolab-webclient/horde/horde.spec
index d6a6246..11bf2d4 100644
--- a/kolab-webclient/horde/horde.spec
+++ b/kolab-webclient/horde/horde.spec
@@ -1,7 +1,7 @@
 # Macros
 %define         V_package horde
 %define         V_version 3.3.11
-%define         V_release 20110831
+%define         V_release 20110902
 
 # Package Information
 Name:		%{V_package}





More information about the commits mailing list