commit 5247bff4bd2f285777da2fd57def92f4af6f5fe1
parent 9e0954b407384cf399e530e58bee8ca26a70062a
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Wed, 14 Feb 2018 17:42:22 +0100
Update Changes file and README.md
Diffstat:
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -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
@@ -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