diff options
Diffstat (limited to 'SBO-Lib/Changes')
-rw-r--r-- | SBO-Lib/Changes | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/SBO-Lib/Changes b/SBO-Lib/Changes index 588b0ec..60e9f54 100644 --- a/SBO-Lib/Changes +++ b/SBO-Lib/Changes @@ -1,13 +1,50 @@ -2.1 - Unreleased +2.5 - 2018-02-14 + * Document download behaviour + (https://github.com/pink-mist/sbotools/issues/66) + * Remake sbosnap and sboremove to have OO semantics + * Strip -compat32 from slackbuild names when looking them up + (https://github.com/pink-mist/sbotools/issues/65) + * Optimise searching in sbofind + +2.4 - 2017-05-18 + * Rewrite sboremove from the ground up so it relies less on global state + * Fix for parsing README with useradd/groupadd commands which span lines + (https://github.com/pink-mist/sbotools/issues/57) + * Add --reinstall option to sboinstall + (https://github.com/pink-mist/sbotools/issues/58) + * Exit with error when sbosnap fails to sync with a repo + (https://github.com/pink-mist/sbotools/issues/61) + * Add version information to sbofind output + (https://github.com/pink-mist/sbotools/issues/60) + +2.3 - 2017-01-21 + * Bugfix for parsing .info files with \ among the separators + (https://github.com/pink-mist/sbotools/issues/55) + +2.2 - 2017-01-17 + * Bugfix for parsing .info files with trailing whitespace after a value + (https://github.com/pink-mist/sbotools/issues/54) + +2.1 - 2017-01-14 * Internals: - Adding internal documentation - Extract code to submodules for easier separation of concerns * New features: - Support for templates for installing things with specified options (https://github.com/pink-mist/sbotools/issues/38) + - Display other README files if the slackbuild comes with them + (https://github.com/pink-mist/sbotools/issues/49) * Bugfixes - sboinstall/sboremove disagreeing about a package being installed (https://github.com/pink-mist/sbotools/issues/44) + - sbocheck and sboupgrade misinterpreting version strings + (https://github.com/pink-mist/sbotools/issues/45) + - parsing .info files without leading space on second line + (https://github.com/pink-mist/sbotools/issues/46) + - local git repo gets partially chowned to root + (https://github.com/pink-mist/sbotools/issues/47) + - stop excluding .tar.gz files when rsyncing + (https://github.com/pink-mist/sbotools/issues/53) 2.0 - 2016-07-02 * Major new features |