summaryrefslogtreecommitdiff
path: root/doc/news/version_4.7.0.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-08-01 15:29:27 -0400
committerJoey Hess <joeyh@joeyh.name>2017-08-01 15:29:27 -0400
commit6c3773846416ebda43481a0e9f423bd4902f6ddc (patch)
tree9d5a8f37dd7d0d9e06ef79320156c239a8f95a26 /doc/news/version_4.7.0.mdwn
parent477bf5bb815370da7291b9ea7a86663961e9af3b (diff)
add news item for propellor 4.7.5
Diffstat (limited to 'doc/news/version_4.7.0.mdwn')
-rw-r--r--doc/news/version_4.7.0.mdwn24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/news/version_4.7.0.mdwn b/doc/news/version_4.7.0.mdwn
deleted file mode 100644
index 137d576e..00000000
--- a/doc/news/version_4.7.0.mdwn
+++ /dev/null
@@ -1,24 +0,0 @@
-propellor 4.7.0 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Add Apt.proxy property to set a host's apt proxy.
- Thanks, Sean Whitton.
- * Add Apt.useLocalCacher property to set up apt-cacher-ng.
- Thanks, Sean Whitton.
- * Rework Sbuild properties to use apt proxies/cachers instead of
- bind-mounting the host's apt cache. This makes it possible to run more
- than one build at a time, and lets sbuild run even if apt's cache is
- locked by the host's apt.
- Thanks, Sean Whitton.
- * Sbuild: When Apt.proxy is set, it is assumed that the proxy does some
- sort of caching, and sbuild chroots are set up to use the same proxy.
- * Sbuild: When Apt.proxy is not set, install apt-cacher-ng, and point
- sbuild chroots at the local apt cacher.
- * Sbuild: Droped Sbuild.piupartsConfFor, Sbuild.piupartsConf,
- Sbuild.shareAptCache
- (API change)
- No longer needed now that we are using apt proxies/cachers.
- * Sbuild: Updated sample config in haddock for Propellor.Property.Sbuild.
- If you use this module, please compare both your config.hs and
- your ~/.sbuildrc with the haddock documentation.
- * Grub.bootsMounted: Avoid failing when proc sys etc are already mounted
- within the chroot."""]] \ No newline at end of file