- patchlevel 1265

This commit is contained in:
Karsten Hopp 2016-02-06 11:20:16 +01:00
parent 422fb9847a
commit a8da9b8c1c
4 changed files with 38 additions and 2 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@ vim-7.2.tar.bz2
/vim-7.4-1246.tar.bz2 /vim-7.4-1246.tar.bz2
/vim-7.4-1257.tar.bz2 /vim-7.4-1257.tar.bz2
/vim-7.4-1261.tar.bz2 /vim-7.4-1261.tar.bz2
/vim-7.4-1265.tar.bz2

View File

@ -1,3 +1,35 @@
commit f416086f264c1d998863b2e600f4c14f799d0d99
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Feb 5 23:09:12 2016 +0100
patch 7.4.1265
Problem: Not all channel commands are tested.
Solution: Add a test for "normal", "expr" and "redraw".
commit 6076fe1986255d32b7a078a28bf9e7bea19d6f30
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Feb 5 22:49:56 2016 +0100
patch 7.4.1264
Problem: Crash when receiving an empty array.
Solution: Check for array with wrong number of arguments. (Damien)
commit 4d919d748e4e435edb135aa5ccf6ee7de9212023
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Feb 5 22:36:41 2016 +0100
patch 7.4.1263
Problem: ch_open() hangs when the server isn't running.
Solution: Add a timeout. Use a dict to pass arguments. (Yasuhiro Matsumoto)
commit a07fec9c85d062acd9dd433a2e681770f459ba47
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Feb 5 21:04:08 2016 +0100
patch 7.4.1262
Problem: The channel callback is not invoked.
Solution: Make a list of pending callbacks.
commit 4b6a6dcbe7bd13170c4884cc17acb1eac2c633d1 commit 4b6a6dcbe7bd13170c4884cc17acb1eac2c633d1
Author: Bram Moolenaar <Bram@vim.org> Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Feb 4 22:49:49 2016 +0100 Date: Thu Feb 4 22:49:49 2016 +0100

View File

@ -1 +1 @@
3869872bdcee02e4d0e3f758b3ec5cfb vim-7.4-1261.tar.bz2 e424e0d9824e38e7ee47e3adf6f5434e vim-7.4-1265.tar.bz2

View File

@ -1,4 +1,4 @@
%define patchlevel 1261 %define patchlevel 1265
%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/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Sat Feb 06 2016 Karsten Hopp <karsten@redhat.com> 7.4.1265-1
- patchlevel 1265
* Fri Feb 05 2016 Karsten Hopp <karsten@redhat.com> 7.4.1261-1 * Fri Feb 05 2016 Karsten Hopp <karsten@redhat.com> 7.4.1261-1
- patchlevel 1261 - patchlevel 1261