On 05/19/2010 08:03 AM, Jon Hardcastle wrote: > Guys, > > I am trying to have a look at the latest DEV version of mantis to see > what it includes interms of time management and/or SLA's but I cant > see it on the download list, nor does the changelog work? > > http://www.mantisbt.org/download.php > > takes you to > http://sourceforge.net/projects/mantisbt/files/mantis-development/ > > for development version but the highest version number list is > '1.2.0rc2' for mantis-development... > > isn't this the stable version?! > > Any pointers?
The situation is a bit misleading atm. The current git development branch "master" is versioned at 1.3.0-dev, hence the verbage on the site. However, there have not yet been any official development releases (alpha, beta, etc), so there is nothing on sf.net when you follow the link. Suboptimal, I would agree, but a limit of the software powering the website. If you want to try the latest development branch before an official release is made, you can either turn to the nightly builds [1], clone the git repository [2], or grab a snapshot from the gitweb viewer [3]. [1] http://www.mantisbt.org/builds/ [2] `git clone git://mantisbt.org/mantisbt.git` [3] http://git.mantisbt.org/?p=mantisbt.git Cheers -- John Reese LeetCode.net ------------------------------------------------------------------------------ _______________________________________________ mantisbt-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mantisbt-help
