Skip to content

Commit 28b24dd

Browse files
prepare for 1.2 RC3
1 parent 3500afa commit 28b24dd

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

changes.txt

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Changes to Clojure in Version 1.2
33
= CONTENTS =
44

55
0 Changes from beta -> RC1 -> RC2
6-
0.1 Changes from RC1 to RC2
7-
0.2 Changes from beta1 to RC1
6+
0.1 Changes from RC2 to RC3
7+
0.2 Changes from RC1 to RC2
8+
0.3 Changes from beta1 to RC1
89
1 Deprecated and Removed Features
910
1.1 metadata reader macro is now ^
1011
2 New/Improved Features in clojure.core
@@ -33,7 +34,14 @@ Changes to Clojure in Version 1.2
3334

3435
= 0 Changes from beta1 -> RC1 -> RC2
3536

36-
= 0.1 Changes from RC1 to RC2
37+
= 0.1 Changes from RC2 to RC 3
38+
39+
* #382 underive fixed
40+
* #423 future now clears closed-over variables, allowing gc
41+
* #404 clojure.java.io: reader and writer work correctly for sockets
42+
* #422 fixed corner case in finally blocks where code could execute twice
43+
44+
= 0.2 Changes from RC1 to RC2
3745

3846
Record/map equality is now symmetric in all cases. There are two
3947
variants:
@@ -55,7 +63,7 @@ Possible impacts for your programs:
5563
clojure.lang.MapEquivalence. Note that APersistentMap does this
5664
for you.
5765

58-
= 0.2 Changes from beta1 to RC1 =
66+
= 0.3 Changes from beta1 to RC1 =
5967

6068
* switch to soft refs for class and keyword cache
6169
* update reify, defprotocol, extend-protocol docstrings (#340)

src/clj/clojure/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
clojure.version.major=1
22
clojure.version.minor=2
33
clojure.version.incremental=0
4-
clojure.version.qualifier=RC2
4+
clojure.version.qualifier=RC3
55
clojure.version.interim=false

0 commit comments

Comments
 (0)