[Pkg-owncloud-commits] [owncloud] branch master updated (68828ee -> 934f84b)

David Prévot taffit at moszumanska.debian.org
Thu Oct 22 15:55:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to branch master
in repository owncloud.

      from  68828ee   Update changelog for 7.0.10~dfsg-2 release
       new  5849a2d   Check for file existence before doing a DAV copy
       new  0f2ea52   Merge pull request #18705 from owncloud/stable7-dav-copy-fix
       new  d44a656   fix uncaught exception on not permitted file types when setting avatar, fixes #17232
       new  9d270bc   Merge pull request #17954 from owncloud/backport-17464-stable7
       new  754d4f6   Fix #19492
       new  fd8ddf6   Merge pull request #19493 from owncloud/stable7-fix-php5.3
       new  f4c7b30   [upgrade] switch to debug logging on upgrade
       new  7b6602e   Merge pull request #19448 from owncloud/stable7-backport-19441
       new  75d4dac   generate valid human readable text for 0 - fixed #9342
       new  89b0a67   Merge pull request #19626 from owncloud/stable7-backport-13771
       new  3bc4c92   Fallback to complete Memcached flush if getAllKeys fails
       new  cdcb6c3   Merge pull request #18858 from owncloud/memcached-fix-stable7
       new  df9b8cd   7.0.11 RC1
       new  80574dc   Imported Upstream version 7.0.11~~rc1~dfsg
       new  f4f00b9   Merge tag 'upstream/7.0.11__rc1_dfsg'
       new  934f84b   Update changelog for 7.0.11~~rc1~dfsg-1 release

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 apps/user_ldap/lib/user/user.php                   |  8 +-
 core/ajax/update.php                               |  6 ++
 core/command/upgrade.php                           |  6 ++
 .../big_file_upload_configuration.txt              |  2 +-
 .../configuration/config_sample_php_parameters.txt | 13 ++-
 .../_sources/configuration/user_configuration.txt  |  3 +-
 .../_sources/installation/installation_wizard.txt  |  7 +-
 .../_sources/installation/nginx_configuration.txt  | 93 ++++++++++++++-------
 .../_sources/installation/source_installation.txt  | 96 ++++++++++++++++++---
 core/doc/admin/release/_sources/issues/index.txt   |  6 ++
 .../big_file_upload_configuration.html             |  2 +-
 .../config_sample_php_parameters.html              | 17 ++--
 .../release/configuration/user_configuration.html  |  2 +-
 core/doc/admin/release/contents.html               |  7 +-
 core/doc/admin/release/installation/index.html     |  7 +-
 .../release/installation/installation_wizard.html  |  7 +-
 .../release/installation/nginx_configuration.html  | 97 ++++++++++++++--------
 .../release/installation/source_installation.html  | 86 ++++++++++++++++---
 core/doc/admin/release/issues/index.html           |  6 ++
 core/doc/admin/release/objects.inv                 |  4 +-
 core/doc/user/_sources/files/files.txt             | 62 ++++++++++++++
 core/doc/user/contents.html                        |  1 +
 core/doc/user/files/files.html                     | 52 ++++++++++++
 core/js/js.js                                      |  2 +-
 core/js/tests/specs/coreSpec.js                    |  2 +
 debian/changelog                                   |  9 ++
 lib/private/connector/sabre/objecttree.php         |  3 +
 lib/private/memcache/memcached.php                 |  5 ++
 lib/private/updater.php                            | 16 ++++
 version.php                                        |  8 +-
 30 files changed, 521 insertions(+), 114 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list