- patchlevel 563

This commit is contained in:
Zdenek Dohnal 2017-04-13 12:21:02 +02:00
parent 9b750c987a
commit b1a4e76dd9
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,12 @@
commit 9f9288627795cb6cc6bff332d28eac86b1dbcf13
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Apr 11 22:44:05 2017 +0200
patch 8.0.0563: crash when getting the window position in tmux
Problem: Crash when getting the window position in tmux. (Marvin Schmidt)
Solution: Add t_GP to the list of terminal options. (closes #1627)
commit ea588154d00aec288e48b344b2685e46bea99cd6
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Apr 10 22:45:30 2017 +0200

View File

@ -1,4 +1,4 @@
%define patchlevel 562
%define patchlevel 563
%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 Apr 13 2017 Karsten Hopp <karsten@redhat.com> 8.0.563-1
- patchlevel 563
* Tue Apr 11 2017 Karsten Hopp <karsten@redhat.com> 8.0.562-1
- patchlevel 562