aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-03-29 10:37:03 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-03-29 10:37:03 +0300
commitb6fc2ed878553dd7f584f8a987524e33a13d7477 (patch)
tree7dc1b7903115cfa47bfd92b4ae1c6a5f932cb146
parented034ffb5f04fb58d5f43fa10b6f10e2560928b0 (diff)
downloadslackupgrade-b6fc2ed878553dd7f584f8a987524e33a13d7477.tar.gz
slackupgrade-b6fc2ed878553dd7f584f8a987524e33a13d7477.tar.bz2
Version 2.2v2.2
-rw-r--r--Makefile2
-rw-r--r--NEWS6
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8c5063c..def1c67 100644
--- a/Makefile
+++ b/Makefile
@@ -7,25 +7,25 @@
# any later version.
#
# Slackware-upgrade-system is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with slackupgrade. If not, see
# <http://www.gnu.org/licenses/>.
PACKAGE = slackupgrade
-VERSION = 2.1
+VERSION = 2.2
SBINDIR = /sbin
MANDIR = /usr/man
MAN8DIR = $(MANDIR)/man8
CONFDIR = /etc/$(PACKAGE)
CONFFILES = conf/14.0-14.1.repl conf/14.1-14.2.repl
help:;
@echo "Avalable targets:"
@echo ""
@echo "$$ make install"
@echo " Installs the program. Influential variables:"
diff --git a/NEWS b/NEWS
index 0e6eb31..6d330c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,21 @@
-slackupgrade -- history of user-visible changes. 2020-03-28
+slackupgrade -- history of user-visible changes. 2020-03-29
See the end of file for copying conditions.
Please send slackupgrade bug reports to <gray+slackupgrade@gnu.org.ua>
+Version 2.2, 2020-03-29
+
+* Fix the -k option.
+
Version 2.1, 2020-03-28
* Bugfix in the 14.1-14.2 replacement map.
Version 2.0, 2020-02-15
Implement safe upgrade mode. In safe mode, slackupgrade first
downloads all needed packages from the remote repository and then
proceeds to upgrade. Downloaded packages are removed after
installation. This is the default mode, if there is sufficient disk
space.

Return to:

Send suggestions and report system problems to the System administrator.