- Updated to revision 324, fixes the following problems
* When a json message arrives in pieces, the start is dropped and the decoding fails. * Not enough testing for GUI functionality. * getcmdtype(), getcmdpos() and getcmdline() are not tested. * ":help :[range]" does not work. (Tony Mechelynck) * ":help z?" does not work. (Pavol Juhas) * No test for setting 'guifont'. * Small mistake in 7x13 font name. * Insert mode completion does not respect "start" in 'backspace'. * Warning for unused variable with small build. * When using the tiny version trying to load the matchit plugin gives an error. On MS-Windows some default mappings fail. * Possible overflow with spell file where the tree length is corrupted. CVE-2017-5953 bsc#1024724 * When running the command line tests there is a one second wait. * Illegal memory access with "1;y". OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=416
This commit is contained in:
parent
18468d0aa5
commit
73fef15f02
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:954438108562193b3c40d4558bf35b1f0910a97b58896a4be4d289f035b3aeb0
|
||||
size 12985133
|
3
vim-8.0.0324.tar.gz
Normal file
3
vim-8.0.0324.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae00e1d1acb3e84f5f88b7df2a494199f168af28db0aa896bc8d9dbc2cc1d1cd
|
||||
size 12985045
|
22
vim.changes
22
vim.changes
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 10 12:10:59 UTC 2017 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 324, fixes the following problems
|
||||
* When a json message arrives in pieces, the start is dropped and the
|
||||
decoding fails.
|
||||
* Not enough testing for GUI functionality.
|
||||
* getcmdtype(), getcmdpos() and getcmdline() are not tested.
|
||||
* ":help :[range]" does not work. (Tony Mechelynck)
|
||||
* ":help z?" does not work. (Pavol Juhas)
|
||||
* No test for setting 'guifont'.
|
||||
* Small mistake in 7x13 font name.
|
||||
* Insert mode completion does not respect "start" in 'backspace'.
|
||||
* Warning for unused variable with small build.
|
||||
* When using the tiny version trying to load the matchit plugin gives an
|
||||
error. On MS-Windows some default mappings fail.
|
||||
* Possible overflow with spell file where the tree length is corrupted.
|
||||
CVE-2017-5953 bsc#1024724
|
||||
* When running the command line tests there is a one second wait.
|
||||
* Illegal memory access with "1;y".
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 10:12:18 UTC 2017 - idonmez@suse.com
|
||||
|
||||
|
4
vim.spec
4
vim.spec
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%define pkg_version 8.0
|
||||
%define patchlevel 0311
|
||||
%define patchlevel_compact 311
|
||||
%define patchlevel 0324
|
||||
%define patchlevel_compact 324
|
||||
%define VIM_SUBDIR vim80
|
||||
%define site_runtimepath /usr/share/vim/site
|
||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user