Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2010-10-02 22:03:50 +0400
committerDavid A. Mellis <d.mellis@arduino.cc>2010-10-02 22:03:50 +0400
commit4c26e071c8ced7b1bf3c884550d4d77a4c42c554 (patch)
treef9ac0e521953f9a066bd003e66d5e74b4b6ac50e
parentb3ba5d4f97875a68023ba3a931ffcecd1c8cf706 (diff)
Updating version to 0021.0021
-rw-r--r--app/src/processing/app/Base.java4
-rwxr-xr-xbuild/macosx/template.app/Contents/Info.plist6
-rw-r--r--build/shared/revisions.txt14
-rw-r--r--todo.txt2
4 files changed, 20 insertions, 6 deletions
diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java
index 4853f2474..48ab3aca4 100644
--- a/app/src/processing/app/Base.java
+++ b/app/src/processing/app/Base.java
@@ -41,9 +41,9 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
- public static final int REVISION = 20;
+ public static final int REVISION = 21;
/** This might be replaced by main() if there's a lib/version.txt file. */
- static String VERSION_NAME = "0020";
+ static String VERSION_NAME = "0021";
/** Set true if this a proper release rather than a numbered revision. */
static public boolean RELEASE = false;
diff --git a/build/macosx/template.app/Contents/Info.plist b/build/macosx/template.app/Contents/Info.plist
index c48c547b5..c71eb638c 100755
--- a/build/macosx/template.app/Contents/Info.plist
+++ b/build/macosx/template.app/Contents/Info.plist
@@ -7,11 +7,11 @@
<!-- all these need to change for new releases -->
<key>CFBundleGetInfoString</key>
- <string>0019</string>
+ <string>0021</string>
<key>CFBundleVersion</key>
- <string>0019</string>
+ <string>0021</string>
<key>CFBundleShortVersionString</key>
- <string>0020</string>
+ <string>0021</string>
<!-- now stop changing things and get outta here -->
<key>CFBundleAllowMixedLocalizations</key>
diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt
index f909799fb..28df1feeb 100644
--- a/build/shared/revisions.txt
+++ b/build/shared/revisions.txt
@@ -1,3 +1,17 @@
+ARDUINO 0021 - 2010.10.02
+
+* Modifying VID / PID combination in 8U2 firmwares.
+* Fixing analogWrite() bug on pins 9 and 10 (Arduino Uno).
+* Patched RXTX to include /dev/ttyACM* on Linux.
+
+ARDUINO 0020 - 2010.09.27
+
+* Added support for the Arduino Uno and Arduino Mega 2560.
+* Including ATmega8U2 firmware used by Uno and Mega 2560.
+* Including source code to optiboot bootloader used by the Uno.
+* Including source code to the stk500v2 bootloader used by Mega 2560.
+* New application icon (by ToDo).
+
ARDUINO 0019 - 2010.09.03
[core / libraries]
diff --git a/todo.txt b/todo.txt
index cc6ec46fb..6cd76a762 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,4 +1,4 @@
-0020 arduino
+0021 arduino
Fix Linux make.sh, etc. scripts
Test on Linux.