From 773d05a3b585642d85dcc4a7454c26716e2c3e2c Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Sat, 1 Jul 2017 16:41:54 +0200 Subject: [PATCH] Prepare v1.4.0 release --- .version | 2 +- ChangeLog.md | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 3a3cd8cc8..88c5fb891 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.3.1 +1.4.0 diff --git a/ChangeLog.md b/ChangeLog.md index f12d176f6..a6c4cca89 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,13 +1,27 @@ Stlink ChangeLog ================ -v1.3.2 +v1.4.0 ====== -Release date: ongoing +Release date: 2017-07-01 + +Major changes and added features: + +* Add support for STM32L452 target ([#608](https://github.com/texane/stlink/pull/608)) +* Initial support to compile with Microsoft Visual Studio 2017 ([#602](https://github.com/texane/stlink/pull/602)) +* Added support for flashing second bank on STM32F10x_XL ([#592](https://github.com/texane/stlink/pull/592)) +* Add support for STM32L011 target ([#572](https://github.com/texane/stlink/pull/572)) +* Allow building of debian package with CPack (@xor-gate) Updates and fixes: +* Fix compilation with GCC 7 ([#590](https://github.com/texane/stlink/pull/590)) +* Skip GTK detection if we're cross-compiling ([#588](https://github.com/texane/stlink/pull/588)) +* Fix possible memory leak ([#570](https://github.com/texane/stlink/pull/570)) +* Fix building with mingw64 ([#569](https://github.com/texane/stlink/pull/569), [#610](https://github.com/texane/stlink/pull/610)) +* Update libusb to 1.0.21 for Windows ([#562](https://github.com/texane/stlink/pull/562)) +* Fixing low-voltage flashing on STM32F7 parts. ([#567](https://github.com/texane/stlink/pull/567)) * Update libusb to 1.0.21 for Windows ([#562](https://github.com/texane/stlink/pull/562)) v1.3.1