diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-01-11 17:51:21 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-01-11 17:51:21 +0100 | 
| commit | b15855909305e99fea24b4874827d8100f49cfef (patch) | |
| tree | e5b6f841e7868234320d5138adc8e3c60bacc793 | |
| parent | ac88c0343cd930422b346be0e307c506bb16c64e (diff) | |
owncloud: 8.0.10 (backported from Fedora)
| -rw-r--r-- | owncloud-httpd.conf | 1 | ||||
| -rw-r--r-- | owncloud.spec | 5 | 
2 files changed, 5 insertions, 1 deletions
diff --git a/owncloud-httpd.conf b/owncloud-httpd.conf index 886ac2d..fb38c5d 100644 --- a/owncloud-httpd.conf +++ b/owncloud-httpd.conf @@ -18,6 +18,7 @@ Alias /owncloud /usr/share/owncloud  Redirect 301 /.well-known/carddav /owncloud/remote.php/carddav  Redirect 301 /.well-known/caldav /owncloud/remote.php/caldav +Redirect 301 /.well-known/webdav /owncloud/remote.php/webdav  <Directory /usr/share/owncloud/>      Include conf.d/owncloud-auth-local.inc diff --git a/owncloud.spec b/owncloud.spec index 051d4b9..470a683 100644 --- a/owncloud.spec +++ b/owncloud.spec @@ -8,7 +8,7 @@  # Please preserve changelog entries  #  Name:           owncloud -Version:        8.0.9 +Version:        8.0.10  Release:        1%{?dist}  Summary:        Private file sync and share server  Group:          Applications/Internet @@ -501,6 +501,9 @@ rm -rf %{buildroot}  %changelog +* Mon Jan 11 2016 Adam Williamson <awilliam@redhat.com> - 8.0.10-1 +- new release 8.0.10 (multiple security fixes) +  * Wed Nov 04 2015 Adam Williamson <awilliam@redhat.com> - 8.0.9-1  - new release 8.0.9 (with security fixes)  | 
