t2020-08-17T12-34-56-133769.md - tgtimes - The Gopher Times HTML git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/tgtimes DIR Log DIR Files DIR Refs DIR Tags --- t2020-08-17T12-34-56-133769.md (1607B) --- 1 # 2020-08-17 12:34:56.133769 UTC (+0000) 2 3 stagit 0.9.4 is released. 4 5 Hi peepos, 6 7 stagit-gopher 0.9.4 is now released. 8 The HTML version stagit 0.9.4 is also released. 9 10 I want to thank all contributors for patches and other feedback. 11 12 You can find the releases on codemadness (primary) and bitreich (mirror). 13 14 gopher://codemadness.org/9/releases/stagit-gopher/stagit-gopher-0.9.4.tar.gz 15 https://codemadness.org/releases/stagit-gopher/stagit-gopher-0.9.4.tar.gz 16 SHA256 checksum: afcbf4ddcd88454ff239b892365f5b0df8de442474e06b60adb0f94d45a3cd73 17 18 gopher://bitreich.org/9/releases/stagit-gopher/stagit-gopher-0.9.4.tgz 19 SHA256 checksum: c827b2e372d739cf409a05404d0e32900b324fb9293c9fdbe85d41af7e18c37a 20 SHA512 checksum: ed1848c84de105aa460470c6b30290d36ac668d6f6ffd6a583462146b96100604d4b83a082a453dfd85a7ea391ff69b786212edb9f48da6392ac330ea6f677dc 21 22 It has the following changes: 23 24 - Fix for showing the entry on the files page of submodules for bare 25 repositories, thanks kst! 26 27 - There is now a separate Atom feed for tags called "tags.xml". This should make 28 it easier to track only software releases if using an RSS/Atom reader. 29 30 - The ordering of tags are now by commit date (descending). So it will now sort 31 by most recent first. The previous behaviour was to sort alphabetically by tag 32 name, but many projects use numeric versions which don't sort in a useful/clear 33 order. 34 35 - For OpenBSD: remove unveil(2) for stagit-index, because unveil(2) has an 36 argument limit. Now more than ~128 repositories for the index are supported. 37 Per repository stagit will still use unveil(2). 38 39 (cl|g)it commander Bob