Discussion:
[ANN] Leiningen 2.1.2 released
Phil Hagelberg
2013-03-28 22:49:05 UTC
Permalink
Hello folks.

I just released version 2.1.2 of Leiningen, fixing a number of bugs:

## 2.1.2 / 2013-02-28

* Allow TieredCompilation to be disabled for old JVMs. (Phil Hagelberg)
* Fix a bug merging keywords in profiles. (Jean Niklas L'orange)
* Fix a bug where tests wouldn't run under with-profiles. (Phil Hagelberg)
* Support for calling set! on arbitrary vars on startup. (Gary Verhaegen)
* Allow update-in to work on top-level keys. (Marko Topolnik)
* Fix a bug breaking certain templates. (Colin Jones)
* Fix a bug where trampolined repl would hang. (Marko Topolnik)

If you run tests under various profiles, run the repl under a
trampoline, or run on older JVMs you should definitely upgrade.

Thanks to everyone who reported and fixed issues this release.

-Phil
--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to ***@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+***@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+***@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Sean Corfield
2013-03-29 00:07:23 UTC
Permalink
I was on 2.0.0 and did lein upgrade and got 2.1.1 and had to do lein
upgrade again to get 2.1.2. That was a bit surprising. Could you
clarify why?

(and thank you for the update and the bug fixes / enhancements!)
Post by Phil Hagelberg
Hello folks.
## 2.1.2 / 2013-02-28
* Allow TieredCompilation to be disabled for old JVMs. (Phil Hagelberg)
* Fix a bug merging keywords in profiles. (Jean Niklas L'orange)
* Fix a bug where tests wouldn't run under with-profiles. (Phil Hagelberg)
* Support for calling set! on arbitrary vars on startup. (Gary Verhaegen)
* Allow update-in to work on top-level keys. (Marko Topolnik)
* Fix a bug breaking certain templates. (Colin Jones)
* Fix a bug where trampolined repl would hang. (Marko Topolnik)
If you run tests under various profiles, run the repl under a
trampoline, or run on older JVMs you should definitely upgrade.
Thanks to everyone who reported and fixed issues this release.
-Phil
--
--
You received this message because you are subscribed to the Google Groups "Clojure" group.
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group.
For more options, visit https://groups.google.com/groups/opt_out.
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)
Phil Hagelberg
2013-03-29 02:28:23 UTC
Permalink
We forgot to fix bin/lein in 2.0.0 to pull upgrades from the stable branch
instead of preview. So I had forgotten to push to the preview branch and it
pulled in an older rev. But it's fixed now, thanks.

Phil
Sean Corfield
2013-03-29 04:32:45 UTC
Permalink
Thanx for the explanation! We've just updated on dev (we keep our lein
script under git) and that will roll out to QA and production in due
course.
Post by Phil Hagelberg
We forgot to fix bin/lein in 2.0.0 to pull upgrades from the stable branch
instead of preview. So I had forgotten to push to the preview branch and it
pulled in an older rev. But it's fixed now, thanks.
Phil
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)
Loading...