diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-30 11:30:05 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-30 11:30:05 -0400 |
| commit | 15f292d177ee96f5a1d384ce50f5246e3f7ea630 (patch) | |
| tree | 033838d01471f633534c38e5d967264ae2dda634 /doc/news | |
| parent | 497e6b4a227dc977d6bb9fe5fe73aeeca9624244 (diff) | |
| parent | 6f281e87084587987929dbb6a27671ad96858535 (diff) | |
Merge branch 'master' into joeyconfig
Diffstat (limited to 'doc/news')
| -rw-r--r-- | doc/news/version_4.6.0.mdwn | 8 | ||||
| -rw-r--r-- | doc/news/version_4.6.1.mdwn | 7 | ||||
| -rw-r--r-- | doc/news/version_4.7.2.mdwn | 7 | ||||
| -rw-r--r-- | doc/news/version_4.7.3.mdwn | 3 |
4 files changed, 10 insertions, 15 deletions
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.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.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 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 |
