commit 9035fe5e4a4d37a615fe2da5c34bfe778e19337a from: Stefan Sperling date: Fri Jul 01 09:14:38 2022 UTC display latest releases on the front page; suggested by grey on IRC commit - e1d392836a0f468a775de717b0165a43728d3865 commit + 9035fe5e4a4d37a615fe2da5c34bfe778e19337a blob - e63309ade304c0c798b23b45cd6f507a7b24e183 blob + 5281389e762022fe30c50c5940362f306155c743 --- index.html +++ index.html @@ -60,7 +60,9 @@

- Game of Trees is a work in progress... + Game of Trees 0.72 released June 18, 2022 +
+ Game of Trees -portable 0.71 released June 23, 2022

Game of Trees (Got) is a version control system which prioritizes ease blob - /dev/null blob + c11ba6542aea85c6d67e2edd1fd1a38da216fd97 (mode 644) --- /dev/null +++ releases/portable/CHANGELOG @@ -0,0 +1,69 @@ +Got-portable Changelog +====================== + +This file details portable-specific changes to make things work on systems +other than OpenBSD. + +All changes are on top of the versioned changes listed in CHANGES. + +# got-portable 0.71 (2022-06-23) + +* portable: fix cross-compilation, from Leah Neukirchen + +# got-portable 0.70 (2022-05-13) + +* Changes from got-0.70; no -portable specific changes worth mentioning. + +# got-portable 0.69 (2022-04-24) + +* portable: added Apline Linux to the core set of OSes when checking CI/CD - + this therefore implies -portable can build on muscl as well as glibc. +* portable: fixed compilation of -portable on Alpine Linux with respect to + Landlock by using the correct header file. +* portable: added SipHash as a -portable implementation. + +# got-portable 0.68.1 (2022-03-22) + +* portable: fix up a bad merge whereby a code block that should have been + removed was left in-situ. + +# got-portable 0.68 (2022-03-22) + +* Changes from got-0.68 +* portable: support for the following operating systems: + - FreeBSD + - NetBSD + - DragonFlyBSD + - MacOS + +# got-portable 0.67; (2022-02-20) + +* Changes from got-0.66 +* Landlock support: portable now has support for the landlock API which + is similar to unveil(), allowing restrictions to which part of the + filesystem a process can access. + +# got-portable 0.66; (2022-01-12) + +* Changes from got-0.65 + +# got-portable 0.65; (2022-01-06) + +* Added timespec*() compat-wrappers for BSD-time functions. + +# got-portable 0.64; (2021-11-24) + +* regress: make tests POSIX-compliant by making them run under dash (Ubuntu) + +# got-portable 0.62; (2021-10-17) + +* Changes from got-0.62 + +# got-portable 0.61; (2021-10-09) + +* Port regress tests. +* Improve FreeBSD compatibility. + +# got-portable 0.60; (2021-09-21) + +* First portable version released for Linux.