diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | SBO-Lib/Changes | 8 |
2 files changed, 7 insertions, 4 deletions
@@ -3,7 +3,8 @@ **[sbotools](https://pink-mist.github.io/sbotools/)** provides a ports-like interface to [slackbuilds.org](http://www.slackbuilds.org/). ## Changes -* 2.3 - Unreleased +* 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 diff --git a/SBO-Lib/Changes b/SBO-Lib/Changes index faf6021..7425fb5 100644 --- a/SBO-Lib/Changes +++ b/SBO-Lib/Changes @@ -1,8 +1,10 @@ -2.3 - Unreleased +2.3 - 2017-01-21 + * Bugfix for parsing .info files with \ among the separators + (https://github.com/pink-mist/sbotools/issues/55) 2.2 - 2017-01-17 - * Bugfix for parsing .info files with trailing whitespace after a value - (https://github.com/pink-mist/sbotools/issues/54) + * Bugfix for parsing .info files with trailing whitespace after a value + (https://github.com/pink-mist/sbotools/issues/54) 2.1 - 2017-01-14 * Internals: |