- patchlevel 0084

This commit is contained in:
Zdenek Dohnal 2016-11-14 15:20:10 +01:00
parent 7169b17da8
commit cfcc69e313
4 changed files with 79 additions and 5 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/vim-8.0-037.tar.bz2
/vim-8.0-057.tar.bz2
/vim-8.0-061.tar.bz2
/vim-8.0-000.tar.bz2

View File

@ -1,3 +1,76 @@
commit 7618e00d3b8bfe064cfc524640d754607361f9df
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Nov 13 15:09:26 2016 +0100
patch 8.0.0084
Problem: Using freed memory when adding to a quickfix list. (Domenique
Pelle)
Solution: Clear the directory name.
commit 8e639052638a9bb8c7dd6e3e10776b1218cec1a3
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Nov 13 14:31:40 2016 +0100
patch 8.0.0083
Problem: Using freed memory with win_getid(). (Domenique Pelle)
Solution: For the current tab use curwin.
commit 3f7d0907269558cb3ea184a3083640f9e20bb21e
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Nov 12 21:13:42 2016 +0100
patch 8.0.0082
Problem: Extension for configure should be ".ac".
Solution: Rename configure.in to configure.ac. (James McCoy, closes #1173)
commit d4db7719bdfbc54df396eac08d8cbb2389feacf4
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Nov 12 19:16:46 2016 +0100
patch 8.0.0081
Problem: Inconsistent function names.
Solution: Rename do_cscope to ex_cscope. Clean up comments.
commit b6be3ea45b3bb260d475ba63620252ce2963c560
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Nov 12 18:30:39 2016 +0100
patch 8.0.0080
Problem: The OS X build fails on Travis.
Solution: Skip the virtual framebuffer on OS X.
commit 2b946c9f9b0e0fd805fb8f3e4c16e0a68ae13129
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Nov 12 18:14:44 2016 +0100
patch 8.0.0079
Problem: Accessing freed memory in quickfix. (Domenique Pelle)
Solution: Do not free the current list when adding to it.
commit 63bed3d319b5d90765dbdae93a3579b6322d79fb
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Nov 12 15:36:54 2016 +0100
patch 8.0.0078
Problem: Accessing freed memory in quickfix.
Solution: Reset pointer when freeing 'errorformat'. (Domenique Pelle)
commit e3505dfc858260a21f2bbc6056f5769dea2f273d
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Nov 11 21:57:45 2016 +0100
patch 8.0.0077
Problem: The GUI code is not tested by Travis.
Solution: Install the virtual framebuffer.
commit 79cbdcb1eeead00bad6fc64ab4a53e5860d5a663
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Nov 11 21:14:03 2016 +0100
patch 8.0.0076
Problem: Channel log has double parens ()().
Solution: Remove () for write_buf_line. (Yasuhiro Matsumoto)
commit 8a5883b7488e492419dde7e1637cc72f2d566ba4
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Nov 10 20:20:05 2016 +0100

View File

@ -1 +1 @@
0c65868820e0e197716bba0e5afaf18f vim-8.0-061.tar.bz2
a63e8e33edd71b58dc0b22232121f5ec vim-8.0-000.tar.bz2

View File

@ -1,4 +1,4 @@
%define patchlevel 061
%define patchlevel 000
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -388,7 +388,7 @@ SentUpstream: 2014-05-22
Vim is a highly configurable text editor built to enable efficient text
editing.
Vim is often called a "programmer's editor," and so useful for programming
that many consider it an entire IDE. It's not just for programmers, though.
that many consider it an entire IDE. It is not just for programmers, though.
Vim is perfect for all kinds of text editing, from composing email to
editing configuration files.
</p>
@ -754,8 +754,8 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/*
%changelog
* lis 11 2016 Karsten Hopp <karsten@redhat.com> 8.0.061-1
- patchlevel 061
* Mon Nov 14 2016 Karsten Hopp <karsten@redhat.com> 8.0.000-1
- patchlevel 000
* Wed Nov 09 2016 Karsten Hopp <karsten@redhat.com> 8.0.057-1
- patchlevel 057