2022-09-26 06:45:08 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Mon Sep 26 06:44:37 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Remove less-than Requires … it is just asking for pain without
|
|
|
|
|
|
any good reason.
|
|
|
|
|
|
|
2022-07-25 21:31:29 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Mon Jul 25 17:25:51 UTC 2022 - Henning Wülpern <hwuelpern@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
- update to 6.1.3:
|
|
|
|
|
|
* full list of changes beginning from version 5.2.1 at
|
|
|
|
|
|
https://github.com/platformio/platformio-core/blob/v5.2.5/HISTORY.rst
|
|
|
|
|
|
* full list of changes beginning from version 5.2.5 at
|
|
|
|
|
|
https://docs.platformio.org/en/latest/core/history.html
|
|
|
|
|
|
|
|
|
|
|
|
- updated dependency versions according to setup.py
|
|
|
|
|
|
|
2021-10-16 22:09:44 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sat Oct 16 22:05:39 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- update to 5.2.1:
|
|
|
|
|
|
* Clean a build environment and installed library dependencies using a new
|
|
|
|
|
|
cleanall target
|
|
|
|
|
|
* Override a default library builder via a new builder field in a build group
|
|
|
|
|
|
of library.json manifest
|
|
|
|
|
|
* Updated Cppcheck v2.6 with new checks, increased reliability of advanced
|
|
|
|
|
|
addons (MISRA/CERT) and various improvements
|
|
|
|
|
|
* Handle the "test" folder as a part of CLion project
|
|
|
|
|
|
* Improved handling of a library root based on "Conan" or "CMake" build systems
|
|
|
|
|
|
* Fixed a "KeyError: Invalid board option 'build.cpu'" when using a
|
|
|
|
|
|
precompiled library with a board that does not have a CPU field in the
|
|
|
|
|
|
manifest
|
|
|
|
|
|
* Fixed a "FileExist" error when the platformio ci command is used in pair
|
|
|
|
|
|
with the --keep-build-dir option (issue #4011)
|
|
|
|
|
|
* Fixed an issue with draft values of C++ language standards that broke
|
|
|
|
|
|
static analysis via Cppcheck
|
|
|
|
|
|
|
2020-11-01 09:26:27 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sun Nov 1 09:15:44 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- update to 5.0.2:
|
|
|
|
|
|
* Improved “core.call” RPC for PlatformIO Home
|
|
|
|
|
|
* Fixed a “KeyError: ‘versions’” when dependency does not exist in the
|
|
|
|
|
|
registry
|
|
|
|
|
|
* Fixed an issue with GCC linker when “native” dev-platform is used in pair
|
|
|
|
|
|
with library dependencies
|
|
|
|
|
|
* Fixed an “AssertionError: ensure_dir_exists” when checking library updates
|
|
|
|
|
|
from simultaneous subprocesses
|
|
|
|
|
|
* Fixed an issue when pio package publish command removes original archive
|
|
|
|
|
|
after submitting to the registry
|
|
|
|
|
|
* Fixed an issue when multiple pio lib install command with the same local
|
|
|
|
|
|
library results in duplicates in lib_deps (issue #3715) Fixed an issue with
|
|
|
|
|
|
a “wrong” timestamp in device monitor output using “time” filter
|
|
|
|
|
|
|
2020-10-09 20:39:36 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Oct 9 20:37:13 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- update to 5.0.1:
|
|
|
|
|
|
* Integration with the new PlatformIO Trusted Registry
|
|
|
|
|
|
* Integration with the new Account Management System
|
|
|
|
|
|
* New Package Management System
|
|
|
|
|
|
* see https://docs.platformio.org/page/core/migration.html for migrating from 4.x
|
|
|
|
|
|
* full list of changes at https://docs.platformio.org/en/latest/core/history.html
|
|
|
|
|
|
|
2020-09-22 19:05:44 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Aug 28 10:57:42 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Initial package (4.3.4)
|