diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-02-04 11:59:02 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-02-04 11:59:02 -0400 |
| commit | dcae58d6262117122dc8af0a0e6fc63ed2c25c88 (patch) | |
| tree | c394be44bd65b8e4b7be4d8c90e3608400e148fc /doc/news/version_5.3.0.mdwn | |
| parent | c0a2701284a800f55abdd61f0b8619582c399a9e (diff) | |
| parent | ab7a7f421c9b57b5963a44e57a6a4df7c594aca6 (diff) | |
Merge branch 'master' into joeyconfig
Diffstat (limited to 'doc/news/version_5.3.0.mdwn')
| -rw-r--r-- | doc/news/version_5.3.0.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/news/version_5.3.0.mdwn b/doc/news/version_5.3.0.mdwn new file mode 100644 index 00000000..07900e0b --- /dev/null +++ b/doc/news/version_5.3.0.mdwn @@ -0,0 +1,16 @@ +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 |
