aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-11-29 11:01:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-11-29 11:04:45 -0700
commite522a3d57eb0737a444fe8631099e14cb2a6035a (patch)
tree94c6086dc6dc63b01371d5aac6aabb114ba47cc7 /doc
parent3e13c20d34c2f306372f2b5e4fb047e5524a814a (diff)
downloadconsfigurator-e522a3d57eb0737a444fe8631099e14cb2a6035a.tar.gz
news.rst: additional entries for v1.2.0
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc')
-rw-r--r--doc/news.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst
index 411732e..810183a 100644
--- a/doc/news.rst
+++ b/doc/news.rst
@@ -34,9 +34,16 @@ you should review this document and see if your consfig needs updating.
to call or apply the new APT:KNOWN-INSTALLED-REMOVED-PACKAGES-RESET property
to invalidate the cache.
+- Fix a bug in FILE:SYMLINKED that meant that with at least GNU ln(1), the
+ property would fail to overwrite existing symbolic links in some cases.
+
- Fix a bug in FILE:DOES-NOT-EXIST which meant that it did nothing if only
some of the files that should not exist needed to be deleted.
+- When recovering from a failed debootstrap, instead of just recursively
+ deleting the target directory, we now call EMPTY-REMOTE-DIRECTORY, to empty
+ it, instead. This is better when the target directory is a mount point.
+
1.1.1 (2022-09-18)
------------------