[julia-users] Re: Julia v0.3.8

2015-05-29 Thread Tony Kelman
Heads-up to all - I plan on tagging 0.3.9 imminently (as soon as I finish 
bisecting something), if there are any last-minute backporting candidates 
please flag them, notify the @juliabackports user and/or respond here.


[julia-users] Re: Julia v0.3.8

2015-05-04 Thread Sisyphuss
Thanks for your work!

But why after I build it, it shows 0.3.9-pre+6?



On Friday, May 1, 2015 at 7:49:03 PM UTC+2, Tony Kelman wrote:

 Hello all! The latest bugfix release of the 0.3.x Julia line has been 
 released. Binaries are available from the usual place 
 http://julialang.org/downloads/, and as is typical with such things, 
 please report all issues to either the issue tracker 
 https://github.com/JuliaLang/julia/issues, or email this list.

 As this is a bugfix release, there are not too many new big-item features 
 to announce, but if you are interested in the bugs fixed since 0.3.7, see 
 this 
 commit log https://github.com/JuliaLang/julia/compare/v0.3.7...v0.3.8.

 This is a recommended upgrade for anyone using any of the previous 0.3.x 
 releases, and should act as a drop-in replacement for any of the 0.3.x 
 line. We would like to get feedback if someone has a working program that 
 breaks after this upgrade.

 -Tony



[julia-users] Re: Julia v0.3.8

2015-05-04 Thread Patrick O'Leary
On Monday, May 4, 2015 at 7:28:28 AM UTC-5, Sisyphuss wrote:

 Thanks for your work!

 But why after I build it, it shows 0.3.9-pre+6?


If you are building from a git checkout directly from the release-0.3 
branch, there are commits made immediately after the tag--for instance, to 
increment the version number. There have also been several new backports 
since then.

If you wish to build exactly 0.3.8, you will need to check out its git tag 
first (git checkout v0.3.8, or download the source tarball.

Patrick