From e5b6218e1ef0d17d2c4543dfdd78c63eb5e3eaad Mon Sep 17 00:00:00 2001 From: dnolen Date: Fri, 24 Feb 2017 16:32:52 -0500 Subject: [PATCH] 1.9.493 --- README.md | 6 +++--- changes.md | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89961faaa5..a95fb5b5a8 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ Official web site: http://clojurescript.org ## Releases and dependency information ## -Latest stable release: 1.9.473 +Latest stable release: 1.9.493 * [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22) [Leiningen](http://github.com/technomancy/leiningen/) dependency information: ``` -[org.clojure/clojurescript "1.9.473"] +[org.clojure/clojurescript "1.9.493"] ``` [Maven](http://maven.apache.org) dependency information: @@ -22,7 +22,7 @@ Latest stable release: 1.9.473 org.clojure clojurescript - 1.9.473 + 1.9.493 ``` diff --git a/changes.md b/changes.md index c2321bc562..13df951c84 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1,25 @@ +## 1.9.493 + +### Fixes +* CLJS-1948: Possible race condition in compiler w/ parallel-build true +* CLJS-1941: `cljs.compiler/cljs-files-in` shouldn't return `.cljc` files if a `.cljs` file exists for the namespace +* CLJS-1941: `cljs.compiler/cljs-files-in` shouldn't return `.cljc` files if a `.cljs` file exists for the namespace +* CLJS-1940: Undeclared var warning when invoking a protocol method on a `js` interop form +* CLJS-1951: Missing 0 and 1 arity versions of interleave +* CLJS-1952: Bump Closure Compiler to Feb 2017 release +* CLJS-1937: Self-host: undeclared cljs.core$macros/mod when compiling cljs/core.cljs +* CLJS-1936: cljs.analyzer declares vars which are only used in Clojure +* CLJS-1949: Self-host: cljs.compiler/munge doesn't preserve JVM compiler semantics +* CLJS-1950: Eliminate instances of #^ +* CLJS-1943: Self-host: `cljs.pprint`'s macros can't be compiled +* CLJS-1945: cljs.spec/every-impl kind-fn kind-form dead code +* CLJS-1944: Can't spec generate non-vector collections +* CLJS-1946: Self-hosted: don't emit `goog.require` calls for foreign libs if optimizations different than `:none` +* CLJS-1636: Mark some symbols in core macros ns as private +* CLJS-1939: Fix Node load_file call for foreign-deps +* CLJS-1942: Self-host: `cljs.env.macros` and `cljs.analyzer.macros` can't be loaded +* CLJS-1935: When calling cljs.spec/valid?, subsequent predicates of cljs.spec/and are evaluated even when early predicate is unsatisfied + ## 1.9.473 ### Fixes