From be77ca027a15e17dfeadeb57af6c1bbeea89814e Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Wed, 17 Mar 2021 20:39:20 +0100 Subject: [PATCH] added a new changelog --- changelog-0.14.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 changelog-0.14.md diff --git a/changelog-0.14.md b/changelog-0.14.md new file mode 100644 index 0000000..004bf70 --- /dev/null +++ b/changelog-0.14.md @@ -0,0 +1,37 @@ +# Changes from release 0.13.0 to 0.14.0: + +Some few bugfixes, improved documentation, more test code (but still the test coverage is rather poor) + +The ChangeLog was nuked, even though it's a standard format. It never gets updated, and it's optimized for an age prior to RCS, CVS, SVN and git. It will be replaced with release-specific changelogs. + +## Documentation + +Lots of tweaks, fixups, rewritings, tweaks to logging and even pointers to competing projects. + +credits: pizzonia + +## Bugfixes + +* Improved error handling on full disk; script will continue running even if log file or tmp file cannot be written. + +* thrash-protect should never freeze itself nor it's parent + +* OOMScorePorcessSelector should be used before PageFaultingProcessSelector + +Github issues fixed: https://github.com/tobixen/thrash-protect/issues/31 https://github.com/tobixen/thrash-protect/issues/30 https://github.com/tobixen/thrash-protect/issues/36 + +Credits: Niektory + +## Changes to meta files + +* Archlinux build updated to keep in sync with the Archlinux project + +* Python3 is now required (though, it should still work on python2 I suppose) + +* OpenRC-files (for gentoo and some few other distros) + +* Support for Ubuntu 20.04 + +Github issues fixed: https://github.com/tobixen/thrash-protect/pull/32 + +Credits: Matthew Sharp, questandachievementProjects