diff options
| -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)  | 
