]> Cypherpunks.ru repositories - nncp.git/commitdiff
Reverse order of news and download links
authorSergey Matveev <stargrave@stargrave.org>
Thu, 19 Jan 2017 20:43:41 +0000 (23:43 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 19 Jan 2017 20:43:41 +0000 (23:43 +0300)
doc/download.texi
doc/news.texi

index 85b135608ce92274afd8877097fd6214b79c05f5..102f7687b62e00dab14df53047b395a6af78bfb4 100644 (file)
@@ -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
index 9d83b01e348bb20be5b17b23b0279eefd16c12e0..6cef47374a308836c7961b1cb0c749f11cbce513 100644 (file)
@@ -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