Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
321 changes: 321 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ why the master branch was never affected. Upgrading doctrine/dbal on the 10.16
branch is not an option, because its 3.x line changes public API that
third-party apps use.

https://github.com/owncloud/core/pull/41815
https://github.com/owncloud/core/pull/41819
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ away, instead of travelling on until ImageMagick rejects the empty content and a
unrelated warning plus a misleading decoder error have been logged.

https://github.com/owncloud/core/pull/41835
https://github.com/owncloud/core/pull/41837
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The following have been updated:

* deepdiver/zipstreamer (2.0.3 to 3.0.1)

* dg/composer-cleaner (v2.2.1 to v2.2.2)

* guzzlehttp/guzzle (7.15.3 to 7.15.5)

* guzzlehttp/promises (2.5.2 to 2.5.3)
Expand All @@ -12,14 +14,25 @@ The following have been updated:

* monolog/monolog (2.11.0 to 2.11.1)

* nikic/php-parser (v5.7.0 to v5.9.0)

* pear/archive_tar (1.6.0 to 1.6.1)

* phpseclib/phpseclib (3.0.56 to 3.0.57)

* pimple/pimple (v3.6.1 to v3.6.2)

* punic/punic (3.8.1 to 3.8.2)

* rhukster/dom-sanitizer (1.0.14 to 1.0.17)

* sabre/dav (4.7.0 to 4.7.1)

* sabre/event (5.1.7 to 5.1.9)

* sabre/vobject (4.5.8 to 4.6.1)

https://github.com/owncloud/core/pull/41787
https://github.com/owncloud/core/pull/41788
https://github.com/owncloud/core/pull/41793
https://github.com/owncloud/core/pull/41810
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
// We only can count up. The 4. digit is only for the internal patch-level to trigger DB upgrades
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch-level
// when updating major/minor version number.
$OC_Version = [10, 16, 4, 0];
$OC_Version = [10, 16, 5, 0];

// The human-readable string
$OC_VersionString = '10.16.4';
$OC_VersionString = '10.16.5';

$OC_VersionCanBeUpgradedFrom = [[8, 2, 11],[9, 0, 9],[9, 1]];

Expand Down
Loading