Skip to content

Commit 4bbd63a

Browse files
committed
Update revision log
1 parent d8cd264 commit 4bbd63a

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

build/shared/revisions.txt

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
1-
ARDUINO 1.8.12 ????
1+
ARDUINO 1.8.12 2020.02.13
22

3+
[ide]
4+
* Reverted the bundled Java JRE to the latest freely redistributable Oracle JRE for all
5+
platforms except:
6+
- macOS (due to notarization)
7+
- aarch64 (due to missing graphical support)
8+
9+
Switching to AdoptJDK demonstrated to be more challenging than expected, bringing in
10+
some corner case bugs that were not being caught by our testing procedures:
11+
- https://github.com/arduino/Arduino/labels/OpenJDK
12+
13+
To guarantee the best user experience we decided to revert to the latest working JRE
14+
until all the issues are resolved.
15+
16+
* Improved visualization of compiler errors (@matthijskooijman)
17+
* Fixed: "Comparison method violates its original contract" error in library manager
18+
* Serial monitor is no more cleared during upload, so it can be copy/pasted (@PaulStoffregen)
19+
20+
[arduino-builder]
21+
* FIX REGRESSION: library priority selection for bundled libraries (like SD or Ethernet)
22+
* FIX REGRESSION: use AVR core installed via Board Manager (when present) instead of the one bundled in the IDE
23+
* Improved precompiled libraries handling
24+
* FIX: paths with spaces are now correctly printed in compiler output
325

426
ARDUINO 1.8.11 2020.01.27
527

0 commit comments

Comments
 (0)