- update to 9.0.2146

*  text-property without type errors when joining
 *  wrong scrolling in insert mode with smoothscroll
 *  Text properties causes wrong line wrapping
 *  disable the test_terminal_resize2() test for GH CI in gui mode
 *  [security]: buffer-overflow in ex_substitute
 *  [security]: stack-buffer-overflow in option callback functions
 *  [security]: buffer-overflow in suggest_trie_walk
 *  [security]: use-after-free in win-enter
 *  check that all files are listed in Filelist
 *  html.angular ft is problematic
 *  disable the test_terminal_resize() test for GH CI in GUI
 *  Overflow logic requires long long
 *  include several missing files
 *  Can't detect angular & mustache filetypes

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=831
This commit is contained in:
2023-12-04 12:03:56 +00:00
committed by Git OBS Bridge
parent 0288423418
commit 6df3c603f1
5 changed files with 76 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Dec 4 12:00:43 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 9.0.2146
* text-property without type errors when joining
* wrong scrolling in insert mode with smoothscroll
* Text properties causes wrong line wrapping
* disable the test_terminal_resize2() test for GH CI in gui mode
* [security]: buffer-overflow in ex_substitute
* [security]: stack-buffer-overflow in option callback functions
* [security]: buffer-overflow in suggest_trie_walk
* [security]: use-after-free in win-enter
* check that all files are listed in Filelist
* html.angular ft is problematic
* disable the test_terminal_resize() test for GH CI in GUI
* Overflow logic requires long long
* include several missing files
* Can't detect angular & mustache filetypes
-------------------------------------------------------------------
Wed Nov 29 11:45:27 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>