aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2017-03-25 16:45:53 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2017-03-25 16:45:53 +0100
commit9fbebe484aea34de5abc9d06daa8fd3f64c2cb26 (patch)
treead98d7d8872d86c151587fe3337e8effcc906668
parentcb80660314d757f449561c9cce7fb598a07a81ce (diff)
downloadsbotools2-9fbebe484aea34de5abc9d06daa8fd3f64c2cb26.tar.xz
Update README.pm and Changes
-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 71475b0..b890fab 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@
* 2.4 - Unreleased
* 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
* 2.3 - 2017-01-21
* Bugfix for parsing .info files with \ among the separators #55
diff --git a/SBO-Lib/Changes b/SBO-Lib/Changes
index 0b3683d..aaf1a3b 100644
--- a/SBO-Lib/Changes
+++ b/SBO-Lib/Changes
@@ -2,6 +2,8 @@
* Rewrite sboremove from the ground up so it relies less on global state
* Fix for parsing README with useradd/groupadd commands which span lines
(https://github.com/pink-mist/sbotools/issues/57)
+ * Add --reinstall option to sboinstall
+ (https://github.com/pink-mist/sbotools/issues/58)
2.3 - 2017-01-21
* Bugfix for parsing .info files with \ among the separators