Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2013-04-29 09:54:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and      /work/SRC/openSUSE:Factory/.roundcubemail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "roundcubemail", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes      
2013-04-02 12:55:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new/roundcubemail.changes 
2013-04-29 09:54:51.000000000 +0200
@@ -1,0 +2,13 @@
+Sat Apr 27 09:31:24 UTC 2013 - [email protected]
+
+- Update to version 0.9.0
+  * Improved rendering of forwarded and attached messages
+  * Optionally display and compose email messages a new windows
+  * Unified UI for message view and composition
+  * Show sender photos from contacts in email view
+  * Render thumbnails for image attachments
+  * Download all attachments as zip archive (using the zipdownload plugin)
+  * Forward multiple emails as attachments
+  * CSV import for contacts
+
+-------------------------------------------------------------------

Old:
----
  roundcubemail-0.8.6.tar.gz

New:
----
  roundcubemail-0.9.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ roundcubemail.spec ++++++
--- /var/tmp/diff_new_pack.4itLbH/_old  2013-04-29 09:54:53.000000000 +0200
+++ /var/tmp/diff_new_pack.4itLbH/_new  2013-04-29 09:54:53.000000000 +0200
@@ -21,7 +21,7 @@
 License:        GPL-3.0+ and GPL-2.0 and BSD-3-Clause
 Group:          Productivity/Networking/Email/Clients
 Url:            http://www.roundcube.net/
-Version:        0.8.6
+Version:        0.9.0
 Release:        0
 BuildRequires:  apache2-devel
 %if 0%{suse_version} >= 1100

++++++ roundcubemail-0.8.6.tar.gz -> roundcubemail-0.9.0.tar.gz ++++++
++++ 238574 lines of diff (skipped)

++++++ roundcubemail-config-dir.patch ++++++
--- /var/tmp/diff_new_pack.4itLbH/_old  2013-04-29 09:54:54.000000000 +0200
+++ /var/tmp/diff_new_pack.4itLbH/_new  2013-04-29 09:54:54.000000000 +0200
@@ -1,26 +1,26 @@
 diff --git a/installer/index.php b/installer/index.php
-index 4c94fea..204cdf4 100644
+index 0e80b1c..0123a70 100644
 --- a/installer/index.php
 +++ b/installer/index.php
-@@ -43,7 +43,7 @@ ini_set('error_reporting', E_ALL&~E_NOTICE);
- ini_set('display_errors', 1);
+@@ -41,7 +41,7 @@ ini_set('display_errors', 1);
  
  define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/');
--define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
-+define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail');
- define('RCMAIL_CHARSET', 'UTF-8');
+ define('RCUBE_INSTALL_PATH', INSTALL_PATH);
+-define('RCUBE_CONFIG_DIR', INSTALL_PATH . 'config/');
++define('RCUBE_CONFIG_DIR', '/etc/roundcubemail/');
  
  $include_path  = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR;
+ $include_path .= INSTALL_PATH . 'program/include' . PATH_SEPARATOR;
 diff --git a/program/include/iniset.php b/program/include/iniset.php
-index 3809479..5004448 100644
+index c2efe01..2cccf74 100644
 --- a/program/include/iniset.php
 +++ b/program/include/iniset.php
-@@ -52,7 +52,7 @@ if (!defined('INSTALL_PATH')) {
+@@ -44,7 +44,7 @@ if (!defined('INSTALL_PATH')) {
  }
  
  if (!defined('RCMAIL_CONFIG_DIR')) {
 -    define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
-+    define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail');
++    define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail/');
  }
  
- // make sure path_separator is defined
+ if (!defined('RCUBE_LOCALIZATION_DIR')) {

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to