- patchlevel 314

This commit is contained in:
Zdenek Dohnal 2017-02-07 13:47:40 +01:00
parent 18b3b4fb39
commit c55df26dca
4 changed files with 35 additions and 2 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@
/vim-8.0-275.tar.bz2 /vim-8.0-275.tar.bz2
/vim-8.0-297.tar.bz2 /vim-8.0-297.tar.bz2
/vim-8.0-311.tar.bz2 /vim-8.0-311.tar.bz2
/vim-8.0-314.tar.bz2

View File

@ -1,3 +1,32 @@
commit 65189a1294307abf007faab7385dc0145ba72b06
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Feb 6 22:22:17 2017 +0100
patch 8.0.0314: getcmd*() functions are not tested
Problem: getcmdtype(), getcmdpos() and getcmdline() are not tested.
Solution: Add tests. (Yegappan Lakshmanan)
commit 6f785749db766205616fcf8438f43d1859d8f5e4
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Feb 6 22:11:55 2017 +0100
patch 8.0.0313: not enough testing for GUI functionality
Problem: Not enough testing for GUI functionality.
Solution: Add tests for the GUI font. (Kazunobu Kuriyama)
commit 88989cc381c764978f7d7c8e387f3efc21333b4b
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Feb 6 21:56:09 2017 +0100
patch 8.0.0312: failure when a channel receives a split json message
Problem: When a json message arrives in pieces, the start is dropped and
the decoding fails.
Solution: Do not drop the start when it is still needed. (Kay Zheng) Add a
test. Reset the timeout when something is received.
commit 544d3bc9f0e494cb712a33b61558b8e8e12b1e0b commit 544d3bc9f0e494cb712a33b61558b8e8e12b1e0b
Author: Bram Moolenaar <Bram@vim.org> Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Feb 5 21:14:50 2017 +0100 Date: Sun Feb 5 21:14:50 2017 +0100

View File

@ -1 +1 @@
SHA512 (vim-8.0-311.tar.bz2) = 0198a342b0c212b6c9c119d76791e4de5cd5fa6e42ff97c3d26fff1e5afa66aa2bf594ec9e6c556425ea0098982af94160c32cc83723fe5bdb58ecf73da847f1 SHA512 (vim-8.0-314.tar.bz2) = 923533e2b9f8f95f3106cd941541f96d737d9fac2004d8235f7a4c992b888e4e247b84aa4b34e7bc66ac8907359809fe27b8f8ae659f5741e595c124348c8f22

View File

@ -1,4 +1,4 @@
%define patchlevel 311 %define patchlevel 314
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -756,6 +756,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %changelog
* Tue Feb 07 2017 Karsten Hopp <karsten@redhat.com> 8.0.314-1
- patchlevel 314
* Mon Feb 06 2017 Karsten Hopp <karsten@redhat.com> 8.0.311-1 * Mon Feb 06 2017 Karsten Hopp <karsten@redhat.com> 8.0.311-1
- patchlevel 311 - patchlevel 311