diff --git a/app/Base.java b/app/Base.java index fa3fdbbfb..7825c1a3f 100644 --- a/app/Base.java +++ b/app/Base.java @@ -53,8 +53,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int VERSION = 13; - static final String VERSION_NAME = "0013 Alpha"; + static final int VERSION = 14; + static final String VERSION_NAME = "0014"; /** * Path of filename opened on the command line, diff --git a/build/macosx/dist/tools-universal.zip b/build/macosx/dist/tools-universal.zip index 307352a58..98ef40bf6 100644 Binary files a/build/macosx/dist/tools-universal.zip and b/build/macosx/dist/tools-universal.zip differ diff --git a/readme.txt b/readme.txt index 6c4b3d22f..cdbcc90aa 100644 --- a/readme.txt +++ b/readme.txt @@ -46,6 +46,17 @@ Processing and Wiring. UPDATES +0014 + +[core / libraries] +* Fixing bug that prevented multiple outgoing Client connections with the + ethernet library. + +[tools] +* Updating the Mac OS X AVR tools to AVR MacPack 20081213. This includes + avr-gcc 4.3.2, which should fix problems with functions called from + within interrupts. + 0013 - 2009.02.06 [documentation / examples] diff --git a/todo.txt b/todo.txt index 25a790149..b7474d124 100644 --- a/todo.txt +++ b/todo.txt @@ -3,6 +3,8 @@ AVR +Change delayMicroseconds(2000) to delay(2) in LiquidCrystal library: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1234577802 +Consider making abs() not a macro. See: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1234908504 Allow hardcoding of R/W line to ground with LiquidCrystal library. Improve shiftOut() performance: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1216659239/0 Add String library. @@ -75,6 +77,9 @@ Change background color while using external editor: http://www.arduino.cc/cgi-b DEVELOPMENT +Upgrade AVR tools to latest AVR MacPack - includes avr-gcc 4.3.2, which should fix interrupt problems. +Upgrade AVR tools to latest WinAVR - includes avr-gcc 4.3.2. +Add licenses for included open source libraries: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1234595391 Make run.bat not open a command line window: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1223883872 Update version of the FTDI drivers (Windows). Remove AVR ISP and giveio drivers (Windows).