Unidiff2 files changed, 6 insertions, 2 deletions
|
diff --git a/Makefile b/Makefile index 8c5063c..def1c67 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -16,7 +16,7 @@ |
16 | # <http://www.gnu.org/licenses/>. |
16 | # <http://www.gnu.org/licenses/>. |
17 | |
17 | |
18 | PACKAGE = slackupgrade |
18 | PACKAGE = slackupgrade |
19 | VERSION = 2.1 |
19 | VERSION = 2.2 |
20 | |
20 | |
21 | SBINDIR = /sbin |
21 | SBINDIR = /sbin |
22 | MANDIR = /usr/man |
22 | MANDIR = /usr/man |
|
|
diff --git a/NEWS b/NEWS index 0e6eb31..6d330c8 100644 --- a/ NEWS+++ b/ NEWS |
|
@@ -1,8 +1,12 @@ |
1 | slackupgrade -- history of user-visible changes. 2020-03-28 |
1 | slackupgrade -- history of user-visible changes. 2020-03-29 |
2 | See the end of file for copying conditions. |
2 | See the end of file for copying conditions. |
3 | |
3 | |
4 | Please send slackupgrade bug reports to <gray+slackupgrade@gnu.org.ua> |
4 | Please send slackupgrade bug reports to <gray+slackupgrade@gnu.org.ua> |
5 | |
5 | |
| |
6 | Version 2.2, 2020-03-29 |
| |
7 | |
| |
8 | * Fix the -k option. |
| |
9 | |
6 | Version 2.1, 2020-03-28 |
10 | Version 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. |
|