mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-26 09:58:43 +01:00
slackpkg+-1.7.0rc1-noarch-1mt.txz
This commit is contained in:
parent
cc305a928a
commit
92dfcf1d56
3 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Version 1.7.0rc1 - 19/May/2016
|
||||
- WW_FILE_SEARCH did affect file search AND package search
|
||||
- fixed warning in update when one repository does not have the changelog
|
||||
- ignore the package extension in package selection
|
||||
- fixed a regression in dir: repository
|
||||
|
||||
Version 1.7.b4.3 - 02/May/2016
|
||||
- Optimized code for generating ChangeLogs. (phenixia2003)
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
Version 1.7.0rc1 - 19/May/2016
|
||||
- WW_FILE_SEARCH did affect file search AND package search
|
||||
- fixed warning in update when one repository does not have the changelog
|
||||
- ignore the package extension in package selection
|
||||
- fixed a regression in dir: repository
|
||||
|
||||
Version 1.7.b4.3 - 02/May/2016
|
||||
- Optimized code for generating ChangeLogs. (phenixia2003)
|
||||
|
||||
|
|
|
@ -1537,7 +1537,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
fi
|
||||
|
||||
|
||||
SPKGPLUS_VERSION="1.7.b4.3"
|
||||
SPKGPLUS_VERSION="1.7.0rc1"
|
||||
VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue