File tree 3 files changed +15
-1
lines changed
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
17
17
* Optimized Print::print(String&) method, now uses internal string buffer to perform block write
18
18
* Improved portability of String class (maniacbug) #695
19
19
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
+
20
27
ARDUINO 1.5.5 BETA 2013.11.28
21
28
22
29
NOTICE:
@@ -202,6 +209,13 @@ ARDUINO 1.5 BETA - 2012.10.22
202
209
* For more info refer to this press release:
203
210
http://arduino.cc/blog/2012/10/22/arduino-1-5-support-for-the-due-and-other-processors-easier-library-installation-simplified-board-menu-etc/
204
211
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
+
205
219
ARDUINO 1.0.5 - 2013.05.15
206
220
207
221
[core]
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Signature="$Windows NT$"
39
39
Provider=%ManufacturerName%
40
40
DriverPackageDisplayName=%DriverPackageDisplayName%
41
41
CatalogFile=arduino.cat
42
- DriverVer=01/01 /2013,1.0.0.0
42
+ DriverVer=01/04 /2013,1.0.0.0
43
43
44
44
[Manufacturer]
45
45
%ManufacturerName%=DeviceList, NTamd64, NTia64
You can’t perform that action at this time.
0 commit comments