Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5fef6a

Browse files
committed
Fixed regression in library discovery (failing to compile bundled libs, like SD or Ethernet, on some platforms)
1 parent 1ed8776 commit d5fef6a

14 files changed

+11
-8
lines changed

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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e034c072a81f00a831dd602a5e7beabc2cd0f1a0

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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
57c1f3ffc849aed119207d8fd8a130a967d0e6c8

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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b54ad6ec630d66521a84075c763e8325c6f82591

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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cb378bc29edeb90ad52d0544e02862a137b5f54c

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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e1335e27ac3b92421c18977884eb558c07af76ab

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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b341957539bc149300607ec03366e3910e2ac0a5

build/build.xml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 1 deletion
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)