From 512ea5245eba1547264bea289cb9a70759121c9a Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Sep 07 2017 10:25:56 +0000 Subject: - patchlevel 1067 --- diff --git a/.gitignore b/.gitignore index 5d00287..a7d4cb9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.patches b/README.patches index 2667765..94988a0 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,33 @@ +commit e723c42836d971180d1bf9f98916966c5543fff1 +Author: Bram Moolenaar +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 +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 +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 Date: Tue Sep 5 23:32:38 2017 +0200 diff --git a/sources b/sources index 0a9389a..60aa284 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.0-1064.tar.bz2) = 764a2475249c10acfa46977e1938effd92160c9d6f1350e83a3869890a1f733e9273151cbb6e318817533346a943229c3aa629d34e95b659ce0cad8bb98b8320 +SHA512 (vim-8.0-1067.tar.bz2) = fed2d91cf470205810c708e24673bdf597d0a01a108760c667e7915bafc5f5283592774ab884246ec801abb3cb17ee8479203742dbf188f9ce9bd0576b741ca2 diff --git a/vim.spec b/vim.spec index b268698..cd0c7b9 100644 --- a/vim.spec +++ b/vim.spec @@ -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 8.0.1067-1 +- patchlevel 1067 + * Wed Sep 06 2017 Karsten Hopp 8.0.1064-1 - patchlevel 1064