diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2010-12-12 21:53:41 -0500 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2010-12-12 21:53:41 -0500 |
commit | 8aefdfde54331fa640a6ae7c4afb344a7f87e14a (patch) | |
tree | ad87174e3c70b4ccaa3ebb26a29756415bff6740 | |
parent | 0bb16f46d23fa68137e286d2ccd32be3549df5ad (diff) |
[Automated release] Clojure 1.3.0-alpha4
-rw-r--r-- | changes.txt | 27 | ||||
-rw-r--r-- | src/clj/clojure/version.properties | 4 |
2 files changed, 19 insertions, 12 deletions
diff --git a/changes.txt b/changes.txt index f976dd34..8e4240a0 100644 --- a/changes.txt +++ b/changes.txt @@ -1,19 +1,26 @@ -Changes to Clojure in Version 1.3 Alpha 3 +Changes to Clojure in Version 1.3 Alpha 4 = CONTENTS = - 0 Changes from 1.3 Alpha 2 to 1.3 Alpha 3 - 1 Changes from 1.3 Alpha 1 to 1.3 Alpha 2 - 2 Changes from 1.2 to 1.3 Alpha 1 - 3 About Alpha Releases - -= 0 Changes from 1.3 Alpha 2 to 1.3 Alpha 3 + 0 Changes from 1.3 Alpha 3 to 1.3 Alpha 4 + 1 Changes from 1.3 Alpha 2 to 1.3 Alpha 3 + 2 Changes from 1.3 Alpha 1 to 1.3 Alpha 2 + 3 Changes from 1.2 to 1.3 Alpha 1 + 4 About Alpha Releases + += 0 Changes from 1.3 Alpha 3 to 1.3 Alpha 4 + + * normalized unchecked-* fn names + * added *unchecked-math* support + * fixes to binding conveyance (and *agent*) + += 1 Changes from 1.3 Alpha 2 to 1.3 Alpha 3 * fixed filter performance issue introduced in 1.3A2 * with-redefs macro (useful for stubbing) * print-table -= 1 Changes from 1.3 Alpha 1 to 1.3 Alpha 2 += 2 Changes from 1.3 Alpha 1 to 1.3 Alpha 2 * code path for using vars is now *much* faster for the common case, and you must explicitly ask for :dynamic bindability @@ -21,7 +28,7 @@ Changes to Clojure in Version 1.3 Alpha 3 http://dev.clojure.org/display/design/Reflection+API * new: clojure.data/diff -= 2 Changes from 1.2 to 1.3 Alpha 1 += 3 Changes from 1.2 to 1.3 Alpha 1 * enhanced primitive support (http://dev.clojure.org/display/doc/Enhanced+Primitive+Support) @@ -29,7 +36,7 @@ Changes to Clojure in Version 1.3 Alpha 3 * ancillary namespaces no longer auto-load on startup: clojure.set, clojure.xml, clojure.zip -= 3 About Alpha Releases += 4 About Alpha Releases 1.3 is the first release of Clojure that will include a series of alpha builds. We are adding these builds to support maven and diff --git a/src/clj/clojure/version.properties b/src/clj/clojure/version.properties index 908346f1..32fe1d35 100644 --- a/src/clj/clojure/version.properties +++ b/src/clj/clojure/version.properties @@ -1,5 +1,5 @@ clojure.version.major=1 clojure.version.minor=3 clojure.version.incremental=0 -clojure.version.qualifier=master -clojure.version.interim=interim +clojure.version.qualifier=alpha4 +clojure.version.interim=false |