diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | SBO-Lib/Changes | 8 |
2 files changed, 14 insertions, 0 deletions
@@ -3,6 +3,12 @@ **[sbotools](https://pink-mist.github.io/sbotools/)** provides a ports-like interface to [slackbuilds.org](http://www.slackbuilds.org/). ## Changes +* 2.5 - 2018-02-14 + * Document download behaviour #66 + * Remake sbosnap and sboremove to have OO semantics + * Strip -compat32 from slackbuild names when looking them up #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 #57 diff --git a/SBO-Lib/Changes b/SBO-Lib/Changes index caf9b7a..60e9f54 100644 --- a/SBO-Lib/Changes +++ b/SBO-Lib/Changes @@ -1,3 +1,11 @@ +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 |