diff options
| author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-02-14 17:42:22 +0100 |
|---|---|---|
| committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-02-14 17:42:22 +0100 |
| commit | 5247bff4bd2f285777da2fd57def92f4af6f5fe1 (patch) | |
| tree | 7456d43ada6d5d12419e047ac27f9fd552b9d389 | |
| parent | 9e0954b407384cf399e530e58bee8ca26a70062a (diff) | |
| download | sbotools2-5247bff4bd2f285777da2fd57def92f4af6f5fe1.tar.xz | |
Update Changes file and README.md
| -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 |
