]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/news.texi
.hdr files
[nncp.git] / doc / news.texi
index 866fb531d435c1ed6e49e7d44e3df39e61f3f3af..6be8466863d35898b216862c6b5cdd4b727a0874 100644 (file)
@@ -3,11 +3,41 @@
 
 See also this page @ref{Новости, on russian}.
 
+@node Release 6.1.0
+@section Release 6.1.0
+@itemize
+
+@item
+Optimization: most commands do not keep opened file descriptors now.
+Previously you can exceed maximal number of opened files if you have got
+many packets in the spool directory.
+
+@item
+Optimization: do not close file descriptor of the file we download
+online. Previously each chunk lead to expensive open/close calls.
+
+@item
+Online downloaded files are saved with @file{.nock} (non-checksummed)
+suffix, waiting either for @command{nncp-check}, or online daemons to
+perform integrity check.
+
+@item
+Optimization: files, that are not resumed, are checksummed immediately
+during the online download, skipping @file{.nock}-intermediate step.
+
+@item
+Ability to store encrypted packet's header in @file{.hdr} file, close to
+the packet itself. That can greatly increase performance of packets
+listing on filesystems with big block's size.
+
+@end itemize
+
 @node Release 6.0.0
 @section Release 6.0.0
 @itemize
 
-@item Log uses human readable and easy machine parseable
+@item
+Log uses human readable and easy machine parseable
 @url{https://www.gnu.org/software/recutils/, recfile} format for the
 records, instead of structured RFC 3339 lines. Old logs are not readable
 by @command{nncp-log} anymore.