I'm happy to announce the release of Leiningen version 2.0.0-preview9.

This release fixes a serious bug where profiles wouldn't be applied
correctly in the trampoline task as well making auto-loaded hooks and
middleware more consistent. It also introduces an experimental new flag
($LEIN_FAST_TRAMPOLINE) allowing trampoline calls to cache their command
so that repeated invocations can happen without launching Leiningen's JVM.

## 2.0.0-preview9 / 2012-08-24

* Use :provided profile by default everywhere except uberjar. (Marshall 
Vandegrift)
* Unify format for auto-loading middleware and hooks. (Justin Balthrop)
* Allow more declarative :nrepl-middleware settings. (Chas Emerick)
* Fix :eval-in :classloader for native dependencies. (Justin Balthrop)
* Support project and user leinrc file for shell-level customization. (Justin 
Balthrop)
* Cache trampoline commands for fast boot. Set $LEIN_FAST_TRAMPOLINE to enable.
* Support setting HTTPS proxies.
* Improved resilience when self-install is interrupted. (Bruce Adams)
* Fix a bug where profile dependencies weren't honored in trampoline task.

As usual, `lein upgrade` will get you the latest version if you're
already running a 2.x preview. Otherwise you can fetch it from
https://raw.github.com/technomancy/leiningen/preview/bin/lein.
Especially if you use the trampoline task, you should be sure to
upgrade.

Hope you find this useful. Please report any problems via GitHub issues
or the mailing list.

Thanks,
Phil

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to