- patchlevel 1067

This commit is contained in:
Zdenek Dohnal 2017-09-07 12:25:56 +02:00
parent e8b214ef2a
commit 512ea5245e
4 changed files with 36 additions and 2 deletions

1
.gitignore vendored
View File

@ -108,3 +108,4 @@
/vim-8.0-1052.tar.bz2
/vim-8.0-1056.tar.bz2
/vim-8.0-1064.tar.bz2
/vim-8.0-1067.tar.bz2

View File

@ -1,3 +1,33 @@
commit e723c42836d971180d1bf9f98916966c5543fff1
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Sep 6 23:40:10 2017 +0200
patch 8.0.1067: try/catch in timer does not prevent it from being stopped
Problem: Using try/catch in timer does not prevent it from being stopped.
Solution: Reset the exception context and use did_emsg instead of
called_emsg.
commit 2e49b6b20c3d7229edf41ac03931ce32ce0f7bd8
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Sep 6 22:08:16 2017 +0200
patch 8.0.1066: some terminals can't handle requesting cursor mode
Problem: Some terminals can't handle requesting cursor mode. (Steven
Hartland)
Solution: Recognize vandyke SecureCRT. (closes #2008)
commit c35e4cb4fe3ce524d15ac9fdc9a8aa923761bdfd
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Sep 6 21:43:10 2017 +0200
patch 8.0.1065: not all macro examples are included
Problem: Not all macro examples are included in the self-installing
executable. (lkintact)
Solution: Add the directories to the NSIS script. (closes #2065)
commit 1b9f9d315f137cc883c7aecd39f3df329b7f9085
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Sep 5 23:32:38 2017 +0200

View File

@ -1 +1 @@
SHA512 (vim-8.0-1064.tar.bz2) = 764a2475249c10acfa46977e1938effd92160c9d6f1350e83a3869890a1f733e9273151cbb6e318817533346a943229c3aa629d34e95b659ce0cad8bb98b8320
SHA512 (vim-8.0-1067.tar.bz2) = fed2d91cf470205810c708e24673bdf597d0a01a108760c667e7915bafc5f5283592774ab884246ec801abb3cb17ee8479203742dbf188f9ce9bd0576b741ca2

View File

@ -1,4 +1,4 @@
%define patchlevel 1064
%define patchlevel 1067
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -765,6 +765,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Thu Sep 07 2017 Karsten Hopp <karsten@redhat.com> 8.0.1067-1
- patchlevel 1067
* Wed Sep 06 2017 Karsten Hopp <karsten@redhat.com> 8.0.1064-1
- patchlevel 1064