]> Cypherpunks repositories - nncp.git/commitdiff
Prepare for release
authorSergey Matveev <stargrave@stargrave.org>
Sat, 20 Sep 2025 12:11:01 +0000 (15:11 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 20 Sep 2025 12:11:01 +0000 (15:11 +0300)
doc/news.ru.texi
doc/news.texi
src/nncp.go

index 140104c49a685533504450f73520fdd64dbf919d..de3e026f2b3933ad883f186e2946ec98aced887a 100644 (file)
@@ -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 и сохранения
\84айлов. Ð\94о Ñ\8dÑ\82ого Ð·Ð»Ð¾Ð½Ð°Ð¼ÐµÑ\80еннÑ\8bй Ð¿Ñ\83Ñ\82Ñ\8c Ð² Ð¿Ð°ÐºÐµÑ\82аÑ\85 Ð¼Ð¾Ð³ Ð·Ð°Ð¿Ñ\80оÑ\81иÑ\82Ñ\8c Ð¸Ð»Ð¸
-перезаписать файл вне freq или incoming директорий.
+Предотвратить возможность обхода путей во время операций freq и
\81оÑ\85Ñ\80анениÑ\8f Ñ\84айлов. Ð\94о Ñ\8dÑ\82ого Ð·Ð»Ð¾Ð½Ð°Ð¼ÐµÑ\80еннÑ\8bй Ð¿Ñ\83Ñ\82Ñ\8c Ð² Ð¿Ð°ÐºÐµÑ\82аÑ\85 Ð¼Ð¾Ð³ Ð·Ð°Ð¿Ñ\80оÑ\81иÑ\82Ñ\8c
¸Ð»Ð¸ Ð¿ÐµÑ\80езапиÑ\81аÑ\82Ñ\8c Ñ\84айл Ð²Ð½Ðµ freq Ð¸Ð»Ð¸ incoming Ð´Ð¸Ñ\80екÑ\82оÑ\80ий.
 
 @end itemize
 
index 6cf8fe19ce0dd65e0022d42443c7c4f264de1351..61a1191820d69330f820653831f473f391d6e217 100644 (file)
@@ -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
index 97ca23b8b34b183d4bc503c41adb8f6bcd4f7f6e..b5e917a504729b5b2d8518a17b7b3d5d13858f7e 100644 (file)
@@ -39,7 +39,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.`
 )
 
 var (
-       Version string = "8.12.0"
+       Version string = "8.12.1"
 
        Base32Codec *base32.Encoding = base32.StdEncoding.WithPadding(base32.NoPadding)
 )