From e503ec4247390c9c5877367b6e421db8cd555639 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 23 Sep 2019 14:43:28 +0300 Subject: Version 1.0 * slackupgrade: Use the .new suffix for the conffiles log. Backup existing log files before the run. Keep at most five backup copies for each log. Use the ".dry_run" suffix for log files created during the dry run. Enable interactive mode only if stdin is connected to a terminal. Reflect informative output in the main log file. Add timestamps to log file entries. * slackupgrade.8: Document changes. * Makefile: Version 1.0 * README: Update. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a741c2f..7a4efbf 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # . PACKAGE = slackupgrade -VERSION = 0.2 +VERSION = 1.0 SBINDIR = /sbin MANDIR = /usr/man -- cgit v1.2.1