aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2022-04-30 14:50:24 +0200
committerSergey Poznyakoff <gray@gnu.org>2022-04-30 14:50:24 +0200
commit79810ba61b945b7b3c65bdde74952e7d0dc425c0 (patch)
tree2389bb4d0a56752bc67daecc3aa619c906c2fee5
parent2859939779b5fd2d5268328642cbc77efcc46d53 (diff)
downloadslackupgrade-master.tar.gz
slackupgrade-master.tar.bz2
Version 2.3HEADv2.3master
-rw-r--r--Makefile2
-rw-r--r--NEWS6
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2f335d1..0a04321 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.2
+VERSION = 2.3
SBINDIR = /sbin
MANDIR = /usr/man
MAN8DIR = $(MANDIR)/man8
CONFDIR = /etc/$(PACKAGE)
CONFFILES = conf/14.0-14.1.repl conf/14.1-14.2.repl conf/14.2-15.0.repl
help:;
@echo "Avalable targets:"
@echo ""
@echo "$$ make install"
@echo " Installs the program. Influential variables:"
diff --git a/NEWS b/NEWS
index 6d330c8..b589948 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,21 @@
-slackupgrade -- history of user-visible changes. 2020-03-29
+slackupgrade -- history of user-visible changes. 2022-04-30
See the end of file for copying conditions.
Please send slackupgrade bug reports to <gray+slackupgrade@gnu.org.ua>
+Version 2.3, 2022-04-30
+
+* Support for Slackware 15.0
+
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

Return to:

Send suggestions and report system problems to the System administrator.