- patchlevel 606

This commit is contained in:
Zdenek Dohnal 2017-05-29 10:26:32 +02:00
parent 69f8f0b45d
commit 7b70e74c7e
4 changed files with 33 additions and 2 deletions

1
.gitignore vendored
View File

@ -71,3 +71,4 @@
/vim-8.0-599.tar.bz2
/vim-8.0-600.tar.bz2
/vim-8.0-604.tar.bz2
/vim-8.0-606.tar.bz2

View File

@ -1,3 +1,30 @@
commit 6e62da3e14d32f76f60d5cc8b267059923842f17
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 28 08:16:25 2017 +0200
patch 8.0.0606: cannot set the context for a specified quickfix list
Problem: Cannot set the context for a specified quickfix list.
Solution: Use the list index instead of the current list. (Yegappan
Lakshmanan)
commit 6dd4a53502fb4ec1b66104eab1805e7254ad9e41
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 28 07:56:36 2017 +0200
patch 8.0.0605: the quickfix cached buffer may become invalid
Problem: The buffer that quickfix caches for performance may become
invalid. (Daniel Hahler)
Solution: Reset qf_last_bufref in qf_init_ext(). (Daniel Hahler,
closes #1728, closes #1676)
commit b4d6c3ea4a59c6d8d4e0e52120596866f0edd510
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat May 27 16:45:17 2017 +0200
Update runtime files.
commit 712598f210570627534246cb5dcbb4f213367997
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed May 24 10:42:37 2017 +0200

View File

@ -1 +1 @@
SHA512 (vim-8.0-604.tar.bz2) = 67d804478a27b52e033ec4bb63d62b175856f7c8352966dfeb939ce99d7351e2e628f1a7b017e1e4050b82627925bec35b9b49ca45664001daae410a0dd4f9a6
SHA512 (vim-8.0-606.tar.bz2) = 9b36af6487752b213206388f799f971ff7ee115e20cd6dbf720018af7b645885dc1b238cad213d859bdedf5c60926448de9ba718c8a274984edff0c3c4174665

View File

@ -1,4 +1,4 @@
%define patchlevel 604
%define patchlevel 606
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -765,6 +765,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Mon May 29 2017 Karsten Hopp <karsten@redhat.com> 8.0.606-1
- patchlevel 606
* Thu May 25 2017 Karsten Hopp <karsten@redhat.com> 8.0.604-1
- patchlevel 604