1
0
forked from pool/roundcubemail
Lars Vogdt 2009-01-01 18:00:27 +00:00 committed by Git OBS Bridge
parent 28fce69823
commit a40ff6f061
5 changed files with 27 additions and 3 deletions

View File

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

View File

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

View File

@ -31,6 +31,11 @@
Allow from all Allow from all
</Directory> </Directory>
<Directory __ROUNDCUBEPATH__/bin>
Order allow,deny
Deny from all
</Directory>
<Directory __ROUNDCUBEPATH__/config> <Directory __ROUNDCUBEPATH__/config>
Order allow,deny Order allow,deny
Deny from all Deny from all

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 1 18:40:35 CET 2009 - lars@linux-schulserver.de
- update to 0.2 stable:
+ many, many bugfixes
+ improved addressbook and global search
+ support multiple quota values
+ added "show_images" option
+ added message status filter
+ ...and many more. Please read the CHANGELOG file
- for updates, please refer to the UPGRADING file
- added bin directory to not allowed paths
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 23 13:09:19 CEST 2008 - lrupp@suse.de Tue Sep 23 13:09:19 CEST 2008 - lrupp@suse.de

View File

@ -16,6 +16,12 @@ Version: 0.2b1
%define real_version 0.2-beta %define real_version 0.2-beta
Release: 0 Release: 0
BuildRequires: apache2-devel pcre-devel BuildRequires: apache2-devel pcre-devel
<<<<<<< ./roundcubemail.spec.mine
Version: 0.2
%define real_version 0.2
Release: 0
=======
>>>>>>> ./roundcubemail.spec.r17
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
Source0: %{name}-%{real_version}.tar.bz2 Source0: %{name}-%{real_version}.tar.bz2