sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit d9248ee21f50c747824bf5991905397b979c8bbb
parent 8203300421752f070d519ccd3308415e223083ef
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Sat, 27 Apr 2019 15:40:44 +0200

Update Changes and README.md

Diffstat:
MREADME.md | 10++++++++++
MSBO-Lib/Changes | 17+++++++++++++++++
2 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -3,6 +3,16 @@ **[sbotools](https://pink-mist.github.io/sbotools/)** provides a ports-like interface to [slackbuilds.org](http://www.slackbuilds.org/). ## Changes +* 2.6 - 2019-04-27 + * Compatibility with new perl versions where you need to escape { in regexp + #75 #77 #78 + * Add a --tries 5 option when downloading from sbosrcarch, which is a + saner limit than the default of 20. #79 + * Change sboclean options --clean-dist and --clean-work to shorter forms #52 + * Add limited -current support using ponce's SBo repo for -current #73 + * Fix bug with sboinstall --reinstall -r #72 + * Fix bug with sbofind -e #71 + * 2.5 - 2018-02-14 * Document download behaviour #66 * Remake sbosnap and sboremove to have OO semantics diff --git a/SBO-Lib/Changes b/SBO-Lib/Changes @@ -1,3 +1,20 @@ +2.6 - 2019-04-27 + * Fix change in new perl versions where you need to escape { in regexp + (https://github.com/pink-mist/sbotools/issues/75) + (https://github.com/pink-mist/sbotools/issues/77) + (https://github.com/pink-mist/sbotools/pull/78) + * Add a --tries 5 option when downloading from sbosrcarch, which is a + saner limit than the default of 20. + (https://github.com/pink-mist/sbotools/pull/79) + * Change sboclean options --clean-dist and --clean-work to shorter forms + (https://github.com/pink-mist/sbotools/pull/52) + * Add limited -current support using ponce's SBo repo for -current + (https://github.com/pink-mist/sbotools/issues/73) + * Fix bug with sboinstall --reinstall -r + (https://github.com/pink-mist/sbotools/issues/72) + * Fix bug with sbofind -e + (https://github.com/pink-mist/sbotools/issues/71) + 2.5 - 2018-02-14 * Document download behaviour (https://github.com/pink-mist/sbotools/issues/66)