forked from pool/roundcubemail
0.2-Alpha1
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=15
This commit is contained in:
parent
98330f33c4
commit
982660f5a7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da1585d7ffac8e50fa5bfb24f826d1308fd8f79bc8068c929f470c745fdb4672
|
||||
size 777164
|
3
roundcubemail-0.2-alpha.1.tar.bz2
Normal file
3
roundcubemail-0.2-alpha.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de364fc0fc8184d2f4833c7ad77c6f093a860e80a1b2636c92645958a6dcf8ae
|
||||
size 1127708
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 24 10:39:32 CEST 2008 - lrupp@suse.de
|
||||
|
||||
- update to 0.2-Alpha1:
|
||||
- Added option to disable autocompletion from selected LDAP address books
|
||||
- Support for subfolders in default/protected folders
|
||||
- Better HTML sanitization with the DOM-based washtml script
|
||||
- Fixed sorting of folders with non-ascii characters
|
||||
- Made IMAP auth type configurable
|
||||
- Fixed attachment list on IE 6/7
|
||||
- Expanded LDAP implementation to support LDAP server writes
|
||||
- Fixed management of folders with national characters in names
|
||||
- Improved messages list performance
|
||||
- Fixed non-RFC dates parsing
|
||||
- Fixed signature loading on Windows
|
||||
- Added language support to HTML editing
|
||||
- Added sections (fieldset+label) in Settings interface
|
||||
- Added options for empty trash and expunge inbox on logout
|
||||
- Removed lines wrapping when displaying message
|
||||
- Fixed month localization
|
||||
- Changed codebase to PHP5 with autoloader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 23 18:27:22 CEST 2007 - lrupp@suse.de
|
||||
|
||||
|
@ -9,8 +9,8 @@
|
||||
|
||||
Name: roundcubemail
|
||||
BuildRequires: apache2-devel pcre-devel
|
||||
Version: 0.1rc2
|
||||
%define real_version 0.1-rc2
|
||||
Version: 0.2a1
|
||||
%define real_version 0.2-alpha
|
||||
Release: 0
|
||||
Requires: http_daemon mod_php_any php-session php-mysql php-iconv
|
||||
Requires: php-gettext php-mbstring php-openssl
|
||||
@ -20,7 +20,7 @@ Group: Productivity/Networking/Email/Clients
|
||||
License: GNU General Public License (GPL)
|
||||
Url: http://www.roundcube.net/
|
||||
Summary: A modern browser-based multilingual IMAP client.
|
||||
Source0: %{name}-%{real_version}.tar.bz2
|
||||
Source0: %{name}-0.2-alpha.1.tar.bz2
|
||||
Source1: roundcubemail-README.SUSE
|
||||
Source2: roundcubemail-httpd.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user