Skip to content

Commit

Permalink
Merge pull request #531 from NordicSemiconductor/version/4.15
Browse files Browse the repository at this point in the history
Version 4.15.0
  • Loading branch information
philips77 authored Feb 22, 2024
2 parents aab3b86 + 3c9ab45 commit c0c7d01
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Test App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- iOSDFULibrary (4.14.0):
- iOSDFULibrary (4.15.0):
- ZIPFoundation (= 0.9.18)
- ZIPFoundation (0.9.18)

Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
iOSDFULibrary: 638a1583a4b67b3ed51f4b0e3343565f421904ce
iOSDFULibrary: 6f8c127b205b3887a41b55956d70b855d4987945
ZIPFoundation: fa9ae5af13b7cf168245f24d1c672a4fb972e37f

PODFILE CHECKSUM: ae4b20f609dc65f886ce92e7f350ae5ef1fa65ca
Expand Down
4 changes: 2 additions & 2 deletions Test App/Pods/Local Podspecs/iOSDFULibrary.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Test App/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
### Changelog
- **4.15.0**
- Fix [security vulnerability](https://github.com/weichsel/ZIPFoundation/issues/281) in ZipFoundation (#527, #530).

- **4.14.0**
- Breaking change: Framework renamed from *iOSDFULibrary* to *NordicDFU*
- Refactoring: Folders with the library and sample apps were renamed
- Improvement: Privacy Manifest added
- Breaking change: Framework renamed from *iOSDFULibrary* to *NordicDFU*.
- Refactoring: Folders with the library and sample apps were renamed.
- Improvement: Privacy Manifest added.

- **4.13.0**
- Breaking change: Creating DFUFirmware may now throw an error, instead of returning nil (#486).
Expand Down
2 changes: 1 addition & 1 deletion iOSDFULibrary.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "iOSDFULibrary"
s.module_name = 'NordicDFU'
s.version = "4.14.0"
s.version = "4.15.0"
s.summary = "This repository contains a library to perform Device Firmware Update on the nRF5x devices."
s.description = <<-DESC
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.
Expand Down

0 comments on commit c0c7d01

Please sign in to comment.