Skip to content

Commit 133c256

Browse files
Release v1.8.0
1 parent 926e7ef commit 133c256

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.8.0

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
# v1.8.0
44

5-
Release date: 2024-xx-xx
5+
Release date: 2024-02-01
66

77
This release drops support for macOS and some older operating systems. Check project README for details.
88
Removed Travis CI integration as it is no longer functional.
99

1010
Updated system requirements:
11-
- `cmake` >= 3.10.2
12-
- `libusb` >= 1.0.21
11+
- `cmake` >= 3.13.0
12+
- `libusb` >= 1.0.22
1313
- `libgtk-dev` >= 3.22.30
1414

1515
Features:
@@ -59,7 +59,7 @@ Updates & changes:
5959
- [doc] Fixed broken links ([#1312](https://github.com/stlink-org/stlink/pull/1312))
6060
- [doc] Updated package source link for Arch Linux ([#1318](https://github.com/stlink-org/stlink/pull/1318))
6161
- CMake: Avoid hard-wired /usr/local/share ([#1325](https://github.com/stlink-org/stlink/pull/1325))
62-
62+
- [doc] Provide access to the UART via virtual com port ([#1334](https://github.com/stlink-org/stlink/pull/1334), commit [#32e8dcc](https://github.com/stlink-org/stlink/commit/32e8dcc8b5dbed7b6412e7838ea1b2c41f0247fd))
6363

6464
Fixes:
6565

@@ -104,6 +104,7 @@ Fixes:
104104
- Notification "unknown option -- u" in tool st-util ([#1326](https://github.com/stlink-org/stlink/pull/1326), [#1327](https://github.com/stlink-org/stlink/pull/1327))
105105
- Do not crash when the STLink chip returns a voltage factor of zero ([#1343](https://github.com/stlink-org/stlink/pull/1343))
106106
- stlink-gui: failed to allocate 139988352155568 bytes ([#1356](https://github.com/stlink-org/stlink/pull/1356))
107+
- [STM32U575RGT6]: Verification failed at offset 43008 ([#1362](https://github.com/stlink-org/stlink/pull/1362), commit [#0145bae](https://github.com/stlink-org/stlink/commit/0145baeb2e3bac31bf9d3cbd0dab38d70618d46b))
107108

108109
# v1.7.0
109110

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![BSD licensed](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/hyperium/hyper/master/LICENSE)
44
[![GitHub release](https://img.shields.io/github/release/stlink-org/stlink.svg)](https://github.com/stlink-org/stlink/releases/latest)
55
[![Downloads](https://img.shields.io/github/downloads/stlink-org/stlink/total)](https://github.com/stlink-org/stlink/releases/latest)
6-
![GitHub commits](https://img.shields.io/github/commits-since/stlink-org/stlink/v1.7.0/develop)
6+
![GitHub commits](https://img.shields.io/github/commits-since/stlink-org/stlink/v1.8.0/develop)
77
![GitHub activity](https://img.shields.io/github/commit-activity/m/stlink-org/stlink)
88
![GitHub contributors](https://img.shields.io/github/contributors/stlink-org/stlink)
99
[![CodeQL](https://github.com/stlink-org/stlink/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/stlink-org/stlink/actions/workflows/codeql-analysis.yml)
@@ -81,7 +81,7 @@ We recommend to install `stlink-tools` from the package repository of the used d
8181

8282
**macOS**:
8383

84-
**Support for macOS will be dropped with v1.8.0.**
84+
**Support for macOS has been dropped with v1.8.0.**
8585

8686
Please use v1.7.0 instead, **but note that this version is no longer maintained and supported!**
8787

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The following versions of the stlink toolset are currently being supported.<br /
77
| Version | Supported |
88
| ------- | ------------------ |
99
| develop | :white_check_mark: |
10+
| 1.8.0 | :white_check_mark: |
1011
| 1.7.0 | :x: |
1112
| 1.6.x | :x: |
1213
| 1.5.x | :x: |

cmake/packaging/deb/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
stlink (1.8.0) unstable; urgency=medium
2+
3+
* Release v1.8.0
4+
5+
-- Nightwalker-87 <stlink-org> Thu, 01 Feb 2024 00:00:00 +0100
6+
17
stlink (1.7.0) unstable; urgency=medium
28

39
* Release v1.7.0

cmake/packaging/rpm/changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Thu Feb 01 2024 Nightwalker-87 <stlink-org> - 1.8.0
2+
- Release v1.8.0
3+
14
* Sun Apr 25 2021 Nightwalker-87 <stlink-org> - 1.7.0
25
- Release v1.7.0
36

0 commit comments

Comments
 (0)