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 @@
7# any later version. 7# any later version.
8# 8#
9# Slackware-upgrade-system is distributed in the hope that it will be useful, 9# Slackware-upgrade-system is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of 10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details. 12# GNU General Public License for more details.
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 = 2.1 19VERSION = 2.2
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
26 26
27help:; 27help:;
28 @echo "Avalable targets:" 28 @echo "Avalable targets:"
29 @echo "" 29 @echo ""
30 @echo "$$ make install" 30 @echo "$$ make install"
31 @echo " Installs the program. Influential variables:" 31 @echo " Installs the program. Influential variables:"
diff --git a/NEWS b/NEWS
index 0e6eb31..6d330c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,21 @@
1slackupgrade -- history of user-visible changes. 2020-03-28 1slackupgrade -- history of user-visible changes. 2020-03-29
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.2, 2020-03-29
7
8* Fix the -k option.
9
6Version 2.1, 2020-03-28 10Version 2.1, 2020-03-28
7 11
8* Bugfix in the 14.1-14.2 replacement map. 12* Bugfix in the 14.1-14.2 replacement map.
9 13
10Version 2.0, 2020-02-15 14Version 2.0, 2020-02-15
11 15
12Implement safe upgrade mode. In safe mode, slackupgrade first 16Implement safe upgrade mode. In safe mode, slackupgrade first
13downloads all needed packages from the remote repository and then 17downloads all needed packages from the remote repository and then
14proceeds to upgrade. Downloaded packages are removed after 18proceeds to upgrade. Downloaded packages are removed after
15installation. This is the default mode, if there is sufficient disk 19installation. This is the default mode, if there is sufficient disk
16space. 20space.
17 21

Return to:

Send suggestions and report system problems to the System administrator.