forked from pool/roundcubemail
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=14
This commit is contained in:
parent
fff6b8f690
commit
98330f33c4
3
roundcubemail-0.1-rc2.tar.bz2
Normal file
3
roundcubemail-0.1-rc2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:da1585d7ffac8e50fa5bfb24f826d1308fd8f79bc8068c929f470c745fdb4672
|
||||||
|
size 777164
|
@ -18,7 +18,7 @@
|
|||||||
php_admin_flag display_errors Off
|
php_admin_flag display_errors Off
|
||||||
php_admin_flag log_errors On
|
php_admin_flag log_errors On
|
||||||
php_admin_flag file_uploads on
|
php_admin_flag file_uploads on
|
||||||
php_admin_value upload_max_filesize 2M
|
php_admin_value upload_max_filesize 5M
|
||||||
php_admin_value error_log logs/errors
|
php_admin_value error_log logs/errors
|
||||||
php_admin_value open_basedir "__ROUNDCUBEPATH__:/tmp"
|
php_admin_value open_basedir "__ROUNDCUBEPATH__:/tmp"
|
||||||
|
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 23 18:27:22 CEST 2007 - lrupp@suse.de
|
||||||
|
|
||||||
|
- update to 0.1-rc2:
|
||||||
|
+ fixes the following bugs:
|
||||||
|
1457344 1484356 1484386 1484056 1484383 1484387 1484067 1484373
|
||||||
|
1484570 1484395 1483965 1484429 1484552 1484550 1484473 1484490
|
||||||
|
1484402 1484508 1484338 1484027 1484426 1484420 1484023 1484290
|
||||||
|
1484292 1484292 1484409 1484487 1484496 1484487 1484353 1484379
|
||||||
|
1484399
|
||||||
|
+ Log error when login fails due to auto_create_user turned off
|
||||||
|
+ Eval PHP code in template includes (if configured)
|
||||||
|
+ Only display unread count in page title when new messages
|
||||||
|
arrived
|
||||||
|
+ Improved XHTML validation
|
||||||
|
+ Fixed moving/deleting messages when more than 1 is selected
|
||||||
|
+ Applied patch for LDAP contacts listing by Glen Ogilvie
|
||||||
|
+ Identify mailboxes case-sensitive
|
||||||
|
+ Protect AJAX request from being fetched by a foreign site (XSS)
|
||||||
|
+ Make autocomplete for loginform configurable by the skin
|
||||||
|
template
|
||||||
|
+ Fixed bug with buttons not dimming/enabling properly after
|
||||||
|
switching folders
|
||||||
|
+ Lowered status message time from 5 to 3 seconds to improve
|
||||||
|
responsiveness
|
||||||
|
+ Fix address adding bug reported by David Koblas
|
||||||
|
+ Applied socket error patch by Thomas Mangin
|
||||||
|
+ Pass-by-reference workarround for PHP5 in sendmail.inc
|
||||||
|
+ Use HTTP-POST requests for actions that change state
|
||||||
|
- Raised upload_max_filesize from 2M to 5M in apache config
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 20 19:21:18 CEST 2007 - lrupp@suse.de
|
Sun May 20 19:21:18 CEST 2007 - lrupp@suse.de
|
||||||
|
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
Name: roundcubemail
|
Name: roundcubemail
|
||||||
BuildRequires: apache2-devel pcre-devel
|
BuildRequires: apache2-devel pcre-devel
|
||||||
Version: 0.1rc1
|
Version: 0.1rc2
|
||||||
%define real_version 0.1-rc1
|
%define real_version 0.1-rc2
|
||||||
Release: 0
|
Release: 0
|
||||||
Requires: http_daemon mod_php_any php-session php-mysql php-iconv
|
Requires: http_daemon mod_php_any php-session php-mysql php-iconv
|
||||||
Requires: php-gettext php-mbstring php-openssl
|
Requires: php-gettext php-mbstring php-openssl
|
||||||
@ -20,7 +20,7 @@ Group: Productivity/Networking/Email/Clients
|
|||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Url: http://www.roundcube.net/
|
Url: http://www.roundcube.net/
|
||||||
Summary: A modern browser-based multilingual IMAP client.
|
Summary: A modern browser-based multilingual IMAP client.
|
||||||
Source0: %{name}-%{real_version}.tar.gz
|
Source0: %{name}-%{real_version}.tar.bz2
|
||||||
Source1: roundcubemail-README.SUSE
|
Source1: roundcubemail-README.SUSE
|
||||||
Source2: roundcubemail-httpd.conf
|
Source2: roundcubemail-httpd.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user