diff options
Diffstat (limited to 'template/news/2023-02-0.19.3.html.j2')
-rw-r--r-- | template/news/2023-02-0.19.3.html.j2 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/template/news/2023-02-0.19.3.html.j2 b/template/news/2023-02-0.19.3.html.j2 new file mode 100644 index 00000000..b62f17db --- /dev/null +++ b/template/news/2023-02-0.19.3.html.j2 | |||
@@ -0,0 +1,27 @@ | |||
1 | {% extends "common/news.j2" %} | ||
2 | {% block body_content %} | ||
3 | {% set newver = '0.19.3' %} | ||
4 | {% set oldver = '0.19.2' %} | ||
5 | <main id="maincontent"> | ||
6 | <h1>GNUnet {{newver}}</h1> | ||
7 | <p> | ||
8 | This is a bugfix release for gnunet {{oldver}}. | ||
9 | Note that starting with this release, we will no longer ship a verbose ChangeLog file in the tarball. The git log serves this purpose now. | ||
10 | </p> | ||
11 | <h4>Download links</h4> | ||
12 | <ul> | ||
13 | <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-{{newver}}.tar.gz">gnunet-{{newver}}.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-{{newver}}.tar.gz.sig">signature</a>)</li> | ||
14 | </ul> | ||
15 | <p> | ||
16 | The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a> | ||
17 | </p> | ||
18 | <p> | ||
19 | Note that due to mirror synchronization, not all links may be functional | ||
20 | early after the release. For direct access try | ||
21 | <a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a> | ||
22 | </p> | ||
23 | <p> | ||
24 | A detailed list of changes can be found in the <a href="https://git.gnunet.org/gnunet.git/log/?h=v{{newver}}">git log</a>, the <a href="https://git.gnunet.org/gnunet.git/tree/NEWS?h=v{{newver}}">NEWS</a> and | ||
25 | the <a href="https://bugs.gnunet.org/changelog_page.php?version_id=417">bug tracker</a>. | ||
26 | </p> | ||
27 | {% endblock body_content %} | ||