aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-09-18 15:17:47 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-09-18 15:17:47 -0700
commitb005417fd730e24121b4f74426a12238a0d0c08e (patch)
tree6446fe282a47eade5c959e081ce9f58106a5d50e
parentd75ad33ae2bee15a47f53822a3becbf10ed96d88 (diff)
downloadconsfigurator-b005417fd730e24121b4f74426a12238a0d0c08e.tar.gz
news.rst: entries for 1.1.1 release
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--doc/news.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst
index e8bab82..3ac83fe 100644
--- a/doc/news.rst
+++ b/doc/news.rst
@@ -23,6 +23,23 @@ 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.1.1 (unreleased)
+------------------
+
+- Add FILE:CONTAINS-CONF-UNSPACED.
+
+- PROPAPPLY now signals an error if asked to apply a property that has neither
+ ``:APPLY`` nor ``:HOSTATTRS`` subroutines. This is primarily intended to
+ catch cases where the property is defined in a ``.lisp`` file that you
+ haven't yet added to your consfig's ``.asd`` file.
+
+- APT:PROXY is now unapplicable.
+
+- APT:INSTALLED, APT:INSTALLED-MINIMALLY and APT:REMOVED now always execute
+ apt-get(8). Previously they tried to determine whether the packages were
+ already installed or removed by parsing output from apt-cache(8), but the
+ implementation sometimes gave the wrong answer.
+
1.1.0 (2022-08-02)
------------------