aboutsummaryrefslogtreecommitdiff
path: root/doc/news.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/news.rst')
-rw-r--r--doc/news.rst19
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/news.rst b/doc/news.rst
index ba5e5d8..62287e6 100644
--- a/doc/news.rst
+++ b/doc/news.rst
@@ -23,7 +23,24 @@ In summary, you should always be able to upgrade to a release which only
increments ``patch``, but if either of the other two components have changed,
you should review this document and see if your consfig needs updating.
-1.3.2 (unreleased)
+1.4.1 (unreleased)
+------------------
+
+- DISK::CREATE-VOLUME for DISK:PARTITIONED-VOLUME now executes
+ ``sgdisk --clear`` before ``sgdisk --zap-all`` to avoid certain failures to
+ clear out the block device.
+
+1.4.0 (2024-05-09)
+------------------
+
+- APACHE:HTTPS-VHOST now adds an Apache ``<Directory>`` directive which
+ ensures that HTTP access to the ``.well-known/acme-challenge/`` subdirectory
+ of the document root is granted.
+
+- APT:STANDARD-SOURCES-FOR will not try to add *-backports sources for stable
+ releases whose *-backports dists are gone from the official Debian mirrors.
+
+1.3.2 (2024-04-24)
------------------
- Add LIBVIRT:KVM-BOOTS-LVM-LV and LIBVIRT:KVM-BOOTS-LVM-LV-FOR.