aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-12-21 17:09:56 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-12-21 17:09:56 +0100
commit55993b4cdc6429ab145f6f06f48243a6bff4bfe1 (patch)
treeca675e5db4b18dd6966223655ab9e0fc08b1997d
parentcb749e23255d4a35b29f1d37464d555e41bfa1ff (diff)
downloadsbotools-55993b4cdc6429ab145f6f06f48243a6bff4bfe1.tar.xz
README.md, Changes: add feature for issue 49.
-rw-r--r--README.md1
-rw-r--r--SBO-Lib/Changes2
2 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index c49252a..74451f4 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@
- 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
diff --git a/SBO-Lib/Changes b/SBO-Lib/Changes
index 9a4e0ba..1189995 100644
--- a/SBO-Lib/Changes
+++ b/SBO-Lib/Changes
@@ -5,6 +5,8 @@
* 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)