aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2017-02-06 12:28:28 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2017-02-06 12:28:28 +0100
commitf7ce13a8894dc0af548b3cb6328d203a4dbb5aec (patch)
treed1446259e2a3aa5aa36ee938dbea1a0e197992db
parentf097b79e7940686d5fc85b9b3519986439ed12c4 (diff)
downloadsbotools2-f7ce13a8894dc0af548b3cb6328d203a4dbb5aec.tar.xz
Updated README.md 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 6e4e5f4..71475b0 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
## Changes
* 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
* 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 26a4a01..0b3683d 100644
--- a/SBO-Lib/Changes
+++ b/SBO-Lib/Changes
@@ -1,5 +1,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
+ (https://github.com/pink-mist/sbotools/issues/57)
2.3 - 2017-01-21
* Bugfix for parsing .info files with \ among the separators