File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ ARDUINO 1.5.6 BETA
1717* Optimized Print::print(String&) method, now uses internal string buffer to perform block write
1818* Improved portability of String class (maniacbug) #695
1919
20+ ARDUINO 1.5.5-r2 BETA 2014.01.10
21+
22+ * Signed drivers for Windows 8.1
23+ * Fixed Windows drivers signature (that prevented installation on
24+ some Windows 8.x OS). Now the signature is timestamped and should
25+ not expire.
26+
2027ARDUINO 1.5.5 BETA 2013.11.28
2128
2229NOTICE:
@@ -202,6 +209,13 @@ ARDUINO 1.5 BETA - 2012.10.22
202209* For more info refer to this press release:
203210 http://arduino.cc/blog/2012/10/22/arduino-1-5-support-for-the-due-and-other-processors-easier-library-installation-simplified-board-menu-etc/
204211
212+ ARDUINO 1.0.5-r2 - 2014.01.08
213+
214+ * Signed drivers for Windows 8.1
215+ * Fixed Windows drivers signature (that prevented installation on
216+ some Windows 8.x OS). Now the signature is timestamped and should
217+ not expire.
218+
205219ARDUINO 1.0.5 - 2013.05.15
206220
207221[core]
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Signature="$Windows NT$"
3939Provider=%ManufacturerName%
4040DriverPackageDisplayName=%DriverPackageDisplayName%
4141CatalogFile=arduino.cat
42- DriverVer=01/01 /2013,1.0.0.0
42+ DriverVer=01/04 /2013,1.0.0.0
4343
4444[Manufacturer]
4545%ManufacturerName%=DeviceList, NTamd64, NTia64
You can’t perform that action at this time.
0 commit comments