From 0b2db49c28a44cfd4f734135e4e55ba16afc139a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 21 Jan 2017 12:31:24 +1100 Subject: add --- doc/news/Linux.Conf.Au.presentation.mdwn | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/news/Linux.Conf.Au.presentation.mdwn (limited to 'doc/news') diff --git a/doc/news/Linux.Conf.Au.presentation.mdwn b/doc/news/Linux.Conf.Au.presentation.mdwn new file mode 100644 index 00000000..00419554 --- /dev/null +++ b/doc/news/Linux.Conf.Au.presentation.mdwn @@ -0,0 +1,4 @@ + + +[video](http://mirror.linux.org.au/pub/linux.conf.au/2017/Type_driven_configuration_management_with_Propellor.webm) + -- cgit v1.3-2-g0d8e From cd3466799b7dbba51f619314153ea739923ed934 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 7 Feb 2017 12:00:45 -0400 Subject: link to lwn article --- doc/news/Linux.Conf.Au.presentation.mdwn | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/news') diff --git a/doc/news/Linux.Conf.Au.presentation.mdwn b/doc/news/Linux.Conf.Au.presentation.mdwn index 00419554..54180979 100644 --- a/doc/news/Linux.Conf.Au.presentation.mdwn +++ b/doc/news/Linux.Conf.Au.presentation.mdwn @@ -2,3 +2,4 @@ [video](http://mirror.linux.org.au/pub/linux.conf.au/2017/Type_driven_configuration_management_with_Propellor.webm) +Also see this writeup in [Linux Weekly News](https://lwn.net/Articles/713653/) -- cgit v1.3-2-g0d8e From e808162a1af8d35331a754662e40cf7bb4cc1a5d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 7 Feb 2017 12:12:26 -0400 Subject: add news item for propellor 3.3.0 --- doc/news/version_3.1.2.mdwn | 22 ---------------------- doc/news/version_3.3.0.mdwn | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 22 deletions(-) delete mode 100644 doc/news/version_3.1.2.mdwn create mode 100644 doc/news/version_3.3.0.mdwn (limited to 'doc/news') diff --git a/doc/news/version_3.1.2.mdwn b/doc/news/version_3.1.2.mdwn deleted file mode 100644 index b54b396a..00000000 --- a/doc/news/version_3.1.2.mdwn +++ /dev/null @@ -1,22 +0,0 @@ -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 diff --git a/doc/news/version_3.3.0.mdwn b/doc/news/version_3.3.0.mdwn new file mode 100644 index 00000000..19bd5664 --- /dev/null +++ b/doc/news/version_3.3.0.mdwn @@ -0,0 +1,26 @@ +propellor 3.3.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Arch Linux is now supported by Propellor! + Thanks to Zihao Wang for this port. + * Added Propellor.Property.Pacman for Arch's package manager. + Maintained by Zihao Wang. + * The types of some properties changed; eg from Property DebianLike + to Property (DebianLike + ArchLinux). Also, DebianLike and Linux + are no longer type synonyms; propellor now knows that Linux includes + ArchLinux. This could require updates to code, so is a minor API change. + * GHC's fileSystemEncoding is used for all String IO, to avoid + encoding-related crashes in eg, Propellor.Property.File. + * Add --build option to simply build config.hs. + * More informative usage message. Thanks, Daniel Brooks + * Tor.hiddenService' added to support multiple ports. + Thanks, Félix Sipma. + * Apt.noPDiffs added. + Thanks, Sean Whitton. + * stack.yaml: Compile with GHC 8.0.1 against lts-7.16. + Thanks, Andrew Cowie. + * Added Propellor.Property.File.configFileName and related functions + to generate good filenames for config directories. + * Added Apt.suiteAvailablePinned, Apt.pinnedTo. + Thanks, Sean Whitton. + * Added File.containsBlock + Thanks, Sean Whitton."""]] \ No newline at end of file -- cgit v1.3-2-g0d8e