- patchlevel 1071

This commit is contained in:
Zdenek Dohnal 2017-09-08 10:13:36 +02:00
parent e51544b252
commit 958ce51844
4 changed files with 46 additions and 3 deletions

1
.gitignore vendored
View File

@ -109,3 +109,4 @@
/vim-8.0-1056.tar.bz2 /vim-8.0-1056.tar.bz2
/vim-8.0-1064.tar.bz2 /vim-8.0-1064.tar.bz2
/vim-8.0-1067.tar.bz2 /vim-8.0-1067.tar.bz2
/vim-8.0-1071.tar.bz2

View File

@ -1,3 +1,42 @@
commit c6da01a5b8efe9ca4931074c0cf2189d357707a2
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Sep 7 22:37:36 2017 +0200
patch 8.0.1071: putty-color and cygwin-color are not recognized
Problem: $TERM names starting with "putty" and "cygwin" are likely to have
a dark background, but are not recognized.
Solution: Only check the first few characters of $TERM to match "putty" or
"cygwin". (Christian Brabandt)
commit 75a60f74ce1000b0ffed2e6a203a05f3cd160c6a
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Sep 7 22:24:41 2017 +0200
patch 8.0.1070: terminal test is flaky on Mac
Problem: Terminal test is flaky on Mac.
Solution: Add Test_terminal_noblock() to list of flaky tests.
commit 37b53270e1a65d1d56187a3d68439e666e8b75fd
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Sep 7 20:18:40 2017 +0200
patch 8.0.1069: still get CTRL-X sometimes
Problem: Still get CTRL-X sometimes for t_RS request.
Solution: Also skip 0x18 after a key code response.
commit 618d6d277e7b64ea03fcefdd75d673e8973b46c4
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Sep 7 12:59:25 2017 +0200
patch 8.0.1068: vandyke SecureCRT terminal can't handle cursor mode request
Problem: Vandyke SecureCRT terminal can't handle cursor mode request.
(Steven Hartland)
Solution: Fix pointer computation. (closes #2008)
commit e723c42836d971180d1bf9f98916966c5543fff1 commit e723c42836d971180d1bf9f98916966c5543fff1
Author: Bram Moolenaar <Bram@vim.org> Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Sep 6 23:40:10 2017 +0200 Date: Wed Sep 6 23:40:10 2017 +0200

View File

@ -1 +1 @@
SHA512 (vim-8.0-1067.tar.bz2) = fed2d91cf470205810c708e24673bdf597d0a01a108760c667e7915bafc5f5283592774ab884246ec801abb3cb17ee8479203742dbf188f9ce9bd0576b741ca2 SHA512 (vim-8.0-1071.tar.bz2) = 3b4e32b41e1744367b67a495ddeeaba5c6151f6d321fe102df3167481487c9f88d705c0f04af36e37c50785a8d070bfcc912da101bb908be87b2d4589fd0d14d

View File

@ -1,4 +1,4 @@
%define patchlevel 1067 %define patchlevel 1071
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -21,7 +21,7 @@ Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
Name: vim Name: vim
Version: %{baseversion}.%{patchlevel} Version: %{baseversion}.%{patchlevel}
Release: 2%{?dist} Release: 1%{?dist}
License: Vim License: Vim
Group: Applications/Editors Group: Applications/Editors
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
@ -765,6 +765,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %changelog
* Fri Sep 08 2017 Karsten Hopp <karsten@redhat.com> 8.0.1071-1
- patchlevel 1071
* Fri Sep 08 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1067-2 * Fri Sep 08 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1067-2
- editing vim-update.sh to do whole update automatically - editing vim-update.sh to do whole update automatically