- patchlevel 458

This commit is contained in:
Zdenek Dohnal 2017-03-15 10:26:49 +01:00
parent 3ecfc93c2c
commit 9abab386c3
4 changed files with 26 additions and 2 deletions

1
.gitignore vendored
View File

@ -49,3 +49,4 @@
/vim-8.0-430.tar.bz2 /vim-8.0-430.tar.bz2
/vim-8.0-442.tar.bz2 /vim-8.0-442.tar.bz2
/vim-8.0-456.tar.bz2 /vim-8.0-456.tar.bz2
/vim-8.0-458.tar.bz2

View File

@ -1,3 +1,23 @@
commit 42f45b850df93b806ef44f3025aecedfffb9ae01
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Mar 14 22:17:14 2017 +0100
patch 8.0.0458: potential crash if adding list or dict to dict fails
Problem: Potential crash if adding list or dict to dict fails.
Solution: Make sure the reference count is correct. (Nikolai Pavlov, closes
#1555)
commit 88d298aed8682eac872ebfe40df3112a6acd83e8
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Mar 14 21:53:58 2017 +0100
patch 8.0.0457: using :move messes up manual folds
Problem: Using :move messes up manual folds.
Solution: Split adjusting marks and folds. Add foldMoveRange(). (neovim
patch #6221)
commit 84be8b66604ef28c0e249284da3c6f0cab1c25ae commit 84be8b66604ef28c0e249284da3c6f0cab1c25ae
Author: Bram Moolenaar <Bram@vim.org> Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Mar 13 22:41:42 2017 +0100 Date: Mon Mar 13 22:41:42 2017 +0100

View File

@ -1 +1 @@
SHA512 (vim-8.0-456.tar.bz2) = a71a8df49941f60336b8e28d97d203320368a4e549458fe56c1a60734533a5498e098df8491fa10516576b20a27134205fb466051d6cdfc294a3170d710a5669 SHA512 (vim-8.0-458.tar.bz2) = c06fa5befaba5d6129dfe06b82b77b5816daf5aa32cf0d25aedc72ff880f151e50568612360d33c6f0ac86415343584e9f9d05a1b2f8f022c0e4ca69aab091fc

View File

@ -1,4 +1,4 @@
%define patchlevel 456 %define patchlevel 458
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -763,6 +763,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %changelog
* Wed Mar 15 2017 Karsten Hopp <karsten@redhat.com> 8.0.458-1
- patchlevel 458
* Tue Mar 14 2017 Karsten Hopp <karsten@redhat.com> 8.0.456-1 * Tue Mar 14 2017 Karsten Hopp <karsten@redhat.com> 8.0.456-1
- patchlevel 456 - patchlevel 456