1
0
forked from pool/roundcubemail
Lars Vogdt 2008-07-24 08:42:35 +00:00 committed by Git OBS Bridge
parent 98330f33c4
commit 982660f5a7
4 changed files with 28 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da1585d7ffac8e50fa5bfb24f826d1308fd8f79bc8068c929f470c745fdb4672
size 777164

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de364fc0fc8184d2f4833c7ad77c6f093a860e80a1b2636c92645958a6dcf8ae
size 1127708

View File

@ -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

View File

@ -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