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 @@
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with slackupgrade. If not, see 15# along with slackupgrade. If not, see
16# <http://www.gnu.org/licenses/>. 16# <http://www.gnu.org/licenses/>.
17 17
18PACKAGE = slackupgrade 18PACKAGE = slackupgrade
19VERSION = 1.0 19VERSION = 2.0
20 20
21SBINDIR = /sbin 21SBINDIR = /sbin
22MANDIR = /usr/man 22MANDIR = /usr/man
23MAN8DIR = $(MANDIR)/man8 23MAN8DIR = $(MANDIR)/man8
24CONFDIR = /etc/$(PACKAGE) 24CONFDIR = /etc/$(PACKAGE)
25CONFFILES = conf/14.0-14.1.repl conf/14.1-14.2.repl 25CONFFILES = 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 @@
1slackupgrade -- history of user-visible changes. 2019-09-23 1slackupgrade -- history of user-visible changes. 2020-02-15
2See the end of file for copying conditions. 2See the end of file for copying conditions.
3 3
4Please send slackupgrade bug reports to <gray+slackupgrade@gnu.org.ua> 4Please send slackupgrade bug reports to <gray+slackupgrade@gnu.org.ua>
5 5
6Version 2.0, 2020-02-15
7
8Implement safe upgrade mode. In safe mode, slackupgrade first
9downloads all needed packages from the remote repository and then
10proceeds to upgrade. Downloaded packages are removed after
11installation. This is the default mode, if there is sufficient disk
12space.
13
6Version 1.0, 2019-09-23 14Version 1.0, 2019-09-23
7 15
8Initial release. 16Initial release.
9 17
10========================================================================= 18=========================================================================
11Copyright information: 19Copyright information:
12 20
13Copyright (C) 2019 Sergey Poznyakoff 21Copyright (C) 2020 Sergey Poznyakoff
14 22
15 Permission is granted to anyone to make or distribute verbatim copies 23 Permission is granted to anyone to make or distribute verbatim copies
16 of this document as received, in any medium, provided that the 24 of this document as received, in any medium, provided that the
17 copyright notice and this permission notice are preserved, 25 copyright notice and this permission notice are preserved,
18 thus giving the recipient permission to redistribute in turn. 26 thus giving the recipient permission to redistribute in turn.
19 27

Return to:

Send suggestions and report system problems to the System administrator.