From eb35f0620bda35fec0ea87d50b66230e23b4c041 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 28 Jul 2017 20:43:10 -0400 Subject: add news item for propellor 4.7.0 --- doc/news/version_4.5.1.mdwn | 7 ------- doc/news/version_4.7.0.mdwn | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 doc/news/version_4.5.1.mdwn create mode 100644 doc/news/version_4.7.0.mdwn (limited to 'doc') diff --git a/doc/news/version_4.5.1.mdwn b/doc/news/version_4.5.1.mdwn deleted file mode 100644 index 212b4f27..00000000 --- a/doc/news/version_4.5.1.mdwn +++ /dev/null @@ -1,7 +0,0 @@ -propellor 4.5.1 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Reboot.toKernelNewerThan: If running kernel is new enough, avoid - looking at what kernels are installed. - Thanks, Sean Whitton. - * DiskImage: Avoid re-partitioning disk image unncessarily, for a large - speedup."""]] \ No newline at end of file diff --git a/doc/news/version_4.7.0.mdwn b/doc/news/version_4.7.0.mdwn new file mode 100644 index 00000000..137d576e --- /dev/null +++ b/doc/news/version_4.7.0.mdwn @@ -0,0 +1,24 @@ +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 -- cgit v1.2.3