diff options
Diffstat (limited to 'doc')
| -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 |
