news.scm
1 | ;;; SPDX-FileCopyrightText: 2025 Evgeny Pisemsky <mail@pisemsky.site> |
2 | ;;; |
3 | ;;; SPDX-License-Identifier: GPL-3.0-or-later |
4 | |
5 | (channel-news |
6 | (version 0) |
7 | (entry (commit "0d5554e14e9317e573d2c7d4dde0b0faf0ea14e0") |
8 | (title (en "Major channel cleanup")) |
9 | (body (en "In the beginning of April 2025 all deprecated and re-exported variables will be removed. |
10 | |
11 | Empty modules and the module (cogd services dns) will be removed as well. |
12 | |
13 | The module (cogd services unbound) will be renamed to (cogd services dns).")))) |
14 |