diff --git a/.gitignore b/.gitignore index 2c95aae..79d216c 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /vim-8.0-311.tar.bz2 /vim-8.0-314.tar.bz2 /vim-8.0-318.tar.bz2 +/vim-8.0-324.tar.bz2 diff --git a/README.patches b/README.patches index ab1c650..0795eab 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,61 @@ +commit f1f6f3f7df2938b3583e341482d96c1d53124c51 +Author: Bram Moolenaar +Date: Thu Feb 9 22:28:20 2017 +0100 + + patch 8.0.0324: illegal memory access with a wrong yank range + + Problem: Illegal memory access with "1;y". + Solution: Call check_cursor() instead of check_cursor_lnum(). (Dominique + Pelle, closes #1455) + +commit 31eb139b8877439d06db0ca57692dfe35fec3f0c +Author: Bram Moolenaar +Date: Thu Feb 9 21:44:03 2017 +0100 + + patch 8.0.0323: one second pause when running cmdline test + + Problem: When running the command line tests there is a one second wait. + Solution: Change an Esc to Ctrl-C. (Yegappan Lakshmanan) + +commit 399c297aa93afe2c0a39e2a1b3f972aebba44c9d +Author: Bram Moolenaar +Date: Thu Feb 9 21:07:12 2017 +0100 + + patch 8.0.0322: possible overflow with corrupted spell file + + Problem: Possible overflow with spell file where the tree length is + corrupted. + Solution: Check for an invalid length (suggested by shqking) + +commit 8cc2a9c062fa38e133a62778518f769a423a2526 +Author: Bram Moolenaar +Date: Thu Feb 9 20:22:30 2017 +0100 + + patch 8.0.0321: errors when trying to use scripts in tiny version + + Problem: When using the tiny version trying to load the matchit plugin + gives an error. On MS-Windows some default mappings fail. + Solution: Add a check if the command used is available. (Christian Brabandt) + +commit 4d8505155ec3d0f04e268b2997153ecaf37ee188 +Author: Bram Moolenaar +Date: Thu Feb 9 18:25:14 2017 +0100 + + patch 8.0.0320: warning for unused variable with small build + + Problem: Warning for unused variable with small build. + Solution: Change #ifdef to exclude FEAT_CMDWIN. (Kazunobu Kuriyama) + +commit 190b04cdd936f4696c22466b7f077f9371d96580 +Author: Bram Moolenaar +Date: Thu Feb 9 17:37:03 2017 +0100 + + patch 8.0.0319: insert mode completion does not respect 'backspace' + + Problem: Insert mode completion does not respect "start" in 'backspace'. + Solution: Check whether backspace can go before where insert started. + (Hirohito Higashi) + commit a9f8ffb6345f5b246944c73b9861fcc53eaa5228 Author: Bram Moolenaar Date: Thu Feb 9 16:14:53 2017 +0100 diff --git a/sources b/sources index 027d100..8bf95db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.0-318.tar.bz2) = 661a50f9d3d5a58483a597de217c3598a8eb1556d58873bd8d1c98171d0aece67e106c7a1e1910e7f54b177dae5d93192ff4b4d2f6bcde180777f9c5a8fc6aa1 +SHA512 (vim-8.0-324.tar.bz2) = c5afbe84887c0a3fc59ec9eae24af3cec89707e0393610c5dfee5e1d7c224fc64e243f413451a5445cb3d0e155bf9680de43fe1a36fec8fb4a9fa424a9339bde diff --git a/vim.spec b/vim.spec index ab7d579..d543753 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 318 +%define patchlevel 324 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -765,6 +765,9 @@ rm -rf %{buildroot} %{_datadir}/icons/locolor/*/apps/* %changelog +* Fri Feb 10 2017 Karsten Hopp 8.0.324-1 +- patchlevel 324 + * Thu Feb 09 2017 Karsten Hopp 8.0.318-1 - patchlevel 318