aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 25 insertions, 1 deletions
diff --git a/README.md b/README.md
index b07b5c4..8b28a04 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,38 @@
**[sbotools](https://pink-mist.github.io/sbotools/)** provides a ports-like interface to [slackbuilds.org](http://www.slackbuilds.org/).
## Changes
-* 2.1 - Unreleased
+* 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
+ * Add --reinstall option to sboinstall #58
+ * Exit with error when sbosnap fails to sync with a repo #61
+ * Add version information to sbofind output #60
+
+* 2.3 - 2017-01-21
+ * Bugfix for parsing .info files with \ among the separators #55
+
+* 2.2 - 2017-01-17
+ * Bugfix for parsing .info files with trailing whitespace after a value #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 #38
+ - Display other README files if the slackbuild comes with them #49
* Bugfixes
- sboinstall/sboremove disagreeing about a package being installed #44
+ - sbocheck and sboupgrade misinterpreting version strings #45
+ - parsing .info files without leading space on second line #46
+ - local git repo gets partially chowned to root #47
+ - stop excluding .tar.gz files when rsyncing #53
* 2.0 - 2016-07-02
* Major new features