t2020-08-17T12-34-56-133769.md - tgtimes - The Gopher Times | |
git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
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.ta… | |
15 https://codemadness.org/releases/stagit-gopher/stagit-gopher-0.9.4.tar.gz | |
16 SHA256 checksum: afcbf4ddcd88454ff239b892365f5b0df8de442474e06b60adb0f94… | |
17 | |
18 gopher://bitreich.org/9/releases/stagit-gopher/stagit-gopher-0.9.4.tgz | |
19 SHA256 checksum: c827b2e372d739cf409a05404d0e32900b324fb9293c9fdbe85d41a… | |
20 SHA512 checksum: ed1848c84de105aa460470c6b30290d36ac668d6f6ffd6a58346214… | |
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 sho… | |
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 n… | |
31 by most recent first. The previous behaviour was to sort alphabeticall… | |
32 name, but many projects use numeric versions which don't sort in a use… | |
33 order. | |
34 | |
35 - For OpenBSD: remove unveil(2) for stagit-index, because unveil(2) has … | |
36 argument limit. Now more than ~128 repositories for the index are supp… | |
37 Per repository stagit will still use unveil(2). | |
38 | |
39 (cl|g)it commander Bob |