Skip to content

Commit 07b0b40

Browse files
authored
Merge pull request #11529 from cmaglie/lib-discovery-hotfix
Fixed regression in library discovery.
2 parents 1ed8776 + d5fef6a commit 07b0b40

14 files changed

+11
-8
lines changed

build/arduino-builder-linux32-1.6.0.tar.bz2.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e034c072a81f00a831dd602a5e7beabc2cd0f1a0

build/arduino-builder-linux64-1.6.0.tar.bz2.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
57c1f3ffc849aed119207d8fd8a130a967d0e6c8

build/arduino-builder-linuxaarch64-1.6.0.tar.bz2.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b54ad6ec630d66521a84075c763e8325c6f82591

build/arduino-builder-linuxarm-1.6.0.tar.bz2.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cb378bc29edeb90ad52d0544e02862a137b5f54c

build/arduino-builder-macosx-1.6.0-signed.tar.bz2.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e1335e27ac3b92421c18977884eb558c07af76ab

build/arduino-builder-windows-1.6.0.zip.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b341957539bc149300607ec03366e3910e2ac0a5

build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999

100100
<property name="portable" value="false" />
101101

102-
<property name="ARDUINO-BUILDER-VERSION" value="1.6.0" />
102+
<property name="ARDUINO-BUILDER-VERSION" value="1.6.1" />
103103
<property name="LIBLISTSERIAL-VERSION" value="1.4.2-2" />
104104
<property name="AVRGCC-VERSION" value="7.3.0-atmel3.6.1-arduino7" />
105105
<property name="AVRDUDE-VERSION" value="6.3.0-arduino17" />

build/shared/revisions.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
ARDUINO 1.8.15 2021.??.??
1+
ARDUINO 1.8.15 2021.05.13
2+
3+
HOTFIX:
4+
* Fixed regression in library discovery (failing to compile bundled libs, like SD or Ethernet, on some platforms)
25

36

47
ARDUINO 1.8.14 2021.05.12

0 commit comments

Comments
 (0)