Hi all,

 

David Mellis has uploaded Arduino 1.0.1 release candidate:

You can find all the downloads at the following addresses:

 

Mac OS X: http://files.arduino.cc/downloads/arduino-1.0.1-rc1-macosx.zip

Windows: http://files.arduino.cc/downloads/arduino-1.0.1-rc1-windows.zip

Linux (32-bit): http://files.arduino.cc/downloads/arduino-1.0.1-rc1-linux.tgz

Linux (64-bit): http://files.arduino.cc/downloads/arduino-1.0.1-rc1-linux64.tgz

Source: http://files.arduino.cc/downloads/arduino-1.0.1-rc1-src.tar.gz

 

The final release is targeted for the start of April.


You can see a list of related issues here:

http://code.google.com/p/arduino/issues/list?can=1&q=Milestone%3D1.0.1

Commit log here: https://github.com/arduino/Arduino/commits/master

 

In particular, changes include:

– fixing the ArduinoISP sketch (lowering baud rate from 19200 to 9600)

– internationalization and Japanese translation

– including of AVR toolchain on Linux

– improved compilation speed (only compile changed files)

– addition of INPUT_PULLUP argument to pinMode()

– ability to do repeated starts in the Wire (TWI) library

– Ethernet.maintain() function for renewing DHCP leases

– various other bug fixes and improvements

 

To have more info you can go to the following address: http://comments.gmane.org/gmane.comp.hardware.arduino.devel/502

 Adm