aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-02-15 21:10:36 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-02-15 21:10:36 +0200
commit20a974a14003939cc99a5f4ebf68ec43e3a87881 (patch)
tree9cbc2ec960e656fb94460addd1ebc8316f2cbb98
parent95f861f2af6858412445371c621ebd1a00e16f81 (diff)
downloadslackupgrade-20a974a14003939cc99a5f4ebf68ec43e3a87881.tar.gz
slackupgrade-20a974a14003939cc99a5f4ebf68ec43e3a87881.tar.bz2
Version 2.0v2.0
-rw-r--r--Makefile2
-rw-r--r--NEWS12
2 files changed, 11 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 632b95d..1d077bf 100644
--- a/Makefile
+++ b/Makefile
@@ -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 = 1.0
+VERSION = 2.0
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 fb67b54..d457a1f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,27 @@
-slackupgrade -- history of user-visible changes. 2019-09-23
+slackupgrade -- history of user-visible changes. 2020-02-15
See the end of file for copying conditions.
Please send slackupgrade bug reports to <gray+slackupgrade@gnu.org.ua>
+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.
+
Version 1.0, 2019-09-23
Initial release.
=========================================================================
Copyright information:
-Copyright (C) 2019 Sergey Poznyakoff
+Copyright (C) 2020 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.

Return to:

Send suggestions and report system problems to the System administrator.