Skip to content

Commit c0c7d01

Browse files
authored
Merge pull request #531 from NordicSemiconductor/version/4.15
Version 4.15.0
2 parents aab3b86 + 3c9ab45 commit c0c7d01

File tree

7 files changed

+15
-12
lines changed

7 files changed

+15
-12
lines changed

Test App/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- iOSDFULibrary (4.14.0):
2+
- iOSDFULibrary (4.15.0):
33
- ZIPFoundation (= 0.9.18)
44
- ZIPFoundation (0.9.18)
55

@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
iOSDFULibrary: 638a1583a4b67b3ed51f4b0e3343565f421904ce
18+
iOSDFULibrary: 6f8c127b205b3887a41b55956d70b855d4987945
1919
ZIPFoundation: fa9ae5af13b7cf168245f24d1c672a4fb972e37f
2020

2121
PODFILE CHECKSUM: ae4b20f609dc65f886ce92e7f350ae5ef1fa65ca

Test App/Pods/Local Podspecs/iOSDFULibrary.podspec.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Test App/Pods/Manifest.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Test App/Pods/Target Support Files/iOSDFULibrary/ResourceBundle-PrivacyInfo-iOSDFULibrary-Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Test App/Pods/Target Support Files/iOSDFULibrary/iOSDFULibrary-Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
### Changelog
2+
- **4.15.0**
3+
- Fix [security vulnerability](https://github.com/weichsel/ZIPFoundation/issues/281) in ZipFoundation (#527, #530).
4+
25
- **4.14.0**
3-
- Breaking change: Framework renamed from *iOSDFULibrary* to *NordicDFU*
4-
- Refactoring: Folders with the library and sample apps were renamed
5-
- Improvement: Privacy Manifest added
6+
- Breaking change: Framework renamed from *iOSDFULibrary* to *NordicDFU*.
7+
- Refactoring: Folders with the library and sample apps were renamed.
8+
- Improvement: Privacy Manifest added.
69

710
- **4.13.0**
811
- Breaking change: Creating DFUFirmware may now throw an error, instead of returning nil (#486).

iOSDFULibrary.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "iOSDFULibrary"
33
s.module_name = 'NordicDFU'
4-
s.version = "4.14.0"
4+
s.version = "4.15.0"
55
s.summary = "This repository contains a library to perform Device Firmware Update on the nRF5x devices."
66
s.description = <<-DESC
77
The nRF5x Series chips are flash-based SoCs, and as such they represent the most flexible solution available. A key feature of the nRF5x Series and their associated software architecture and S-Series SoftDevices is the possibility for Over-The-Air Device Firmware Upgrade (OTA-DFU). See Figure 1. OTA-DFU allows firmware upgrades to be issued and downloaded to products in the field via the cloud and so enables OEMs to fix bugs and introduce new features to products that are already out on the market. This brings added security and flexibility to product development when using the nRF5x Series SoCs.

0 commit comments

Comments
 (0)