diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-02-04 12:05:37 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-02-04 12:05:37 -0400 |
| commit | 69e165abce63df73468d552b79288b690df37c1e (patch) | |
| tree | 2620f67187a28d7ca9fba8d8f11934f85efb81be /doc/news | |
| parent | e1fd45067b037876a69a3ef741970105f14afbc8 (diff) | |
add news item for propellor 5.3.1
Diffstat (limited to 'doc/news')
| -rw-r--r-- | doc/news/version_5.3.0.mdwn | 16 | ||||
| -rw-r--r-- | doc/news/version_5.3.1.mdwn | 5 |
2 files changed, 5 insertions, 16 deletions
diff --git a/doc/news/version_5.3.0.mdwn b/doc/news/version_5.3.0.mdwn deleted file mode 100644 index 07900e0b..00000000 --- a/doc/news/version_5.3.0.mdwn +++ /dev/null @@ -1,16 +0,0 @@ -propellor 5.3.0 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Avoid bogus warning about new upstream version when /usr/bin/propellor - is run on a Debian system, but ~/.propellor was not cloned from the - Debian git bundle. - * Parted: Allow partitions to have no filesystem, for eg, GPT BIOS boot - partitions. (API change) - * Added rawPartition to PartSpec, for specifying partitions with no - filesystem. - * Added BiosGrubFlag to PartFlag. - * Add HasCallStack constraint to pickOS and unsupportedOS, so the - call stack includes the caller. - * Run su with --login, to avoid inheriting some problematic environment - variables, such as TMP, from the caller. - * Grub: Added properties to configure /etc/default/grub. - * Laptop: New module, starting with powertopAutoTuneOnBoot."""]]
\ No newline at end of file diff --git a/doc/news/version_5.3.1.mdwn b/doc/news/version_5.3.1.mdwn new file mode 100644 index 00000000..4f660270 --- /dev/null +++ b/doc/news/version_5.3.1.mdwn @@ -0,0 +1,5 @@ +propellor 5.3.1 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Last release mistakenly contained my personal branch not master. + * contrib/post-merge-hook documentation updated to recommend also using + it as a post-checkout hook, to avoid such problems."""]]
\ No newline at end of file |
