diff options
| -rw-r--r-- | doc/news/version_0.5.2.mdwn | 9 | ||||
| -rw-r--r-- | doc/news/version_0.8.1.mdwn | 7 |
2 files changed, 7 insertions, 9 deletions
diff --git a/doc/news/version_0.5.2.mdwn b/doc/news/version_0.5.2.mdwn deleted file mode 100644 index b1a01738..00000000 --- a/doc/news/version_0.5.2.mdwn +++ /dev/null @@ -1,9 +0,0 @@ -propellor 0.5.2 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * A bug that caused propellor to hang when updating a running docker - container appears to have been fixed. Note that since it affects - the propellor process that serves as "init" of docker containers, - they have to be restarted for the fix to take effect. - * Licence changed from GPL to BSD. - * A few changes to allow building Propellor on OSX. One user reports - successfully using it there."""]]
\ No newline at end of file diff --git a/doc/news/version_0.8.1.mdwn b/doc/news/version_0.8.1.mdwn new file mode 100644 index 00000000..963b4a80 --- /dev/null +++ b/doc/news/version_0.8.1.mdwn @@ -0,0 +1,7 @@ +propellor 0.8.1 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Run apt-get update in initial bootstrap. + * --list-fields now includes a table of fields that are not currently set, + but would be used if they got set. + * Remove .gitignore from cabal file list, to avoid build failure on Debian. + Closes: #[754334](http://bugs.debian.org/754334)"""]]
\ No newline at end of file |
