From bd7498ff313f09815e180c8511dbfb3aa1de99e6 Mon Sep 17 00:00:00 2001 From: Matteo Rossini Date: Fri, 29 Jan 2016 22:40:38 +0100 Subject: [PATCH] 1.7.beta2 --- ChangeLog.txt | 10 ++++++++++ src/ChangeLog.txt | 10 ++++++++++ src/slackpkgplus.sh | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 0698c0f..725c211 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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. diff --git a/src/ChangeLog.txt b/src/ChangeLog.txt index 0698c0f..725c211 100644 --- a/src/ChangeLog.txt +++ b/src/ChangeLog.txt @@ -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. diff --git a/src/slackpkgplus.sh b/src/slackpkgplus.sh index a50cda7..36bc17e 100755 --- a/src/slackpkgplus.sh +++ b/src/slackpkgplus.sh @@ -1213,7 +1213,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then fi - SPKGPLUS_VERSION="1.7.b1" + SPKGPLUS_VERSION="1.7.b2" VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"