Skip to content

Commit

Permalink
prep for 1.2 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthalloway committed Jul 30, 2010
1 parent 60d5927 commit 6dec446
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion changes.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Changes to Clojure in Version 1.2


= CONTENTS = = CONTENTS =


0 Changes from beta1 to RC1
1 Deprecated and Removed Features 1 Deprecated and Removed Features
1.1 metadata reader macro is now ^ 1.1 metadata reader macro is now ^
2 New/Improved Features in clojure.core 2 New/Improved Features in clojure.core
Expand All @@ -27,7 +28,16 @@ Changes to Clojure in Version 1.2
3.6 clojure.string 3.6 clojure.string
4 Functions with Improved Performance 4 Functions with Improved Performance
5 Bug Fixes 5 Bug Fixes


= 0 Changes from beta1 to RC1 =

* switch to soft refs for class and keyword cache
* update reify, defprotocol, extend-protocol docstrings (#340)
* fix fieldless defrecord corner case (#402)
* sh reads stdout and stderr in parallel
* sh stdin, stdout default to UTF-8 (#413)
* gen-class checks validity of method names (#407)

= 1 Deprecated and Removed Features = = 1 Deprecated and Removed Features =


== 1.1 metadata reader macro is now ^ == == 1.1 metadata reader macro is now ^ ==
Expand Down
2 changes: 1 addition & 1 deletion src/clj/clojure/version.properties
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
clojure.version.major=1 clojure.version.major=1
clojure.version.minor=2 clojure.version.minor=2
clojure.version.incremental=0 clojure.version.incremental=0
clojure.version.qualifier=beta1 clojure.version.qualifier=RC1
clojure.version.interim=false clojure.version.interim=false

0 comments on commit 6dec446

Please sign in to comment.