diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 01467bc..3a75092 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,114 @@ +vim (2:9.1.0709-1~progress7.99u1) graograman-backports; urgency=medium + + * Uploading to graograman-backports, remaining changes: + - Updating maintainer field. + - Updating uploaders field. + - Updating bugs field. + - Updating vcs fields. + - Setting BUILDER to maintainers@lists.progress-linux.org. + - Building vim with python3. + - Building vim-gtk3 without ruby. + - Updating debversions for Progress Linux 1 to 9. + - Disabling mouse. + - Disabling BufReadPost. + - Reading configuration files in /etc/vim/vimrc.d. + - Enabling autoindent. + - Enabling highlight whitespace. + - Enabling hlsearch. + - Enabling incsearch. + - Enabling listchars. + - Enabling noerrorbells. + - Enabling powerline. + * Merging upstream version 2:9.1.0709. + * Merging debian version 2:9.1.0709-1. + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Thu, 19 Sep 2024 06:05:57 +0200 + +vim (2:9.1.0709-1) unstable; urgency=medium + + * Merge upstream patch v9.1.0709 + + Security fixes: + - 9.1.0707: Fix possibility of invalid cursor position, CVE-2024-45306 + + 9.1.0706: Fix test_gettext tests when building in a shadow directory + + 9.1.0709: Fix lookup of GUIEnter autocmd name in Turkish locale (Closes: + #1074174) + * Build-Depend on locales-all package to test new gettext() vimscript function + * Delete runtime/doc/tags-* (language specific tags) during clean + + -- James McCoy <jamessan@debian.org> Tue, 03 Sep 2024 10:30:28 -0400 + +vim (2:9.1.0698-1~progress7.99u1) graograman-backports; urgency=medium + + * Uploading to graograman-backports, remaining changes: + - Updating maintainer field. + - Updating uploaders field. + - Updating bugs field. + - Updating vcs fields. + - Setting BUILDER to maintainers@lists.progress-linux.org. + - Building vim with python3. + - Building vim-gtk3 without ruby. + - Updating debversions for Progress Linux 1 to 9. + - Disabling mouse. + - Disabling BufReadPost. + - Reading configuration files in /etc/vim/vimrc.d. + - Enabling autoindent. + - Enabling highlight whitespace. + - Enabling hlsearch. + - Enabling incsearch. + - Enabling listchars. + - Enabling noerrorbells. + - Enabling powerline. + * Merging upstream version 2:9.1.0698. + * Merging debian version 2:9.1.0698-1. + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Thu, 19 Sep 2024 06:05:30 +0200 + +vim (2:9.1.0698-1) unstable; urgency=medium + + * Merge upstream tag v9.1.0698 + + Security fixes: + - 9.1.0647: Fix use-after-free in tagstack_clear_entry(), CVE-2024-41957 + - 9.1.0648: Fix double free in dialog_changed(), CVE-2024-41965 + - 9.1.0678: Fix use-after-free in alist_add(), CVE-2024-43374 + - 9.1.0689: Fix buffer-overflow in do_search() when 'rightleft' is set, + CVE-2024-43790 + - 9.1.0697: Fix heap-buffer-overflow in ins_typebuf(), CVE-2024-43802 + + 9.1.0568: Add support for completing paths from 'cdpath' in :cd (Closes: + #509940) + * Clarify defaults.vim instructions in system vimrc when wanting to source + defaults.vim to build on top of its settings. + * Adjust make parameter used to specify vim binary, since upstream changed + the expected variable name in multiple makefiles + + -- James McCoy <jamessan@debian.org> Wed, 28 Aug 2024 06:41:08 -0400 + +vim (2:9.1.0496-1~progress7.99u1) graograman-backports; urgency=medium + + * Uploading to graograman-backports, remaining changes: + - Updating maintainer field. + - Updating uploaders field. + - Updating bugs field. + - Updating vcs fields. + - Setting BUILDER to maintainers@lists.progress-linux.org. + - Building vim with python3. + - Building vim-gtk3 without ruby. + - Updating debversions for Progress Linux 1 to 9. + - Disabling mouse. + - Disabling BufReadPost. + - Reading configuration files in /etc/vim/vimrc.d. + - Enabling autoindent. + - Enabling highlight whitespace. + - Enabling hlsearch. + - Enabling incsearch. + - Enabling listchars. + - Enabling noerrorbells. + - Enabling powerline. + * Merging upstream version 2:9.1.0496. + * Merging debian version 2:9.1.0496-1. + * Refreshing syntax-debversions.patch. + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Thu, 20 Jun 2024 05:57:37 +0200 + vim (2:9.1.0496-1) unstable; urgency=medium * Merge upstream tag v9.1.0496 |