- patchlevel 979

This commit is contained in:
Karsten Hopp 2015-12-20 11:20:16 +01:00
parent c9fbd2a26e
commit fa414ba7df
4 changed files with 23 additions and 2 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ vim-7.2.tar.bz2
/vim-7.4-970.tar.bz2
/vim-7.4-972.tar.bz2
/vim-7.4-977.tar.bz2
/vim-7.4-979.tar.bz2

View File

@ -1,3 +1,20 @@
commit 4a8c2cfc56b9affc36934aa0f20d8cfd2b1511c8
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Dec 19 15:28:18 2015 +0100
patch 7.4.979
Problem: When changing the crypt key the blocks read from disk are not
decrypted.
Solution: Also call ml_decrypt_data() when mf_old_key is set. (Ken Takata)
commit c42b9c670ea621d4dac0f216e011a6db576c5136
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Dec 19 15:15:54 2015 +0100
patch 7.4.978
Problem: test_cdo fails when using another language than English.
Solution: Set the language to C. (Dominique Pelle)
commit 9bc01ebb957d2b30d57bd30d7aee6f1df2a336b0
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Dec 17 21:14:58 2015 +0100

View File

@ -1 +1 @@
7a8ae8ba21f836b180360e144a592111 vim-7.4-977.tar.bz2
6a7f2abd197a1e9c8c4ee3eb7951f365 vim-7.4-979.tar.bz2

View File

@ -1,4 +1,4 @@
%define patchlevel 977
%define patchlevel 979
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -756,6 +756,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Sun Dec 20 2015 Karsten Hopp <karsten@redhat.com> 7.4.979-1
- patchlevel 979
* Fri Dec 18 2015 Karsten Hopp <karsten@redhat.com> 7.4.977-1
- patchlevel 977