From 9e83fc3f95650d854daa6a1e51a66fe649c8456e Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Tue, 17 Apr 2012 22:07:04 -0700 Subject: [PATCH] Bump to Clojure 1.4.0. --- README.md | 11 ++++++++++- leiningen-core/project.clj | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9043b0e7..3391fd0c 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,16 @@ explains how to write plugins. you can `export LEIN_JVM_OPTS=-XX:+TieredCompilation` to improve boot time. This requires Hotspot version 20 or newer. On newer versions of Leiningen it is enabled automatically. - + +**Q:** Why is Leiningen 2 still in a preview release? +**A:** As of the preview3 release, Leiningen 2 is very stable and + recommended for general use. The main thing keeping it from a final + release is the fact that the Clojars repository + [mingles snapshots with releases](https://github.com/ato/clojars-web/issues/24), + which is undesirable. Since switching the default repositories to a + releases-only Clojars (which hasn't been implemented yet) would be a + breaking change, a series of previews is being released in the mean time. + **Q:** I don't have access to stdin inside my project. **A:** This is a limitation of the JVM's process-handling methods; none of them expose stdin correctly. This means that functions like diff --git a/leiningen-core/project.clj b/leiningen-core/project.clj index d4404b5f..5cb4f746 100644 --- a/leiningen-core/project.clj +++ b/leiningen-core/project.clj @@ -3,7 +3,7 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :description "Library for core functionality of Leiningen." - :dependencies [[org.clojure/clojure "1.3.0"] + :dependencies [[org.clojure/clojure "1.4.0"] [classlojure "0.6.5"] [robert/hooke "1.1.2"] [ordered "1.1.0"]