I just uploaded the second release candidate of Arduino 1.0.1:
Windows:
http://files.arduino.cc/downloads/arduino-1.0.1-rc2-windows.zipMac OS X:
http://files.arduino.cc/downloads/arduino-1.0.1-rc2-macosx.zipLinux (32-bit):
http://files.arduino.cc/downloads/arduino-1.0.1-rc2-linux.tgzLinux (64-bit):
http://files.arduino.cc/downloads/arduino-1.0.1-rc2-linux64.tgzSource:
http://files.arduino.cc/downloads/arduino-1.0.1-rc2-src.tar.gzPlease try it out and report any problems, either on the developers mailing list (
http://mail.arduino.cc/mailman/listinfo/developers_arduino.cc) or the Google Code issue list (
http://code.google.com/p/arduino/issues/list). I don't check the forums often, so I might miss problems reported here.
The main change from the first release candidate is the inclusion of more translations (~16 total) and the addition of a preference for selecting your desired language. Note that in Windows and some versions of Linux, the default language is based on the locale selected for the formatting of dates, times, and currencies instead of the language that your operating system shows up in. You can change the language selection in the preferences dialog box.
If you're interested in helping out with the translation process, see:
http://arduino.cc/playground/Main/LanguagesIDE. Comments about the translations themselves should be discussed on the translations mailing list,
http://arduino.cc/mailman/listinfo/translations_arduino.cc. Suggestions about the internationalization process itself should be reported here or the Google Code list.
Thanks to everyone that contributed to the translation process!
Other things to try out include:
* Ethernet library fix for avr-gcc 4.5.1
http://code.google.com/p/arduino/issues/detail?id=605* ArduinoISP sketch fix
http://code.google.com/p/arduino/issues/detail?id=661* New Ethernet.maintain() function for renewing DHCP leases.
http://code.google.com/p/arduino/issues/detail?id=716* Accuracy of pulseIn() results.
http://code.google.com/p/arduino/issues/detail?id=675* Behavior of the updated find and replace dialog.
http://code.google.com/p/arduino/issues/detail?id=825* The fact that only changed files are recompiled.
http://code.google.com/p/arduino/issues/detail?id=638* Uploading with verification turned off.
http://code.google.com/p/arduino/issues/detail?id=842* Ability to generate repeated start requests in the Wire library.
http://code.google.com/p/arduino/issues/detail?id=663* Receipt of multiple UDP packets.
http://code.google.com/p/arduino/issues/detail?id=669