- patchlevel 970

This commit is contained in:
Karsten Hopp 2015-12-13 11:20:15 +01:00
parent 973382463a
commit 39a2a53833
4 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ vim-7.2.tar.bz2
/vim-7.4-947.tar.bz2 /vim-7.4-947.tar.bz2
/vim-7.4-960.tar.bz2 /vim-7.4-960.tar.bz2
/vim-7.4-969.tar.bz2 /vim-7.4-969.tar.bz2
/vim-7.4-970.tar.bz2

View File

@ -1,3 +1,12 @@
commit 9ec021a2b0dd35ba744a8e2a9430a643c85b922a
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Dec 12 16:23:29 2015 +0100
patch 7.4.970
Problem: Rare crash in getvcol(). (Timo Mihaljov)
Solution: Check for the buffer being NULL in init_preedit_start_col.
(Hirohito Higashi, Christian Brabandt)
commit 35be4534c029148a89ccc41e8e465d793e7ed7c2 commit 35be4534c029148a89ccc41e8e465d793e7ed7c2
Author: Bram Moolenaar <Bram@vim.org> Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Dec 11 22:38:36 2015 +0100 Date: Fri Dec 11 22:38:36 2015 +0100

View File

@ -1 +1 @@
f2deb4fdf029e7364279f49ec1679be2 vim-7.4-969.tar.bz2 76d656176c31a6d9150887d537efa04f vim-7.4-970.tar.bz2

View File

@ -1,4 +1,4 @@
%define patchlevel 969 %define patchlevel 970
%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
* Sun Dec 13 2015 Karsten Hopp <karsten@redhat.com> 7.4.970-1
- patchlevel 970
* Sat Dec 12 2015 Karsten Hopp <karsten@redhat.com> 7.4.969-1 * Sat Dec 12 2015 Karsten Hopp <karsten@redhat.com> 7.4.969-1
- patchlevel 969 - patchlevel 969