Changelog for
Arduino-1.8.19-7.10.x86_64.rpm :
* Tue Jan 30 2024 Stefan Seyfried
- try to fix java version dependency to avoid runtime errors
* Tue Jun 13 2023 Stefan Seyfried - add Conflicts for cross-avr-gcc-bootstrap packages to do not let them provide avr-gcc
* Tue Jun 06 2023 Stefan Seyfried - newer libastyle3 has libastylej.so.3 instead of libastylej.so- require /usr/bin/avr-gcc instead of fixed version cross-avr-gcc11
* Wed Nov 23 2022 Stefan Seyfried - drop openjfx BuildRequires (seems unused and no longer available)
* Sat Jun 04 2022 Stefan Seyfried - fix ExclusiveArch line to allow 32bit build (untested)
* Sat Jun 04 2022 Stefan Seyfried - use default java version (same as the dependencies like jssc are compiled with)- fix path to jssc.jar for build
* Tue Jan 11 2022 Klaus Kämpf - update GCC to 11- drop arduino-builder.sh workaround, handle it properly in %postun- Update to 1.8.19 IDE
* Removed log4j from IDE. Fix CVE-2021-45105, CVE-2021-45046- Update to 1.8.18 IDE
* Upgrade log4j to 2.16.0 - Extra hardening for CVE-2021-44228- Update to 1.8.17 IDE
* Upgrade log4j to 2.15.0 - CVE-2021-44228 (thanks AATTrhowe)- Update to 1.8.16 IDE
* Removed the very outdated off-line documentation.
* Do not crash if a malformed boards index URL is entered in preferences.
* Fixed font-resizing problem with multiple tabs open.
* Updated FTDI drivers to version 2.12.36.4 Wifi Firmware
* Added latest firmwares (up to version 1.4.8) for NINA-based boards
* Mon Aug 09 2021 Klaus Kämpf - Update to 1.8.15 HOTFIX:
* Fixed regression in library discovery (failing to compile bundled libs, like SD or Ethernet, on some platforms)- Update to 1.8.14 IDE
* Fix status bar custom board preferences disappearing (thanks AATTmagedrifaat)
* Boards Manager bugfix: sometimes the \"Install\" button appeared instead of \"Update\" after entering a search term.
* Libraries/Boards Manager: the Type and Category filters are kept after install/uninstall.
* Added \'deprecated\' label support in Boards Manager, platforms marked as deprecated are shown at the bottom of the list.
* Serial Plotter: line endings dropdown menu now comply with the global preference settings. (thanks AATTsceniclife)
* Libraries Manager: Maintainer is displayed instead of the Author.
* Firmware Updater: Added new firmwares and support for Nano RP2040 Connect.
* Boards Manager: cached 3rd party package_index.json are no more deleted if the origin URL is removed from preferences, this allows other tools (like arduino-cli), that may have different URLs configuration, to work properly.
* The board configuration submenus are now scrollable.
* New shortcut: Shift+click on Serial Monitor button will open the Serial Plotter. (thanks AATTn-elia)
* Fixed NPE if no board is selected. (thanks AATTmatthijskooijman)
* Sun Feb 28 2021 Mustafa Çalışkan - disable creating hardware package- bump gcc version to 10- drop requires for arduino-hardware- add requires for arduino-core
* Sun Dec 20 2020 Klaus Kämpf - set tools.ctags.path in platform.local.txt to prevent problems in esp32 toolchain. https://github.com/arduino/arduino-builder/issues/186#issuecomment-720684284