Re: [ANN] Leiningen 2.5.3

2015-09-24 Thread James Elliott
Awesome! I got the Homebrew recipe updated to include this (there were some 
additional changes needed to accommodate their new sandbox mechanism on 
their Continuous Integration server), so now everyone using Homebrew is 
past the GPG issue, and I can be back on their mainline release.

On Monday, September 21, 2015 at 5:04:12 PM UTC-5, Jean Niklas L'orange 
wrote:
>
> Greetings, Clojurians.
>
> I am happy to announce the release of Leiningen version 2.5.3. This version
> contains mostly bugfixes, most notably an issue where environment 
> variables were
> not propagated down to GPG. This caused `lein deploy` and similar commands 
> to
> fail if you set up GPG with the `GPG_AGENT_INFO` environment variable. In
> addition, `lein vcs tag` now supports `--no-sign` if you do not want to 
> sign
> your git tags.
>
> Here's a list of user-visible changes:
>
> ## 2.5.3 / 2015-09-21
>
> * Add CHANGELOG.md to default lein templates. (Daniel Compton)
> * `lein vcs tag` now supports the `--no-sign` flag. (Daniel Compton)
> * Fix a bug where javac errors were not printed to terminal. (Brandon 
> Shimanek)
> * Fix a bug where environment variables were not propagated down to GPG. 
> (Brandon Shimanek)
> * `lein retest` now saves information on which tests that fail. (Shalaka 
> Patil)
>
> For those who manually installed, `lein upgrade` will pull in 2.5.3, and 
> `lein
> downgrade 2.5.2` will bring you back to the previous version if you run 
> into any
> issues.
>
> Thanks to all the contributors who made this happen!
>
> -- Jean Niklas
>
>

-- 
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
--- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] Leiningen 2.5.3

2015-09-23 Thread Ning Sun
Thanks for the release! I confirm the GPG issue is fixed in 2.5.3.

On 09/22/2015 06:04 AM, Jean Niklas L'orange wrote:
> Greetings, Clojurians.
>
> I am happy to announce the release of Leiningen version 2.5.3. This
> version
> contains mostly bugfixes, most notably an issue where environment
> variables were
> not propagated down to GPG. This caused `lein deploy` and similar
> commands to
> fail if you set up GPG with the `GPG_AGENT_INFO` environment variable. In
> addition, `lein vcs tag` now supports `--no-sign` if you do not want
> to sign
> your git tags.
>
> Here's a list of user-visible changes:
>
> ## 2.5.3 / 2015-09-21
>
> * Add CHANGELOG.md to default lein templates. (Daniel Compton)
> * `lein vcs tag` now supports the `--no-sign` flag. (Daniel Compton)
> * Fix a bug where javac errors were not printed to terminal. (Brandon
> Shimanek)
> * Fix a bug where environment variables were not propagated down to
> GPG. (Brandon Shimanek)
> * `lein retest` now saves information on which tests that fail.
> (Shalaka Patil)
>
> For those who manually installed, `lein upgrade` will pull in 2.5.3,
> and `lein
> downgrade 2.5.2` will bring you back to the previous version if you
> run into any
> issues.
>
> Thanks to all the contributors who made this happen!
>
> -- Jean Niklas
>
> -- 
> 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
> ---
> 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+unsubscr...@googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.

-- 
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
--- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ANN] Leiningen 2.5.3

2015-09-21 Thread Jean Niklas L'orange
Greetings, Clojurians.

I am happy to announce the release of Leiningen version 2.5.3. This version
contains mostly bugfixes, most notably an issue where environment variables 
were
not propagated down to GPG. This caused `lein deploy` and similar commands 
to
fail if you set up GPG with the `GPG_AGENT_INFO` environment variable. In
addition, `lein vcs tag` now supports `--no-sign` if you do not want to sign
your git tags.

Here's a list of user-visible changes:

## 2.5.3 / 2015-09-21

* Add CHANGELOG.md to default lein templates. (Daniel Compton)
* `lein vcs tag` now supports the `--no-sign` flag. (Daniel Compton)
* Fix a bug where javac errors were not printed to terminal. (Brandon 
Shimanek)
* Fix a bug where environment variables were not propagated down to GPG. 
(Brandon Shimanek)
* `lein retest` now saves information on which tests that fail. (Shalaka 
Patil)

For those who manually installed, `lein upgrade` will pull in 2.5.3, and 
`lein
downgrade 2.5.2` will bring you back to the previous version if you run 
into any
issues.

Thanks to all the contributors who made this happen!

-- Jean Niklas

-- 
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
--- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.