From 56683c38627a9fd69c968d27292444e252f9ecfd Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Sun, 31 Jan 2010 14:24:30 -0800 Subject: [PATCH] We have a 1.1.0 release candidate. --- NEWS | 8 ++++++++ project.clj | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d0ca74ce..f43191b2 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,14 @@ Leiningen NEWS -- history of user-visible changes = 1.1.0 / ??? +* Don't download snapshot releases unless actually needed. + +* Make subclassloader's classpath available to projects. + +* Fixed "install" task to place pom in local repository. + +* Bug fixes to "new" task. + * Only AOT namespaces specified in project.clj. * Better error handling. diff --git a/project.clj b/project.clj index 2a2805c4..e82ea3de 100644 --- a/project.clj +++ b/project.clj @@ -2,7 +2,7 @@ ;; defproject form. It can have other code in it as well, including ;; loading other task definitions. -(defproject leiningen "1.1.0-SNAPSHOT" +(defproject leiningen "1.1.0-RC1" :description "A build tool designed not to set your hair on fire." :url "http://github.com/technomancy/leiningen" :dependencies [[org.clojure/clojure "1.1.0"]