|
From: Mark W. <ma...@kl...> - 2023-04-11 07:58:06
|
Hi, Working towards a new release (3.21.0 currently planned for April 28) there is a bit more automation to show pre-releases and documentation: https://snapshots.sourceware.org/valgrind/trunk/ Every 15 minutes a buildbot will check for new commits and create a dist, html manual pages and documentation downloads from latest git trunk (currently the git master branch, after the release we'll switch to using the main branch). Be careful, these aren't official releases, it is as if getting a random git checkout, but hopefully it is useful to see what is coming and have the latest (draft) documentation for new features for the next release. If you try these out please explicitly mention which snapshot you used in any bug reports. Cheers, Mark |
|
From: Floyd, P. <pj...@wa...> - 2023-04-12 08:03:45
|
On 11/04/2023 09:57, Mark Wielaard wrote: > Hi, > > Working towards a new release (3.21.0 currently planned for April 28) > there is a bit more automation to show pre-releases and documentation: > > https://snapshots.sourceware.org/valgrind/trunk/ > > Every 15 minutes a buildbot will check for new commits and create a > dist, html manual pages and documentation downloads from latest git > trunk (currently the git master branch, after the release we'll switch > to using the main branch). Hi Mark I'll look into using that. I maintain two versions of Valgrind ports, one "official" one based on released versions and one "-devel" version. The latter uses GH at the moment, but I think it'd be nicer to use these sourceware snapshots. A+ Paul |