From b005417fd730e24121b4f74426a12238a0d0c08e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 18 Sep 2022 15:17:47 -0700 Subject: news.rst: entries for 1.1.1 release Signed-off-by: Sean Whitton --- doc/news.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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) ------------------ -- cgit v1.2.3