From 91038d84eec4286559ddd6e9daeaabab220ac1ef Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 20 Sep 2025 15:11:01 +0300 Subject: [PATCH] Prepare for release --- doc/news.ru.texi | 18 +++++++++++++++--- doc/news.texi | 12 ++++++++++++ src/nncp.go | 2 +- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/doc/news.ru.texi b/doc/news.ru.texi index 140104c..de3e026 100644 --- a/doc/news.ru.texi +++ b/doc/news.ru.texi @@ -1,6 +1,18 @@ @node Новости @section Новости +@node Релиз 8.12.1 +@subsection Релиз 8.12.1 +@itemize + +@item +Обновить @command{hjson} и @command{compress} зависимые библиотеки. + +@item +Выставлять версию @command{hjson-cli} утилиты во время сборки. + +@end itemize + @node Релиз 8.12.0 @subsection Релиз 8.12.0 @itemize @@ -10,9 +22,9 @@ Вам стоит добавить символические ссылки всех @command{nncp-*} команд на неё. @item -Предотвратить возможно обхода путей во время операций freq и сохранения -файлов. До этого злонамеренный путь в пакетах мог запросить или -перезаписать файл вне freq или incoming директорий. +Предотвратить возможность обхода путей во время операций freq и +сохранения файлов. До этого злонамеренный путь в пакетах мог запросить +или перезаписать файл вне freq или incoming директорий. @end itemize diff --git a/doc/news.texi b/doc/news.texi index 6cf8fe1..61a1191 100644 --- a/doc/news.texi +++ b/doc/news.texi @@ -4,6 +4,18 @@ See also this page @ref{Новости, in russian}. +@node Release 8_12_1 +@section Release 8.12.1 +@itemize + +@item +Update @command{hjson} and @command{compress} dependant libraries. + +@item +Set @command{hjson-cli} utility's version during the build process. + +@end itemize + @node Release 8_12_0 @section Release 8.12.0 @itemize diff --git a/src/nncp.go b/src/nncp.go index 97ca23b..b5e917a 100644 --- a/src/nncp.go +++ b/src/nncp.go @@ -39,7 +39,7 @@ along with this program. If not, see .` ) var ( - Version string = "8.12.0" + Version string = "8.12.1" Base32Codec *base32.Encoding = base32.StdEncoding.WithPadding(base32.NoPadding) ) -- 2.52.0