forked from pool/roundcubemail
Accepting request 331054 from home:aeneas_jaissle:branches:server:php:applications
Update to 1.1.3 OBS-URL: https://build.opensuse.org/request/show/331054 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=94
This commit is contained in:
parent
8c692eb7f6
commit
d7f77d7cbc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70d07106468d0e82142df44bd4504183ae30487fa2d71100fb7fd58b773c0c98
|
||||
size 3203919
|
3
roundcubemail-1.1.3.tar.gz
Normal file
3
roundcubemail-1.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:343d3981067da44e9f3eaee94c2c86247a4341ebe7268bba8bff67d9906aaf34
|
||||
size 3208502
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 15 10:27:10 UTC 2015 - aj@ajaissle.de
|
||||
|
||||
- Update to 1.1.3
|
||||
Fix closing of nested menus (#1490443)
|
||||
Fix so E_DEPRECATED errors from PEAR libs are ignored by error_reporting change (#1490281)
|
||||
Fix compatibility with PHP 5.3 in rcube_ldap class (#1490424)
|
||||
Get rid of Mail_mimeDecode package dependency (#1490416)
|
||||
Fix "Importing..." message does not hide on error (#1490422)
|
||||
Fix SQL error on logout when using session_storage=php (#1490421)
|
||||
Update to jQuery 2.1.4 (#1490406)
|
||||
Fix Compose action in addressbook for results from multiple addressbooks (#1490413)
|
||||
Fix bug where some messages in multi-folder search couldn't be viewed/printed/downloaded (#1490426)
|
||||
Fix unintentional messages list page change on page switch in compose addressbook (#1490427)
|
||||
Fix race-condition in saving user preferences and loading plugin config (#1490431)
|
||||
Fix so plain text signature field uses monospace font (#1490435)
|
||||
Fix so links with href == content aren't added to links list on html to text conversion (#1490434)
|
||||
Fix handling of non-break spaces in html to text conversion (#1490436)
|
||||
Fix self-reply detection issues (#1490439)
|
||||
Fix multi-folder search result sorting by arrival date (#1490450)
|
||||
Fix so *-request@ addresses in Sender: header are also ignored on reply-all (#1490452)
|
||||
Update to TinyMCE 4.1.10 (#1490405)
|
||||
Fix draft removal after a message is sent and storing sent message is disabled (#1490467)
|
||||
Fix so imap folder attribute comparisons are case-insensitive (#1490466)
|
||||
Fix bug where new messages weren't added to the list in search mode
|
||||
Fix wrong positioning of message list header on page scroll in Webkit browsers (#1490035)
|
||||
Fix some javascript errors in rare situations (#1490441)
|
||||
Fix error when using back button after sending an email (#1490009)
|
||||
Fix removing signature when switching to identity with an empty sig in HTML mode (#1490470)
|
||||
Disable links list generation on html-to-text conversion of identities or composed message (#1490437)
|
||||
Fix "washing" of style elements wrapped into many lines
|
||||
Fix so input field (e.g. search box) does not loose focus on list load (#1490455)
|
||||
Fix minor XSS issue in drag-n-drop file uploads (#1490530)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 8 20:45:27 UTC 2015 - draht@schaltsekun.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package roundcubemail
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: roundcubemail
|
||||
Version: 1.1.2
|
||||
Version: 1.1.3
|
||||
Release: 0
|
||||
Summary: A modern browser-based multilingual IMAP client
|
||||
License: GPL-3.0+ and GPL-2.0 and BSD-3-Clause
|
||||
@ -54,12 +54,11 @@ Requires: php_any_db
|
||||
## Requires: for upstream dep package
|
||||
Requires: php-pear-Auth_SASL >= 1.0.6
|
||||
Requires: php-pear-MDB2_Driver_mysqli
|
||||
Requires: php-pear-Mail_Mime >= 1.8.1
|
||||
Requires: php-pear-Mail_mimeDecode >= 1.5.5
|
||||
Requires: php-pear-Mail_Mime >= 1.9.0
|
||||
Requires: php-pear-Net_IDNA2 >= 0.1.1
|
||||
Requires: php-pear-Net_LDAP2
|
||||
Requires: php-pear-Net_SMTP
|
||||
Requires: php-pear-Net_Sieve
|
||||
Requires: php-pear-Net_Sieve >= 1.3.2
|
||||
Requires: php-pear-Net_Socket
|
||||
|
||||
Recommends: logrotate
|
||||
|
Loading…
Reference in New Issue
Block a user