aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--NEWS6
2 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1d077bf..8c5063c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
# Makefile for slackupgrade
-# Copyright (C) 2019 Sergey Poznyakoff.
+# Copyright (C) 2019-2020 Sergey Poznyakoff.
#
# Slackware-upgrade-system is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# by the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
@@ -13,13 +13,13 @@
#
# 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.0
+VERSION = 2.1
SBINDIR = /sbin
MANDIR = /usr/man
MAN8DIR = $(MANDIR)/man8
CONFDIR = /etc/$(PACKAGE)
CONFFILES = conf/14.0-14.1.repl conf/14.1-14.2.repl
diff --git a/NEWS b/NEWS
index d457a1f..0e6eb31 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,15 @@
-slackupgrade -- history of user-visible changes. 2020-02-15
+slackupgrade -- history of user-visible changes. 2020-03-28
See the end of file for copying conditions.
Please send slackupgrade bug reports to <gray+slackupgrade@gnu.org.ua>
+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

Return to:

Send suggestions and report system problems to the System administrator.