Skip to content

Commit

Permalink
[Automated release] Clojure 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthalloway committed Mar 11, 2011
1 parent 992a4e5 commit 612fba9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changed to Clojure from 1.2 to 1.2.1

* keyword map uses weak refs, reduces strain on permgen
* fixes genclass namespace munging CLJ-432
* fix stack overflow in Keyword.intern CLJ-444
* detect and report cyclic load CLJ-8

Changes to Clojure in Version 1.2

= CONTENTS =
Expand Down
2 changes: 1 addition & 1 deletion src/clj/clojure/version.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
clojure.version.major=1
clojure.version.minor=2
clojure.version.incremental=0
clojure.version.incremental=1
clojure.version.qualifier=
clojure.version.interim=false

0 comments on commit 612fba9

Please sign in to comment.