summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorJoey Hess2017-10-25 13:13:45 -0400
committerJoey Hess2017-10-25 13:13:45 -0400
commit82b4be0ff8fcc4a05756e8b7a2fe2af1cf6d1134 (patch)
treed628a7c51f5c39e9d1271e892aa1665f61cc2a29 /doc/news
parentad087019559c9d3abc4fdef9165f7decf2cefb47 (diff)
add news item for propellor 4.9.0
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_4.7.5.mdwn3
-rw-r--r--doc/news/version_4.9.0.mdwn23
2 files changed, 23 insertions, 3 deletions
diff --git a/doc/news/version_4.7.5.mdwn b/doc/news/version_4.7.5.mdwn
deleted file mode 100644
index f2fbaf84..00000000
--- a/doc/news/version_4.7.5.mdwn
+++ /dev/null
@@ -1,3 +0,0 @@
-propellor 4.7.5 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Avoid crashing when getTerminalName fails due to eg, being in a chroot."""]] \ No newline at end of file
diff --git a/doc/news/version_4.9.0.mdwn b/doc/news/version_4.9.0.mdwn
new file mode 100644
index 00000000..c625e0c7
--- /dev/null
+++ b/doc/news/version_4.9.0.mdwn
@@ -0,0 +1,23 @@
+propellor 4.9.0 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * When the ipv4 and ipv6 properties are used with a container, avoid
+ propagating the address out to the host.
+ * DnsInfo has been replaced with DnsInfoPropagated and
+ DnsInfoUnpropagated. (API change)
+ * Code that used fromDnsInfo . fromInfo changes to use getDnsInfo.
+ * addDNS takes an additional Bool parameter to control whether
+ the DNS info should propagate out of containers. (API change)
+ * Made the PropellorRepo.hasOriginUrl property override the repository
+ url that --spin passes to a host.
+ * PropellorRepo.hasOriginUrl type changed to include HasInfo. (API change)
+ * Fstab.mounted: Create mount point if necessary, and mount it
+ if it's not already mounted.
+ Thanks, Nicolas Schodet
+ * Properties that check for an empty directory now treat a directory
+ containing only "lost+found" as effectively empty, to support
+ situations where the directory is a mount point of an EXT* filesystem.
+ Thanks, Nicolas Schodet
+ * Make addInfo accumulate Info in order properties appear, not
+ reverse order.
+ This fixes a bug involving reverting Systemd.resolvConfed or
+ Systemd.linkJournal."""]] \ No newline at end of file