diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 05ee77fab..0bfa688d4 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,4 +1,11 @@ +ARDUINO 1.0.5-r2 - 2014.01.08 + +* Signed drivers for Windows 8.1 +* Fixed Windows drivers signature (that prevented installation on + some Windows 8.x OS). Now the signature is timestamped and should + not expire. + ARDUINO 1.0.5 - 2013.05.15 [core] diff --git a/build/windows/dist/drivers/arduino.cat b/build/windows/dist/drivers/arduino.cat index a4c11ecbd..228c7104f 100644 Binary files a/build/windows/dist/drivers/arduino.cat and b/build/windows/dist/drivers/arduino.cat differ diff --git a/build/windows/dist/drivers/arduino.inf b/build/windows/dist/drivers/arduino.inf index 0b74d96bb..1bb76ede1 100644 --- a/build/windows/dist/drivers/arduino.inf +++ b/build/windows/dist/drivers/arduino.inf @@ -26,6 +26,8 @@ robotControl.bootloader.name="Arduino Robot Control bootloader" robotControl.sketch.name="Arduino Robot" robotMotor.bootloader.name="Arduino Robot Motor bootloader" robotMotor.sketch.name="Arduino Robot" +yun.bootloader.name="Arduino Yun bootloader" +yun.sketch.name="Arduino Yun" [DefaultInstall] CopyINF=arduino.inf @@ -37,7 +39,7 @@ Signature="$Windows NT$" Provider=%ManufacturerName% DriverPackageDisplayName=%DriverPackageDisplayName% CatalogFile=arduino.cat -DriverVer=01/01/2013,1.0.0.0 +DriverVer=01/04/2013,1.0.0.0 [Manufacturer] %ManufacturerName%=DeviceList, NTamd64, NTia64 @@ -69,6 +71,8 @@ DefaultDestDir=12 %robotControl.sketch.name%=DriverInstall, USB\VID_2341&PID_8038&MI_00 %robotMotor.bootloader.name%=DriverInstall, USB\VID_2341&PID_0039 %robotMotor.sketch.name%=DriverInstall, USB\VID_2341&PID_8039&MI_00 +%yun.bootloader.name%=DriverInstall, USB\VID_2341&PID_0041 +%yun.sketch.name%=DriverInstall, USB\VID_2341&PID_8041&MI_00 [DeviceList.NTamd64] %due.bossa.name%=DriverInstall, USB\VID_03EB&PID_6124 @@ -93,6 +97,8 @@ DefaultDestDir=12 %robotControl.sketch.name%=DriverInstall, USB\VID_2341&PID_8038&MI_00 %robotMotor.bootloader.name%=DriverInstall, USB\VID_2341&PID_0039 %robotMotor.sketch.name%=DriverInstall, USB\VID_2341&PID_8039&MI_00 +%yun.bootloader.name%=DriverInstall, USB\VID_2341&PID_0041 +%yun.sketch.name%=DriverInstall, USB\VID_2341&PID_8041&MI_00 [DeviceList.NTia64] %esplora.bootloader.name%=DriverInstall, USB\VID_2341&PID_003C @@ -114,6 +120,8 @@ DefaultDestDir=12 %robotControl.sketch.name%=DriverInstall, USB\VID_2341&PID_8038&MI_00 %robotMotor.bootloader.name%=DriverInstall, USB\VID_2341&PID_0039 %robotMotor.sketch.name%=DriverInstall, USB\VID_2341&PID_8039&MI_00 +%yun.bootloader.name%=DriverInstall, USB\VID_2341&PID_0041 +%yun.sketch.name%=DriverInstall, USB\VID_2341&PID_8041&MI_00 [DriverInstall] include=mdmcpq.inf,usb.inf