diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-08-28 14:54:49 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-08-28 14:54:49 -0400 |
| commit | c344dd29aa8388453b13d5ace8a1ec5b030015c9 (patch) | |
| tree | 343cea483f0103898a34526b57660a2c69bb7eba /doc | |
| parent | 637777c557e968793ea25c3f231b3aa9c0a2704a (diff) | |
add news item for propellor 3.1.2
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/news/version_3.1.2.mdwn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/news/version_3.1.2.mdwn b/doc/news/version_3.1.2.mdwn new file mode 100644 index 00000000..b54b396a --- /dev/null +++ b/doc/news/version_3.1.2.mdwn @@ -0,0 +1,22 @@ +propellor 3.1.2 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * [ Joey Hess ] + * Ssh.knownHost: Bug fix: Only fix up the owner of the known\_hosts + file after it exists. + * [ Sean Whitton ] + * Sbuild.keypairInsecurelyGenerated: Improved to be more robust. + * Pass --allow-unrelated-histories to git merge when run with git 2.9 or + newer. This fixes the /usr/bin/propellor wrapper with this version of git. + * Sbuild.built & Sbuild.builtFor no longer require Sbuild.keypairGenerated. + Transition guide: If you are using sbuild 0.70.0 or newer, you should + `rm -r /var/lib/sbuild/apt-keys`. Otherwise, you should add either + Sbuild.keypairGenerated or Sbuild.keypairInsecurelyGenerated to your host. + * Sbuild haddock improvements: + - State that we don't support squeeze and Buntish older than trusty. + This is due to our enhancements, such as eatmydata. + - State that you need sbuild 0.70.0 or newer to build for stretch. + This is due to gpg2 hitting Debian stretch. + - Explain when a keygen is required. + - Update sample ~/.sbuildrc for sbuild 0.71.0. + - Add hint for customising chroots with propellor. + - Update example usage of System type."""]]
\ No newline at end of file |
