Skip to content

Commit 345154b

Browse files
committed
feat: release 10.16.2
1 parent 94df945 commit 345154b

3 files changed

Lines changed: 33 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Table of Contents
22

3+
* [Changelog for 10.16.2](#changelog-for-owncloud-core-10162-2026-04-02)
34
* [Changelog for 10.16.1](#changelog-for-owncloud-core-10161-2026-02-18)
45
* [Changelog for 10.16.0](#changelog-for-owncloud-core-10160-2025-10-23)
56
* [Changelog for 10.15.3](#changelog-for-owncloud-core-10153-2025-07-04)
@@ -26,6 +27,27 @@
2627
* [Changelog for 10.4.1](#changelog-for-owncloud-core-1041-2020-03-30)
2728
* [Changelog for 10.4.0](#changelog-for-owncloud-core-1040-2020-02-10)
2829
* [Changelog for 10.3.2](#changelog-for-owncloud-core-1032-2019-12-04)
30+
# Changelog for ownCloud Core [10.16.2] (2026-04-02)
31+
32+
The following sections list the changes in ownCloud core 10.16.2 relevant to
33+
ownCloud admins and users.
34+
35+
[10.16.2]: https://github.com/owncloud/core/compare/v10.16.1...v10.16.2
36+
37+
## Summary
38+
39+
* Change - Update dependencies: [#41518](https://github.com/owncloud/core/pull/41518)
40+
41+
## Details
42+
43+
* Change - Update dependencies: [#41518](https://github.com/owncloud/core/pull/41518)
44+
45+
The following have been updated: - phpseclib/phpseclib (3.0.49 to 3.0.50) -
46+
minimatch (3.1.2 to 3.1.5) - underscore.js (1.13.6 to 1.13.8) - brace-expansion
47+
(1.1.12 to 1.1.13)
48+
49+
https://github.com/owncloud/core/pull/41518
50+
2951
# Changelog for ownCloud Core [10.16.1] (2026-02-18)
3052

3153
The following sections list the changes in ownCloud core 10.16.1 relevant to

changelog/10.16.2_2026-04-02/41518

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Change: Update dependencies
2+
3+
The following have been updated:
4+
- phpseclib/phpseclib (3.0.49 to 3.0.50)
5+
- minimatch (3.1.2 to 3.1.5)
6+
- underscore.js (1.13.6 to 1.13.8)
7+
- brace-expansion (1.1.12 to 1.1.13)
8+
9+
https://github.com/owncloud/core/pull/41518

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
// We only can count up. The 4. digit is only for the internal patch-level to trigger DB upgrades
2626
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch-level
2727
// when updating major/minor version number.
28-
$OC_Version = [10, 16, 1, 0];
28+
$OC_Version = [10, 16, 2, 0];
2929

3030
// The human-readable string
31-
$OC_VersionString = '10.16.1';
31+
$OC_VersionString = '10.16.2';
3232

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

0 commit comments

Comments
 (0)