mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-26 09:58:43 +01:00
1.7.beta2
This commit is contained in:
parent
9706ba69d6
commit
bd7498ff31
3 changed files with 21 additions and 1 deletions
|
@ -1,3 +1,13 @@
|
|||
Version 1.7.b2 - 29/Jan/2016
|
||||
- Avoid slackpkg to corrupt the slackware database if there are some manual
|
||||
upgrade in progress.
|
||||
- Fixed a regression in TAG_PRIORITY.
|
||||
- Added spinning in check-updates.
|
||||
- Fixed bad trap CTRL+C when spinning is on.
|
||||
- Fixed a regression in SENSITIVE_SEARCH.
|
||||
- Cached Download works with check-updates too.
|
||||
- check-updates shows downloader output if VERBOSE=3
|
||||
|
||||
Version 1.7.b1 - 18/Jan/2016
|
||||
Well, I think that we can mark that version as Beta. It does not contains
|
||||
new features, but it was done a large work of bugfixes and improvements.
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
Version 1.7.b2 - 29/Jan/2016
|
||||
- Avoid slackpkg to corrupt the slackware database if there are some manual
|
||||
upgrade in progress.
|
||||
- Fixed a regression in TAG_PRIORITY.
|
||||
- Added spinning in check-updates.
|
||||
- Fixed bad trap CTRL+C when spinning is on.
|
||||
- Fixed a regression in SENSITIVE_SEARCH.
|
||||
- Cached Download works with check-updates too.
|
||||
- check-updates shows downloader output if VERBOSE=3
|
||||
|
||||
Version 1.7.b1 - 18/Jan/2016
|
||||
Well, I think that we can mark that version as Beta. It does not contains
|
||||
new features, but it was done a large work of bugfixes and improvements.
|
||||
|
|
|
@ -1213,7 +1213,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
fi
|
||||
|
||||
|
||||
SPKGPLUS_VERSION="1.7.b1"
|
||||
SPKGPLUS_VERSION="1.7.b2"
|
||||
VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue