From: Sergey Matveev Date: Thu, 19 Jan 2017 20:43:41 +0000 (+0300) Subject: Reverse order of news and download links X-Git-Tag: 0.5^2~7 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=77f09e7f1c91307b351703b51f493a53dfd87b82;p=nncp.git Reverse order of news and download links --- diff --git a/doc/download.texi b/doc/download.texi index 85b1356..102f768 100644 --- a/doc/download.texi +++ b/doc/download.texi @@ -23,20 +23,21 @@ Tarballs include all necessary required libraries: @multitable {XXXXX} {XXXX KiB} {link sign} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} @headitem Version @tab Size @tab Tarball @tab SHA256 checksum -@item 0.1 @tab 720 KiB -@tab @url{download/nncp-0.1.tar.xz, link} @url{download/nncp-0.1.tar.xz.sig, sign} -@tab @code{8F71D65B 70865EBF FE802CDF A5C14D00 A9FD6559 FD722E60 5D97E82C 5E2412C2} +@item @ref{Release 0.4, 0.4} @tab 741 KiB +@tab @url{download/nncp-0.4.tar.xz, link} @url{download/nncp-0.4.tar.xz.sig, sign} +@tab @code{93577327 B3DEBFE3 A80BEB0D 8325B2E6 0939EC55 4DBB05F3 4CA34B99 229C3722} -@item @ref{Release 0.2, 0.2} @tab 740 KiB -@tab @url{download/nncp-0.2.tar.xz, link} @url{download/nncp-0.2.tar.xz.sig, sign} -@tab @code{00BEAC5A 0C4083B0 42E3152B ACA6FF20 12768B82 CE24D716 8E04279C ECE14DB7} @item @ref{Release 0.3, 0.3} @tab 741 KiB @tab @url{download/nncp-0.3.tar.xz, link} @url{download/nncp-0.3.tar.xz.sig, sign} @tab @code{6E76EC5E 6B575C65 BF2D6388 870F2A1C 417D63E4 1628CAA1 BB499D0D 0634473B} -@item @ref{Release 0.4, 0.4} @tab 741 KiB -@tab @url{download/nncp-0.4.tar.xz, link} @url{download/nncp-0.4.tar.xz.sig, sign} -@tab @code{93577327 B3DEBFE3 A80BEB0D 8325B2E6 0939EC55 4DBB05F3 4CA34B99 229C3722} +@item @ref{Release 0.2, 0.2} @tab 740 KiB +@tab @url{download/nncp-0.2.tar.xz, link} @url{download/nncp-0.2.tar.xz.sig, sign} +@tab @code{00BEAC5A 0C4083B0 42E3152B ACA6FF20 12768B82 CE24D716 8E04279C ECE14DB7} + +@item 0.1 @tab 720 KiB +@tab @url{download/nncp-0.1.tar.xz, link} @url{download/nncp-0.1.tar.xz.sig, sign} +@tab @code{8F71D65B 70865EBF FE802CDF A5C14D00 A9FD6559 FD722E60 5D97E82C 5E2412C2} @end multitable diff --git a/doc/news.texi b/doc/news.texi index 9d83b01..6cef473 100644 --- a/doc/news.texi +++ b/doc/news.texi @@ -1,6 +1,22 @@ @node News @unnumbered News +@node Release 0.4 +@section Release 0.4 +@itemize +@item Small fix in @ref{nncp-call}, @ref{nncp-caller}, +@ref{nncp-daemon}: they can segmentation fail sometimes (no data is lost). +@item @command{nncp-newnode} renamed to @ref{nncp-newcfg} -- it is +shorter and more convenient to use. +@item @ref{nncp-mincfg} command appeared: helper allowing to create +minimalistic stripped down configuration files without private keys, +that is useful during @ref{nncp-xfer} usage. +@end itemize + +@node Release 0.3 +@section Release 0.3 +Fixed compatibility with Go 1.6. + @node Release 0.2 @section Release 0.2 @itemize @@ -20,19 +36,3 @@ allowable online connection aliveness time. @item @ref{nncp-caller} command appeared: cron-ed TCP daemon caller. @item @ref{nncp-pkt} command can decompress the data. @end itemize - -@node Release 0.3 -@section Release 0.3 -Fixed compatibility with Go 1.6. - -@node Release 0.4 -@section Release 0.4 -@itemize -@item Small fix in @ref{nncp-call}, @ref{nncp-caller}, -@ref{nncp-daemon}: they can segmentation fail sometimes (no data is lost). -@item @command{nncp-newnode} renamed to @ref{nncp-newcfg} -- it is -shorter and more convenient to use. -@item @ref{nncp-mincfg} command appeared: helper allowing to create -minimalistic stripped down configuration files without private keys, -that is useful during @ref{nncp-xfer} usage. -@end itemize