From f42e3483f9657c0d9c58ac79260a2e984effa878 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 5 Apr 2019 12:01:04 -0400 Subject: add news item for propellor 5.7.0 --- doc/news/version_5.4.0.mdwn | 13 ------------- doc/news/version_5.7.0.mdwn | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 13 deletions(-) delete mode 100644 doc/news/version_5.4.0.mdwn create mode 100644 doc/news/version_5.7.0.mdwn (limited to 'doc/news') diff --git a/doc/news/version_5.4.0.mdwn b/doc/news/version_5.4.0.mdwn deleted file mode 100644 index e63f8c6c..00000000 --- a/doc/news/version_5.4.0.mdwn +++ /dev/null @@ -1,13 +0,0 @@ -propellor 5.4.0 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * [ Sean Whitton ] - * Apt.installedBackport replaced with Apt.backportInstalled. (API change) - The old property would install dependencies from backports even when - the versions in stable satisfy the requested backport's dependencies. - The new property installs only the listed packages from backports; - all other dependencies come from stable. - So in some cases, you may need to list additional backports to install, - that would not have needed to be listed before. Due to this behavior - change the property has been renamed so uses of it will be checked. - * Restic.installed: stop trying to install a backport on jessie, because no - such backport exists."""]] \ No newline at end of file diff --git a/doc/news/version_5.7.0.mdwn b/doc/news/version_5.7.0.mdwn new file mode 100644 index 00000000..194a2a6f --- /dev/null +++ b/doc/news/version_5.7.0.mdwn @@ -0,0 +1,20 @@ +propellor 5.7.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Sbuild.built no longer includes Apt.stdSourcesList by default, + in order to support non-Debian OS's. (API change) + To upgrade: Simply add Sbuild.osDebianStandard to all Sbuild.built + calls which have osDebian. + Thanks, Sean Whitton + * Propellor.Property.PropellorRepo renamed to Propellor.Property.Localdir + to widen its scope. (API change) + * Added Localdir.removed property. + Thanks, Sean Whitton + * Sbuild.built uses Localdir.removed to clean up the propellor localdir + after it's done running in a schroot. + Thanks, Sean Whitton + * Cron.runPropellor made revertable. (minor API change) + Thanks, Sean Whitton + * Added Cron.jobDropped. + Thanks, Sean Whitton + * Added Utility.FileMode to the modules exported by Propellor.Utilities + to propellor library users."""]] \ No newline at end of file -- cgit v1.2.3