- Updated to revision 712, fixes the following problems
* Out-of-bounds read, dectected by Coverity. * Not freeing memory when encountering an error. * The filename used for ":profile" must be given literally. * Various problems with locked and fixed lists and dictionaries. * E315 when trying to delete a fold. (Yutao Yuan) * Fold can't be opened after ":move". (Ein Brown) * Compiler warning for using uninitialized variable. (Yasuhiro Matsumoto) * Joining an empty list does uneccessary work. * Compiler warning for start_dir unused when building unittests. * Searching for a character matches an illegal byte and causes invalid memory access. (Dominique Pelle) * Can't build with Ruby 2.2. * Window drawn wrong when 'laststatus' is zero and there is a command-line window. (Yclept Nemo) * Undo files can have their executable bit set. * gettext() is called too often. * ":tabmove" does not work as documented. * It is not possible to make spaces visibible in list mode. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=267
This commit is contained in:
committed by
Git OBS Bridge
parent
89408583aa
commit
d831f7c3b3
+21
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 10:45:14 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 712, fixes the following problems
|
||||
* Out-of-bounds read, dectected by Coverity.
|
||||
* Not freeing memory when encountering an error.
|
||||
* The filename used for ":profile" must be given literally.
|
||||
* Various problems with locked and fixed lists and dictionaries.
|
||||
* E315 when trying to delete a fold. (Yutao Yuan)
|
||||
* Fold can't be opened after ":move". (Ein Brown)
|
||||
* Compiler warning for using uninitialized variable. (Yasuhiro Matsumoto)
|
||||
* Joining an empty list does uneccessary work.
|
||||
* Compiler warning for start_dir unused when building unittests.
|
||||
* Searching for a character matches an illegal byte and causes invalid memory access. (Dominique Pelle)
|
||||
* Can't build with Ruby 2.2.
|
||||
* Window drawn wrong when 'laststatus' is zero and there is a command-line window. (Yclept Nemo)
|
||||
* Undo files can have their executable bit set.
|
||||
* gettext() is called too often.
|
||||
* ":tabmove" does not work as documented.
|
||||
* It is not possible to make spaces visibible in list mode.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 11:25:34 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define pkg_version 7.4
|
||||
%define patchlevel 694
|
||||
%define patchlevel 712
|
||||
%define _rversion 7-4-%patchlevel
|
||||
%define VIM_SUBDIR vim74
|
||||
%define site_runtimepath /usr/share/vim/site
|
||||
|
||||
LFS
BIN
Binary file not shown.
LFS
BIN
Binary file not shown.
Reference in New Issue
Block a user