From 1c7ed564dbeac3bb5046fd597c4a7396f59be306 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 29 Jul 2017 15:49:46 -0400 Subject: add news item for propellor 4.7.2 --- doc/news/version_4.6.0.mdwn | 8 -------- doc/news/version_4.7.2.mdwn | 7 +++++++ 2 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 doc/news/version_4.6.0.mdwn create mode 100644 doc/news/version_4.7.2.mdwn (limited to 'doc/news') diff --git a/doc/news/version_4.6.0.mdwn b/doc/news/version_4.6.0.mdwn deleted file mode 100644 index 673051ea..00000000 --- a/doc/news/version_4.6.0.mdwn +++ /dev/null @@ -1,8 +0,0 @@ -propellor 4.6.0 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Add Typeable instance to Bootstrapper, fixing build with old versions - of ghc. - * Network.static changed to take address and gateway parameters. - If you used the old Network.static property, it has been renamed to - Network.preserveStatic. - (Minor API change)"""]] \ No newline at end of file diff --git a/doc/news/version_4.7.2.mdwn b/doc/news/version_4.7.2.mdwn new file mode 100644 index 00000000..a81220b7 --- /dev/null +++ b/doc/news/version_4.7.2.mdwn @@ -0,0 +1,7 @@ +propellor 4.7.2 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Added PROPELLOR\_TRACE environment variable, which can be set to 1 to + make propellor output serialized Propellor.Message.Trace values, + for consumption by another program. + * Rsync: Make rsync display its progress, in a minimal format to avoid + scrolling each file down the screen."""]] \ No newline at end of file -- cgit v1.3-2-g0d8e From 4654d93aea404afe312318468be89ae6d3198555 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 29 Jul 2017 17:27:03 -0400 Subject: add news item for propellor 4.7.3 --- doc/news/version_4.6.1.mdwn | 7 ------- doc/news/version_4.7.3.mdwn | 3 +++ 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 doc/news/version_4.6.1.mdwn create mode 100644 doc/news/version_4.7.3.mdwn (limited to 'doc/news') diff --git a/doc/news/version_4.6.1.mdwn b/doc/news/version_4.6.1.mdwn deleted file mode 100644 index eb7bd940..00000000 --- a/doc/news/version_4.6.1.mdwn +++ /dev/null @@ -1,7 +0,0 @@ -propellor 4.6.1 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Added Network.dhcp' and Network.static', which allow specifying - additional options for interfaces files. - * Fix build failure on ghc-8.2.1 - Thanks, Sergei Trofimovich. - * DiskImage: Fix strictness bug in .parttable read/write sequence."""]] \ No newline at end of file diff --git a/doc/news/version_4.7.3.mdwn b/doc/news/version_4.7.3.mdwn new file mode 100644 index 00000000..87c58e81 --- /dev/null +++ b/doc/news/version_4.7.3.mdwn @@ -0,0 +1,3 @@ +propellor 4.7.3 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Expand the Trace data type."""]] \ No newline at end of file -- cgit v1.3-2-g0d8e