Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@arduino.cc>2020-02-13 12:30:39 +0300
committerCristian Maglie <c.maglie@arduino.cc>2020-02-13 12:30:39 +0300
commit4bbd63a2ed34fb1db4f8e09be676cc9b06734205 (patch)
tree8485691803a7feb9a32cde6ff2725d541145b9f0
parentd8cd264a2da38006722f2ea2a19c2313ea5cfc31 (diff)
Update revision log1.8.12
-rw-r--r--build/shared/revisions.txt24
1 files changed, 23 insertions, 1 deletions
diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt
index 090eee4ea..b1502ed83 100644
--- a/build/shared/revisions.txt
+++ b/build/shared/revisions.txt
@@ -1,5 +1,27 @@
-ARDUINO 1.8.12 ????
+ARDUINO 1.8.12 2020.02.13
+[ide]
+* Reverted the bundled Java JRE to the latest freely redistributable Oracle JRE for all
+ platforms except:
+ - macOS (due to notarization)
+ - aarch64 (due to missing graphical support)
+
+ Switching to AdoptJDK demonstrated to be more challenging than expected, bringing in
+ some corner case bugs that were not being caught by our testing procedures:
+ - https://github.com/arduino/Arduino/labels/OpenJDK
+
+ To guarantee the best user experience we decided to revert to the latest working JRE
+ until all the issues are resolved.
+
+* Improved visualization of compiler errors (@matthijskooijman)
+* Fixed: "Comparison method violates its original contract" error in library manager
+* Serial monitor is no more cleared during upload, so it can be copy/pasted (@PaulStoffregen)
+
+[arduino-builder]
+* FIX REGRESSION: library priority selection for bundled libraries (like SD or Ethernet)
+* FIX REGRESSION: use AVR core installed via Board Manager (when present) instead of the one bundled in the IDE
+* Improved precompiled libraries handling
+* FIX: paths with spaces are now correctly printed in compiler output
ARDUINO 1.8.11 2020.01.27