author | Sergey Poznyakoff <gray@gnu.org> | 2020-03-29 07:37:03 (GMT) |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org> | 2020-03-29 07:37:03 (GMT) |
commit | b6fc2ed878553dd7f584f8a987524e33a13d7477 (patch) (side-by-side diff) | |
tree | 7dc1b7903115cfa47bfd92b4ae1c6a5f932cb146 | |
parent | ed034ffb5f04fb58d5f43fa10b6f10e2560928b0 (diff) | |
download | slackupgrade-master.tar.gz slackupgrade-master.tar.bz2 |
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 6 insertions, 2 deletions
@@ -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.1 +VERSION = 2.2 SBINDIR = /sbin MANDIR = /usr/man MAN8DIR = $(MANDIR)/man8 CONFDIR = /etc/$(PACKAGE) CONFFILES = conf/14.0-14.1.repl conf/14.1-14.2.repl help:; @echo "Avalable targets:" @echo "" @echo "$$ make install" @echo " Installs the program. Influential variables:" @@ -1,17 +1,21 @@ -slackupgrade -- history of user-visible changes. 2020-03-28 +slackupgrade -- history of user-visible changes. 2020-03-29 See the end of file for copying conditions. Please send slackupgrade bug reports to <gray+slackupgrade@gnu.org.ua> +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 proceeds to upgrade. Downloaded packages are removed after installation. This is the default mode, if there is sufficient disk space. |