sbopkg/tools/ChangeLog-latest.txt

68 lines
2.0 KiB
Plaintext
Raw Normal View History

2013-12-09 19:18:45 +04:00
SBOPKG NEWS
sbopkg-dev (2017-04-07 23:35:09 UTC)
FEATURES
* sqg: Parallelize building of all packages by option -j.
Requires GNU Parallel.
Patch by Marcel Saegebarth.
* sqg: Introduced new simple filesystem cache.
This will reduce queue generation time significantly when
invoked with -j N+1 (N: Number of cores)
Patch by Marcel Saegebarth.
MODIFICATIONS
* bash-completion: Complete -i and -b when git repo is used
Patch by Sergey V.
* move sqg functions to /usr/libexec
Patch by Marcel Saegebarth
* use exit 1 when rsync failed instead of 0
sbopkg 0.38.1 (2016-09-01 13:42 UTC)
FEATURES
* Added option to download from third party source repository
in case the one mentioned in .info failed or having bad checksums.
* Added new option in sbopkg.conf: SRC_REPO
This is used to define third party source repository
sbopkg: Added option to download from third party source.
MODIFICATIONS
* Do not use wildcard for GPG checking (Fix #19)
sbopkg-0.38.0 (2016-07-01 16:52:27 UTC)
FEATURES
* Add --no-group to rsync so files are owned by root:root
Patch by pyllyukko
* Updated es translations (Dhaby Xiloj)
* Moved sqg to /usr/sbin
* Added support for Slackware 14.2.
* Update queue sample files
sbopkg-0.37.1 (2015-10-27 03:02:59 UTC)
FEATURES
* Add --visit-items option in certain part of dialog to help
disabled people
* Added SBo master branch repo (git)
MODIFICATIONS
* Move PIDFILE to global variable
* Update copyright
* Transitions from code.google.com to github.com
* Remove SVN-stuff
* Fix sqg branch to 14.1 by default.
2013-12-09 19:18:45 +04:00
sbopkg 0.37.0 (2013-12-09 15:10 UTC)
2011-02-05 07:34:55 +03:00
FEATURES
2013-12-09 19:18:45 +04:00
* This release of sbopkg is Slackware 14.1-ready. Congrats to
the entire Slackware team for another great release!
* Sbopkg now has a -B flag which will allow the user to
process the queue from the command line in 'bulk' without
confirmation first.
2011-02-05 07:34:55 +03:00
MODIFICATIONS
2013-12-09 19:18:45 +04:00
* No other modifications have been made.