Skip to content

Commit

Permalink
- ownCloud project: update version and build number
Browse files Browse the repository at this point in the history
- ReleaseNotes: add changes for v12.4
- THIRD_PARTY: fix typo, line with bad encoding and include better description of PLCrashReporter license
  • Loading branch information
felix-schwarz committed Jan 28, 2025
1 parent ba40d5d commit b2ae452
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 7 deletions.
6 changes: 3 additions & 3 deletions THIRD_PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
###########

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License verions 3,
it under the terms of the GNU General Public License version 3,
as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
Expand Down Expand Up @@ -77,13 +77,13 @@ The third party software included and used by this project is:
* PLCrashReporter
Copyright (c) Microsoft Corporation.
Copyright (c) 2008 - 2014 Plausible Labs Cooperative, Inc.
Licensed under proprietary license
Licensed under MIT, Apache License 2.0 (see license file)
Placed as Swift package
Original license document included at ownCloud/Resources/PLCrashReporter.LICENSE.
See https://github.com/microsoft/plcrashreporter

* PocketSVG
Copyright (c) Ponderwell, Ariel Elkin, Fj�lnir �sgeirsson, and Contributors
Copyright (c) Ponderwell, Ariel Elkin, Fjölnir Ásgeirsson, and Contributors
Licensed under MIT License.
Placed as Swift package
Original license document included at ownCloudAppShared/PocketSVG.LICENSE.
Expand Down
8 changes: 4 additions & 4 deletions ownCloud.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5263,8 +5263,8 @@
APP_BUILD_FLAGS = "$(inherited)";
APP_BUILD_FLAGS_SWIFT = "$(APP_BUILD_FLAGS)";
APP_PRODUCT_NAME = ownCloud;
APP_SHORT_VERSION = 12.3.1;
APP_VERSION = 292;
APP_SHORT_VERSION = 12.4;
APP_VERSION = 293;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down Expand Up @@ -5334,8 +5334,8 @@
APP_BUILD_FLAGS = "$(inherited)";
APP_BUILD_FLAGS_SWIFT = "$(APP_BUILD_FLAGS)";
APP_PRODUCT_NAME = ownCloud;
APP_SHORT_VERSION = 12.3.1;
APP_VERSION = 292;
APP_SHORT_VERSION = 12.4;
APP_VERSION = 293;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down
27 changes: 27 additions & 0 deletions ownCloud/Release Notes/ReleaseNotes.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2006,6 +2006,33 @@ Added an optional "Wait for completion" option to the "Save File&
</dict>
</array>
</dict>
<dict>
<key>Version</key>
<string>12.4</string>
<key>ReleaseNotes</key>
<array>
<dict>
<key>Title</key>
<string>Confidential Protection</string>
<key>Subtitle</key>
<string>Watermarking, screenshot protection and more are now available via MDM and branding.</string>
<key>Type</key>
<string>New</string>
<key>ImageName</key>
<string>slider.horizontal.3</string>
</dict>
<dict>
<key>Title</key>
<string>File Provider Memory Efficiency</string>
<key>Subtitle</key>
<string>The File Provider is now more stable thanks to improved memory efficiency.</string>
<key>Type</key>
<string>Fix</string>
<key>ImageName</key>
<string>memorychip</string>
</dict>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit b2ae452

Please sign in to comment.