Change log for vim package in Debian

175 of 161 results
Published in sid-release
vim (2:9.1.0496-1) unstable; urgency=medium

  * Merge upstream tag v9.1.0496
  * Refresh patches; drop backported test_codestyle patch

 -- James McCoy <email address hidden>  Wed, 19 Jun 2024 21:07:11 -0400
Superseded in sid-release
vim (2:9.1.0377-1) unstable; urgency=medium

  * Merge upstream tag v9.1.0377
  * Add ncurses-term Build-Depends for tests requiring vt420 TERM definition
  * Backport fix for test_codestyle failure

 -- James McCoy <email address hidden>  Sat, 27 Apr 2024 11:01:43 -0400
Superseded in sid-release
vim (2:9.1.0374-1) unstable; urgency=medium

  * Team upload.
  * New upstream tag v9.1.0374.
  * runtime(debversions): Add oracular (24.10) as Ubuntu release name.

 -- Simon Quigley <email address hidden>  Fri, 26 Apr 2024 16:34:19 -0500
Superseded in sid-release
vim (2:9.1.0199-1) unstable; urgency=medium

  * Merge upstream tag v9.1.0199
    + 9.1.0064: Wayland support, which can be enabled by setting
      $GVIM_ENABLE_WAYLAND
    + 9.1.0162: Fix error handling when saving a file with xattrs (Closes:
      #1065978)
    + syntax/deb822sources.vim: Fix erroneous highlighting of keywords in
      field values. (Closes: #1061630)

 -- James McCoy <email address hidden>  Sun, 24 Mar 2024 09:16:49 -0400
Superseded in sid-release
vim (2:9.1.0016-1) unstable; urgency=medium

  * Team upload.
  * New upstream release:
    - Fix high-contrast diff highlighting introduced in 2:9.0.2189-1.

 -- Simon Quigley <email address hidden>  Thu, 11 Jan 2024 14:38:16 -0600
Superseded in sid-release
vim (2:9.1.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release, dedicated to the memory of Bram Moolenaar, Vim's
    lead developer for more than 30 years, who passed away half a year ago.
    The Vim project wouldn't exist without his work!

 -- Simon Quigley <email address hidden>  Tue, 02 Jan 2024 19:25:17 -0600
Superseded in sid-release
vim (2:9.0.2189-1) unstable; urgency=medium

  [ Simon Quigley ]
  * Merge upstream patch v9.0.2184:
    - Security fixes:
      + 9.0.2121: use-after-free in ex_substitute, CVE-2023-48706
    - Update copyright years.

  [ James McCoy ]
  * Merge upstream patch v9.0.2189
    - syntax/debcontrol.vim: Add support for loong64 keyword.  Thanks to
      <email address hidden> for the patch.

 -- James McCoy <email address hidden>  Mon, 01 Jan 2024 09:23:58 -0500
Superseded in sid-release
vim (2:9.0.2116-1) unstable; urgency=medium

  * Merge upstream patch v9.0.2116
    + Security fixes
      - 9.0.2106: Use-after-free in win_close(), CVE-2023-48231
      - 9.0.2107: FPE in adjust_plines_for_skipcol, CVE-2023-48232
      - 9.0.2108: overflow with count for :s command. Abort command if count
        is too large, CVE-2023-48233
      - 9.0.2109: overflow in nv_z_get_count. Limit max value of count,
        CVE-2023-48234
      - 9.0.2110: overflow in ex address parsing. Verify lnum is positive
        before subtracting from LONG_MAX, CVE-2023-48235
      - 9.0.2111: overflow in get_number. Return 0 when the count gets too
        large, CVE-2023-48236
      - 9.0.2112: overflow in shift_line. Limit indent to INT_MAX,
        CVE-2023-48237
    + 9.0.2116: Crash when callback function aborts because of recursiveness.
      - Fixes FTBFS on armel

 -- James McCoy <email address hidden>  Mon, 20 Nov 2023 11:05:25 -0500
Superseded in sid-release
vim (2:9.0.2103-1) unstable; urgency=medium

  * Merge upstream patch v9.0.2103
    + 9.0.2103: Fix FTBFS on 32-bit architectures due to recursive callback
      test.  Limit recursiveness to 20 levels, rather than 100.

 -- James McCoy <email address hidden>  Mon, 13 Nov 2023 08:48:31 -0500
Superseded in sid-release
vim (2:9.0.2087-1) unstable; urgency=medium

  * Merge upstream patch v9.0.2018 (Closes: #1055287)
    + Security fixes
      - 9.0.2068: overflow in :history, CVE-2023-46246

 -- James McCoy <email address hidden>  Sat, 04 Nov 2023 13:55:54 -0400
Superseded in sid-release
vim (2:9.0.2018-1) unstable; urgency=medium

  * Merge upstream patch v9.0.2018
    + Security fixes
      - 9.0.1969: buffer-overflow in trunc_string() (Closes: #1053694,
        CVE-2023-5344)
      - 9.0.1992: segfault in exmode when redrawing, CVE-2023-5441
      - 9.0.2010: use-after-free from buf_contents_changed(), CVE-2023-5535
  * xxd: Remove obsolete Breaks/Replaces on vim-common

 -- James McCoy <email address hidden>  Fri, 13 Oct 2023 15:54:12 -0400
Superseded in sid-release
vim (2:9.0.1894-1) unstable; urgency=medium

  * The "Farewell, Bram" upload
  * Merge upstream patch v9.0.1894
    + Vulnerability fixes
      - 9.0.1664: Divide by zero when scrolling with 'smoothscroll' set,
        CVE-2023-3896
      - 9.0.1840: Use after free in do_ecmd, CVE-2023-4733
      - 9.0.1846: Crash when fullcommand() is called with an invalid argument,
        CVE-2023-4734
      - 9.0.1847: Out of bounds write in do_addsub(), CVE-2023-4735
      - 9.0.1848: Buffer overflow in vim_regsub_both(), CVE-2023-4738
      - 9.0.1857: Heap use after free in is_qf_win(), CVE-2023-4750
      - 9.0.1858: Heap use after free in ins_compl_get_exp(), CVE-2023-4752
      - 9.0.1873: Heap buffer overflow in vim_regsub_both(), CVE-2023-4781
    + 9.0.1682: Use little-endian byte order for sodium encrypted files.  This
      allows re-enabling the crypt tests on big-endian platforms.
    + 9.0.1683: Use Lua 5.1 compatible numeric escapes to fix if_lua tests
      with Lua 5.1.
    + 9.0.1739: Ensure all libvterm files are cleaned during "make clean"
    + Ship an "editorconfig" plugin as an optional package.
  * Adjust copyright years and license text for Bram's passing
  * Fix the check for when to run "make distclean" (Closes: #1045719)
  * Build against Lua 5.1 instead of Lua 5.2 (Closes: #1050637)
  * Re-enable Test_uncrypt_xchacha20 tests on big-endian systems
  * Skip flaky test Test_crash1

 -- James McCoy <email address hidden>  Mon, 11 Sep 2023 09:22:50 -0400
Superseded in sid-release
vim (2:9.0.1672-1) unstable; urgency=medium

  * Merge upstream patch v9.0.1672
  * Remove check for DEB_BUILD_OPTIONS=nocheck, since dh_auto_test handles it now
  * Skip Test_uncrypt_xchacha20 tests on big endian systems

 -- James McCoy <email address hidden>  Tue, 04 Jul 2023 09:02:26 -0400
Superseded in sid-release
vim (2:9.0.1658-1) unstable; urgency=medium

  * Merge upstream patch v9.0.1658
    + Vulnerability fixes
      - 9.0.1392: Using NULL pointer with nested :open command, CVE-2023-1264
      - 9.0.1402: Crash when using null_class, CVE-2023-1355
      - 9.0.1531: Crash when register contents ends up being invalid,
        CVE-2023-2609
      - 9.0.1532: Crash when expanding "~" in substitute causes very long
        text, (Closes: #1035955, CVE-2023-2610)
    + 9.0.1409: Racket files are recognized as their own filetype, rather than
      as scheme
    + 9.0.1619: Always recognize the codes for focus gained/lost, even if Vim
      doesn't expect the terminal to support them.  (Closes: #1038401)
    + Document behavior of C-x / C-a on numbers outside the range of a 64-bit
      value.  (Closes: #1031256)
  * Refresh patches, dropping backport of v9.0.1499
  * Include uganda.txt, sponsor.txt, and versionX.txt in vim-common so the
    intro screen has functional help links when only vim-tiny and vim-common
    are installed
  * Declare compliance with Policy 4.6.2, no changes needed
  * Remove non-functional diversion handling in vim-runtime.postinst

 -- James McCoy <email address hidden>  Sat, 24 Jun 2023 11:08:58 -0400
Published in bookworm-release
Superseded in sid-release
vim (2:9.0.1378-2) unstable; urgency=medium

  * Backport 9.0.1499 to fix CVE-2023-2426 (Closes: #1035323)
  * Backport fix for indenting of Perl subroutines (Closes: #1034529)

 -- James McCoy <email address hidden>  Thu, 04 May 2023 06:24:44 -0400
Superseded in sid-release
vim (2:9.0.1378-1) unstable; urgency=medium

  * Merge upstream patch v9.0.1378
    + Vulnerability fixes
      - 9.0.1143: Invalid memory access with bad 'statusline' value,
        CVE-2023-0049
      - 9.0.1144: Reading beyond text, CVE-2023-0051
      - 9.0.1145: Invalid memory access with recursive substitute expression,
        (Closes: #1031875, CVE-2023-0054)
      - 9.0.1189: Invalid memory access with folding and using "L",
        CVE-2023-0288
      - 9.0.1225: Reading past the end of a line when formatting text,
        CVE-2023-0433
      - 9.0.1247: Divide by zero with 'smoothscroll' set and a narrow window,
        CVE-2023-0512
      - 9.0.1367: Divide by zero in zero-width window, CVE-2023-1127
      - 9.0.1376: Accessing invalid memory with put in Visual block mode,
        CVE-2023-1170
    + 9.0.1073, 9.0.1080: Fix keyboard input/mapping support for some
      terminals (e.g., foot and kitty).  (Closes: #1029049)
    + 9.0.1213: Fix inconsistent behavior when adding text after a fold at the
      end of the buffer (Closes: #868252)
    + syntax/2html.vim: Fix reference to undefined s:settings_no_doc variable
      (Closes: #1030151)
    + syntax/debcontrol.vim, syntax/debsources.vim: Add support for
      non-free-firmware.  (Closes: #1029986)

 -- James McCoy <email address hidden>  Sat, 04 Mar 2023 14:41:33 -0500
Superseded in sid-release
vim (2:9.0.1000-4) unstable; urgency=medium

  * Backport patch to fix tests on IPv6-only hosts (Closes: #1027824)

 -- James McCoy <email address hidden>  Tue, 10 Jan 2023 22:16:36 -0500
Superseded in sid-release
vim (2:9.0.1000-3) unstable; urgency=medium

  * Fix substitution of VIMCUR in vim-common.install (Closes: #1027766)
  * Backport v9.0.1129 to fix sporadic Test_range failure

 -- James McCoy <email address hidden>  Tue, 03 Jan 2023 10:15:51 -0500
Superseded in sid-release
vim (2:9.0.1000-2) unstable; urgency=medium

  * Restore man page translations for da, de, and ja (Closes: #1027318)
  * Update to debhelper-compat 13
  * Remove obsolete maintscript files for versions earlier than oldstable
  * Remove PER_VARIANT_FILES handling in debian/rules
  * Add future=+lfs to DEB_BUILD_MAINT_OPTIONS
  * Backport v9.0.1118 to fix sporadic test failures
  * ci: Run tests against installed xxd
  * ci: Install python3 for vim tests
  * Backport v9.0.1117 to fix bracketed paste with new ncurses
    (Closes: #1027674)

 -- James McCoy <email address hidden>  Mon, 02 Jan 2023 06:31:55 -0500
Superseded in sid-release
vim (2:9.0.1000-1) unstable; urgency=medium

  * Merge upstream patch v9.0.1000
    + Security fixes
      - 9.0.0882: using freed memory after SpellFileMissing autocmd uses
        bwipe, CVE-2022-4292
      - 9.0.0947: invalid memory access in substitute with function that goes
        to another file (Closes: #1027146, CVE-2022-4141)
  * Backport v9.0.1087 to fix test_autocmd flakiness

 -- James McCoy <email address hidden>  Wed, 28 Dec 2022 11:51:10 -0500
Superseded in sid-release
vim (2:9.0.0813-1) unstable; urgency=medium

  * Merge upstream patch v9.0.0813
    + syntax/markdown.vim: Fix performance of markdownLinkText highlighting.
      (Closes: #994209)

 -- James McCoy <email address hidden>  Sun, 30 Oct 2022 16:59:44 -0400
Superseded in sid-release
vim (2:9.0.0626-1) unstable; urgency=medium

  * Merge upstream patch v9.0.0626
    + Various CVE fixes (Closes: #1019590)
      - 9.0.0246: using freed memory when 'tagfunc' deletes the buffer,
        CVE-2022-2946
      - 9.0.0260: using freed memory when using 'quickfixtextfunc'
        recursively, CVE-2022-2982
      - 9.0.0322: crash when no errors and 'quickfixtextfunc' is set,
        CVE-2022-3037
      - 9.0.0360: crash when invalid line number on :for is ignored,
        CVE-2022-3099
      - 9.0.0389: crash when 'tagfunc' closes the window, CVE-2022-3134
      - 9.0.0483: illegal memory access when replacing in virtualedit mode,
        CVE-2022-3234
      - 9.0.0490: using freed memory with cmdwin and BufEnter autocmd,
        CVE-2022-3235
      - 9.0.0530: using freed memory when autocmd changes mark, CVE-2022-3256
      - 9.0.0577: buffer underflow with unexpected :finally, CVE-2022-3296
      - 9.0.0598: using negative array index with negative width window,
        CVE-2022-3324
      - 9.0.0614: CVE-2022-3352
    + 9.0.0509: confusing error for "saveas" command with "nofile" buffer
      (Closes: #796872)

 -- James McCoy <email address hidden>  Fri, 30 Sep 2022 00:38:50 -0400
Superseded in sid-release
vim (2:9.0.0242-1) unstable; urgency=medium

  * Merge upstream patch v9.0.0242
   + 9.0.241/242: Install the shared syntax files (Closes: #1017856)
  * Add historic changelog entry for #947120 fix
  * Adjust lintian overrides for new []-format
  * Declare compliance with Policy 4.6.1, no changes needed

 -- James McCoy <email address hidden>  Mon, 22 Aug 2022 22:46:33 -0400
Superseded in sid-release
vim (2:9.0.0229-1) unstable; urgency=medium

  * Merge upstream patch v9.0.0229
    + Various CVE fixes
      - 9.0.0211: invalid memory access when compiling :lockvar, CVE-2022-2819
      - 9.0.0212: invalid memory access when compiling :unlet, CVE-2022-2816
      - 9.0.0213: using freed memory with error in assert argument,
        CVE-2022-2817
      - 9.0.0218: reading before the start of the line, CVE-2022-2845
      - 9.0.0220: invalid memory access with for loop over NULL string,
        CVE-2022-2849
      - 9.0.0221: accessing freed memory if compiling nested function fails,
        CVE-2022-2862
      - 9.0.0225: using freed memory with multiple line breaks in expression,
        CVE-2022-2889
  * Add Recommends: xxd to vim-common
  * Minor fixes for vim-tiny's fake help file (Closes: #1017715)
  * Revert "Temporarily skip Test_Debugger_breakadd_expr", test fixed upstream

 -- James McCoy <email address hidden>  Sat, 20 Aug 2022 09:56:52 -0400
Superseded in sid-release
vim (2:9.0.0135-1) unstable; urgency=medium

  * Merge upstream patch v8.2.5172
    + ftplugin/perl.vim: Only add : to 'isfname' in Perl buffers.  (Closes:
      #761800)
    + ftplugin/tap.vim: Set fold-related options local to the buffer. (Closes:
      #954113)
    + syntax/debcontrol.vim: Fix highlighting of sections with a slash (e.g.,
      "non-free/utils").  (Closes: #1010839)
    + syntax/tap.vim: Match TODO/SKIP markers case-insensitively. (Closes:
      #954016)
    + syntax/perl.vim: Properly highlight code on the same line as the start
      of a here-doc block.  (Closes: #136455)
    + Various CVE fixes (Closes: #1015984, #1016068)
      - 8.2.5043: can open a cmdline window from a substitute expression,
        CVE-2022-1942
      - 8.2.5050: using freed memory when searching for pattern in path,
        CVE-2022-1968
      - 8.2.5063: error for a command may go over the end of IObuff,
        CVE-2022-2000
      - 8.2.5120: searching for quotes may go over the end of the line,
        CVE-2022-2124
      - 8.2.5122: lisp indenting may run over the end of the line,
        CVE-2022-2125
      - 8.2.5123: using invalid index when looking for spell suggestions,
        CVE-2022-2126
      - 8.2.5126: substitute may overrun destination buffer, CVE-2022-2129
      - 9.0.0018: going over the end of the typeahead, CVE-2022-2285
      - 9.0.0025: accessing beyond allocated memory with the cmdline window,
        CVE-2022-2288
      - 9.0.0035: spell dump may go beyond end of an array, CVE-2022-2304
      - 8.2.5162: reading before the start of the line with BS in Replace
        mode, CVE-2022-2207
      - 8.2.4895: buffer overflow with invalid command with composing chars,
        CVE-2022-1616
      - 8.2.4899: with latin1 encoding CTRL-W might go before the cmdline,
        CVE-2022-1619
      - 8.2.4919: can add invalid bytes with :spellgood, CVE-2022-1621
      - 8.2.4956: reading past end of line with "gf" in Visual block mode,
        CVE-2022-1720
      - 8.2.4977: memory access error when substitute expression changes
        window, CVE-2022-1785
      - 8.2.5013: after text formatting cursor may be in an invalid position,
        CVE-2022-1851
      - 8.2.5023: substitute overwrites allocated buffer, CVE-2022-1897
      - 8.2.5024: using freed memory with "]d", CVE-2022-1898
      - 9.0.0060: accessing uninitialized memory when completing long line,
        CVE-2022-2522
  * Temporarily skip Test_Debugger_breakadd_expr

 -- James McCoy <email address hidden>  Wed, 03 Aug 2022 19:00:35 -0400
Superseded in sid-release
vim (2:8.2.4793-1) unstable; urgency=medium

  * Merge upstream patch v8.2.4793

 -- James McCoy <email address hidden>  Wed, 20 Apr 2022 20:23:54 -0400
Superseded in sid-release
vim (2:8.2.4659-1) unstable; urgency=medium

  * Merge upstream patch v8.2.4659
    + 8.2.4151: reading beyond end of a line (Closes: #1004859, CVE-2022-0318)
    + autoload/phpcomplete.vim: Fix E565 error in omni-completion (Closes:
      #1008710)
  * Remove outdated NEWS and README.Debian entries
  * README.Debian: Fix links to vim-policy
  * Improve docs about purpose and effect of defaults.vim (Closes: #856273)
  * Define system (g)vimrc location as /etc/vim/(g)vimrc, rather than
    symlinking from /usr/share/vim/(g)vimrc -> /etc/vim/(g)vimrc.
  * Replace vim-athena with vim-motif, Athena GUI deprecated upstream
  * Remove lintian override for rgb.txt, removed upstream
  * Declare compliance with Policy 4.6.0, no changes needed
  * Remove vim-gtk transitional package

 -- James McCoy <email address hidden>  Sun, 03 Apr 2022 10:44:13 -0400
Published in buster-release
vim (2:8.1.0875-5+deb10u2) buster; urgency=medium

  * Revert unintentional inclusion of v8.2.3489, which is only relevant to Vim
    8.2.3110 and later.

 -- James McCoy <email address hidden>  Sat, 25 Dec 2021 10:48:51 -0500
Superseded in sid-release
vim (2:8.2.3995-1) unstable; urgency=medium

  * Merge upstream patch v8.2.3918
    + 8.2.3610: crash when ModeChanged triggered too early (Closes: #1001900,
      CVE-2021-3968)
    + 8.2.3611: crash when using CTRL-W f without finding a file name (Closes:
      #1001899, CVE-2021-3973)
    + 8.2.3612: using freed memory with regexp using a mark (Closes: #1001897,
      CVE-2021-3974)
    + 8.2.3625: illegal memory access when C-indenting (Closes: #1001896,
      CVE-2021-3984)
    + 8.2.3847: illegal memory access when using a lambda with an error
      (Closes: #1002534, CVE-2021-4136)
    + autoload/zip.vim: Use URI syntax for pseudo-filename to avoid empty
      buffer after 8.2.3468 (Closes: #1000767)
  * Revert "Disable Test_very_large_count since it fails on 32-bit systems",
    fixed upstream

 -- James McCoy <email address hidden>  Mon, 03 Jan 2022 17:57:10 -0500
Published in bullseye-release
vim (2:8.2.2434-3+deb11u1) bullseye; urgency=medium

  * Switch gbp.conf and CI to bullseye
  * Remove vim-gtk alternatives during vim-gtk -> vim-gtk3 transition
    (Closes: #993766)
  * Backport patches 8.2.3402 and 8.2.3403 to fix heap overflow in :retab
    (Closes: #994076, CVE-2021-3770)
  * Backport 8.2.3409 to fix heap overflow (Closes: #994498, CVE-2021-3778)
  * Backport patch 8.2.3428 to fix use after free (Closes: #994497,
    CVE-2021-3796)

 -- James McCoy <email address hidden>  Thu, 30 Sep 2021 21:51:08 -0400
Superseded in sid-release
vim (2:8.2.3565-1) unstable; urgency=medium

  * Merge upstream patch v8.2.3565
    + 8.2.3489: ml_get error after search with range (Closes: #996593,
      CVE-2021-3875)
    + syntax/{debchangelog,debsources}.vim: Add jammy as a recognized Ubuntu
      release (Closes: #996760)
  * Drop patches applied upstream
    + Fix test_recover.vim's checks for endianness and size of long
    + Use explicitly signed type for tt_min_argcount to fix unsigned char
      systems
  * Revert "Temporarily depend on xxd for build tests/autopkgtests"
  * Disable Test_very_large_count since it fails on 32-bit systems

 -- James McCoy <email address hidden>  Sat, 30 Oct 2021 10:56:38 -0400
Superseded in sid-release
vim (2:8.2.3455-2) unstable; urgency=medium

  * Fix test_recover.vim's checks for endianness and size of long
  * Use explicitly signed type for tt_min_argcount to fix unsigned char systems

 -- James McCoy <email address hidden>  Sun, 03 Oct 2021 09:17:57 -0400
Superseded in sid-release
vim (2:8.2.3455-1) unstable; urgency=medium

  * Merge upstream patch v8.2.3455
    + 8.2.3022: Add support for xchacha20 encryption, using libsodium
    + 8.2.3068: Update Unicode support to Unicode 13
    + 8.2.3402, 8.2.3403: invalid memory access when using :retab with large
      value (Closes: CVE-2021-3770, #994076)
    + 8.2.3409: reading beyond end of line with invalid utf-8 character
      (Closes: CVE-2021-3778, #994498)
    + 8.2.3428: using freed memory when replacing (Closes: CVE-2021-3796,
      #994497)
    + 8.2.3430: Add the ModeChanged autocommand event
    + ftplugin/scala.vim: Fix syntax of includeexpr option  (Closes: #895629)
  * Vim addons policy
    + Automatically publish policy to https://vim-team.pages.debian.net/vim/
      (Closes: #989223)
    + Rewrite policy to document use of dh_vim-addon instead of
      vim-addon-manager
  * Explicitly Depend on lynx to ensure docbook2txt works
  * Build against libsodium for non-tiny builds
  * Define a writable $HOME for the tests
  * Temporarily depend on xxd for build tests/autopkgtests, otherwise
    new tests for the xchacha20 encryption fail.
  * Switch to salsa-ci-team pipeline for CI

 -- James McCoy <email address hidden>  Thu, 30 Sep 2021 12:54:53 -0400
Superseded in bullseye-release
Superseded in sid-release
vim (2:8.2.2434-3) unstable; urgency=medium

  * Add pkg.vim.noruby Build-Profile
  * Disable ruby interpreter on alpha and ia64 (Closes: #983308)
  * Re-enable ruby for vim-gtk3 on Ubuntu, since it is no longer in main

 -- James McCoy <email address hidden>  Mon, 01 Mar 2021 21:58:09 -0500
Superseded in sid-release
vim (2:8.2.2434-2) unstable; urgency=medium

  * Only enable sound support for GUI builds (Closes: #982856)

 -- James McCoy <email address hidden>  Sat, 20 Feb 2021 13:46:51 -0500
Superseded in sid-release
vim (2:8.2.2434-1) unstable; urgency=medium

  * Merge upstream patch v8.2.2434
    + 8.2.2428: Fix handling of focus events when 'ttymouse' is unset.
      (Closes: #980449)

 -- James McCoy <email address hidden>  Sat, 30 Jan 2021 23:47:07 -0500
Superseded in sid-release
vim (2:8.2.2367-1) unstable; urgency=medium

  * Merge upstream patch v8.2.2367
    + 8.2.2367: Fix test failures on armel/armhf/mipsel

 -- James McCoy <email address hidden>  Sun, 17 Jan 2021 10:53:54 -0500
Superseded in sid-release
vim (2:8.2.2344-2) unstable; urgency=medium

  * rules: Add dummy command to test target to fix make error when
    DEB_BUILD_OPTIONS=nocheck

 -- James McCoy <email address hidden>  Thu, 14 Jan 2021 22:25:21 -0500
Superseded in sid-release
vim (2:8.2.1913-1) unstable; urgency=medium

  [ James McCoy ]
  * Merge upstream tag v8.2.1913
    + syntax/sh.vim: Highlight "local var" appropriately when /bin/sh is dash.
      (Closes: #796282)
    + plugin/netrwPlugin.vim: Fix directory navigation with
      g:netrw_liststyle=3 and g:netrw_list_hide='^\..*'.  (Closes: #942549)
    + 8.2.1909: Remove the limit on items in 'statusline'  (Closes: #688258)
    + 8.2.1912: Fix test failures with Python 3 >= 3.9 (Closes: #972777)
  * rules: Provide path to vim when building vim.pot
  * Add procps and cscope to (autopkg)test Depends
  * d/tests: Use dpkg-query rather than dpkg-parsechangelog to get upstream version
  * d/tests: Use runtime/ from source tree
  * d/tests: Force TERM=xterm when running upstreamtest
  * Stop installing vim2html.pl
  * Stop installing README.txt files in vim-runtime
  * Lintian
    + Add national-encoding overrides for files intentionally in non-UTF8
      encodings
    + Add package-contains-documentation-outside-usr-share-doc overrides for
      builtin help
    + Rename binary-without-manpage override to no-manual-page
    + Rename manpage-without-executable override to spare-manual-page
    + Override repeated-path-segment for dvorak plugin
    + Add package-contains-documentation-outside-usr-share-doc override for
      rgb.txt

  [ Pino Toscano ]
  * Remove unused XPM icons.
  * Remove do not ship gvim.svg in /usr/share/pixmaps.

 -- James McCoy <email address hidden>  Tue, 27 Oct 2020 21:38:24 -0400
Superseded in sid-release
vim (2:8.2.0716-3) unstable; urgency=medium

  * Version the vim/gvim/etc Provides for the vim binary packages.  This
    allows versioned Depends on vim to be satisfied by any of the binary
    packages instead of trying to install Package: vim.  (Closes: #960119)

 -- James McCoy <email address hidden>  Mon, 11 May 2020 22:37:13 -0400
Superseded in sid-release
vim (2:8.2.0716-2) unstable; urgency=medium

  * Build vim-basic for arch-all builds, needed for install targets

 -- James McCoy <email address hidden>  Sat, 09 May 2020 11:27:39 -0400
Superseded in sid-release
vim (2:8.2.0716-1) unstable; urgency=medium

  * Merge upstream tag v8.2.0716
    + syntax/make.vim: Fix mis-highlighting of targets that start with the
      word "overrule".  (Closes: #958993)
  * rules: Switch to dh
  * Remove src/po/vim.pot during clean

 -- James McCoy <email address hidden>  Sat, 09 May 2020 09:20:09 -0400
Superseded in sid-release
vim (2:8.2.0510-1) unstable; urgency=medium

  * Merge upstream tag v8.2.0510
    + 8.2.0444: Improve reliability of Test_swap_prompt_splitwin
    + 8.2.0447: Improve reliability of Test_terminal_scroll
    + 8.2.0454: Improve reliability of Test_state
    + 8.2.0456, 8.2.0461, 8.2.0470: Improve reliability of Test_confirm_cmd
    + 8.2.0462: Fix invalid assertion in Test_popup_and_previewwindow_dump
    + 8.2.0474: Allow ":write" to overwrite an existing file when used via
      BufWriteCmd, fixing breakage of plugins like vim-gnupg
  * Add lintian overrides for manpage-without-executable
  * Remove obsolete vim-common.preinst

 -- James McCoy <email address hidden>  Sat, 04 Apr 2020 23:20:13 -0400
Superseded in sid-release
vim (2:8.2.0439-1) unstable; urgency=medium

  * Merge upstream tag v8.2.0439
    + 8.2.0398: Fix FTBFS due to Test_profile_func() failure
    + 8.2.0436: Fix FTBFS in test_vim9_disassemble.vim due to type mismatches
      in format strings

 -- James McCoy <email address hidden>  Mon, 23 Mar 2020 23:21:40 -0400
Superseded in sid-release
vim (2:8.2.0397-1) unstable; urgency=medium

  * Merge upstream tag v8.2.0397
    + 8.2.0382: Fix Test_terminal_in_popup failures by disabling the ruler
    + syntax/resolv.vim: Refresh list of known options.  (Closes: #626371)

 -- James McCoy <email address hidden>  Tue, 17 Mar 2020 08:31:45 -0400
Superseded in sid-release
vim (2:8.2.0378-1) unstable; urgency=medium

  * Merge upstream tag v8.2.0378
    + 8.2.0374: Fix test failures on 32-bit archs.  (Closes: #953742)

 -- James McCoy <email address hidden>  Fri, 13 Mar 2020 23:40:47 -0400
Superseded in sid-release
vim (2:8.2.0368-1) unstable; urgency=medium

  * Merge upstream patch v8.2.0368
    + New "vim9script" syntax available for scripts, c.f. ":help vim9-script"
    + syntax/debchangelog.vim: Stop highlighting space before "UNRELEASED" as
      an error (Closes: #944781)
    + syntax/markdown.vim: Don't treat a bare "<" as the start of an HTML tag.
      (Closes: #892172)
    + syntax/resolv.vim: Highlight IPv6 addresses (Closes: #626371)
    + 8.2.0271: Correctly format 64-bit numbers for status messages in
      vim-tiny on 32-bit systems (Closes: #951380)
  * Declare compliance with Policy 4.5.0, no changes needed
  * Build-Depend on debhelper-compat (= 12)

 -- James McCoy <email address hidden>  Tue, 10 Mar 2020 22:54:00 -0400
Superseded in sid-release
vim (2:8.1.2269-1) unstable; urgency=medium

  * Merge upstream patch v8.1.2269
    + 8.1.2261: Disable modifyOtherKeys while in Insert mode when 'noesckeys'
      is set. (Closes: #944132)

 -- James McCoy <email address hidden>  Sat, 09 Nov 2019 07:59:40 -0500
Superseded in sid-release
vim (2:8.1.2244-1) unstable; urgency=medium

  * Merge upstream patch v8.1.2244
    + syntax/debchangelog.vim: Highlight unsupported releases differently than
      supported releases.  (Closes: #847933)
    + "mouse" feature is now always enabled.
    + Improve support for chorded mappings in xterm, when xterm's
      modifyOtherKeys mode is enabled, c.f. :help modifyOtherKeys.
  * Revert "Move /usr/bin/vim.* into /usr/libexec/vim/"
    (Closes: #943328, #942225).  The change broke user preferences for
    alternatives and sensible-editor.
  * Add /var/lib/addons to 'runtimepath' at build time (Closes: #943967)
  * Use dh_missing instead of dh_install --list-missing (Closes: #942277)

 -- James McCoy <email address hidden>  Sun, 03 Nov 2019 20:52:36 -0500
Superseded in sid-release
vim (2:8.1.2136-1) unstable; urgency=medium

  * Merge upstream patch v8.1.2136
    + Farsi support was removed
    + syntax/debcontrol.vim: Recognize "Files-Excluded(-<component>)" fields
      (Closes: #932894)
    + Swap files are automatically deleted if the file was unmodified and the
      process which generated the swap file isn't running.  (Closes: #375989)
    + Fix incorrect over-indenting when auto-indent is enabled for XML files.
      (Closes: #918672)
    + Fix indentation of bash scripts with nested if blocks.  (Closes:
      #939369)
    + New popup window support, via the "popup_*()" APIs
    + New sound support, via the "sound_*()" APIs
    + "localmap", "visual", "visualextra", "visualedit", "user_commands",
      "multi_byte", "cmdline_compl", "insert_expand", "modify_fname",
      and "comments" features are now always enabled.
    + Fix test_compiler.vim failure when locale isn't available.  (Closes:
      #917859)
  * control:
    + Remove obsolete versioned Build-Depends on dpkg-dev
  * rules:
    + Use dh_install --list-missing
  * Turn vim-gtk into a transitional package to vim-gtk3  (Closes: #930576
    since the IA__gdk_drawable_get_size assertions don't happen in the GTK3
    build)
  * Declare compliance with Policy 4.4.1, no changes needed
  * Move /usr/bin/vim.* into /usr/libexec/vim/
  * autopkgtest:
    + Mark the "$variant --version" tests superficial
    + Add new tests which run the build time tests against the installed
      binary/runtime.  Mark it flaky for now, since there are some tests which
      are more prone to fail in the LXC environment.
    + Run autopkgtests as a dedicated user, to avoid false negative failures
      with upstream tests which check permissions

 -- James McCoy <email address hidden>  Fri, 11 Oct 2019 21:37:58 -0400
Published in stretch-release
vim (2:8.0.0197-4+deb9u3) stretch-security; urgency=medium

  * Backport patch 8.1.0067 to fix loss of syntax highlighting (Closes: #930718)
    + 8.1.0067: syntax highlighting not working when re-entering a buffer

 -- James McCoy <email address hidden>  Fri, 21 Jun 2019 00:10:35 -0400
Superseded in buster-release
Superseded in sid-release
vim (2:8.1.0875-5) unstable; urgency=medium

  * gbp.conf: Set debian-tag to debian/%(version)s
  * Backport 'modelineexpr' patches to further restrict modelines
    + 8.1.1366: Using expressions in a modeline is unsafe
    + 8.1.1367: can set 'modelineexpr' in modeline
    + 8.1.1368: Modeline test fails with python but without pythonhome
    + 8.1.1382: Error when editing test file
    + 8.1.1401: misspelled mkspellmem as makespellmem (test fix)

 -- James McCoy <email address hidden>  Sat, 15 Jun 2019 12:41:15 -0400
Superseded in buster-release
Superseded in sid-release
vim (2:8.1.0875-4) unstable; urgency=high

  * Backport 8.1.1046 and 8.1.1365 to fix CVE-2019-12735  (Closes: #930020)
    + 8.1.1365: source command doesn't check for the sandbox

 -- James McCoy <email address hidden>  Fri, 07 Jun 2019 06:49:19 -0400
Superseded in buster-release
Superseded in sid-release
vim (2:8.1.0875-3) unstable; urgency=medium

  * syntax/deb{changelog,sources}: Update release names for Debian/Ubuntu
    (Closes: #927167)

 -- James McCoy <email address hidden>  Sun, 05 May 2019 23:41:10 -0400
Superseded in buster-release
Superseded in sid-release
vim (2:8.1.0875-2) unstable; urgency=medium

  * Backport 8.1.0878 and 8.1.0884 to fix test failures on kFreeBSD.
  * Backport 8.1.0948 to avoid enabling filetype detection when the +eval
    feature isn't present.  (Closes: #922106)

 -- James McCoy <email address hidden>  Fri, 22 Feb 2019 07:55:04 -0500
Superseded in buster-release
Superseded in sid-release
vim (2:8.1.0875-1) unstable; urgency=medium

  * Merge upstream patch v8.1.0875
    + "autocmd", "multi_byte", "virtualedit", and "visualextra" features are
      now always enabled.
    + New Blob type, for working with raw bytes.
    + Support a 3rd character for the "tab" setting in the 'listchars' option.
    + *.com files under /etc/apache2/sites-* are properly recognized as apache
       filetype.  (Closes: #740387)
    + syntax/debchangelog.vim: Recognize "emergency" as a valid urgency.
      (Closes: #920522)
    + Support 64-bit offsets for xxd.  (Closes: #771456)
  * rules:
    + Remove --enable-multibyte since it is always enabled
  * debian.vim:
    + Remove has('autocmd') checks since it is always enabled
  * gvimrc:
    + Adapt gui check to work for gtk2/gtk3

 -- James McCoy <email address hidden>  Mon, 04 Feb 2019 23:11:09 -0500
Superseded in buster-release
Superseded in sid-release
vim (2:8.1.0693-2) unstable; urgency=medium

  * Separate /etc/vim and /usr/share/vim/vimfiles.  The former should be for
    the sysadmin, while the latter is used by packages.
    + Make /usr/share/vim/vimfiles a directory, not a symlink to /etc/vim
    + Add /etc/vim to the default 'runtimepath'

 -- James McCoy <email address hidden>  Sat, 05 Jan 2019 15:53:12 -0500
Superseded in sid-release
vim (2:8.1.0693-1) unstable; urgency=medium

  * Merge upstream tag v8.1.0693
  * control:
    + Remove obsolete vim-gnome package
    + Remove ${shlibs:Depends} from vim-common, since it is Arch: all
    + Build-Depend on libtool-bin to run libterm tests
    + Replace libtinfo-dev Build-Depends with libncurses-dev
    + Change Homepage to https://www.vim.org/
  * Use debian/clean to cleanup files/directories
  * rules:
    + Rename stamp files so dh_clean deletes them automatically
    + Ensure helptags are generated before running tests
  * Declare compliance with Policy 4.3.0, no changes needed

 -- James McCoy <email address hidden>  Sat, 05 Jan 2019 12:34:12 -0500
Superseded in buster-release
Superseded in sid-release
vim (2:8.1.0549-1) unstable; urgency=medium

  * Merge upstream tag v8.1.0549
    + Built-in support for performing diffs, via the libxdiff library, which
      allows setting the diff algorithm (:help 'diffopt').
    + Fix formatting of example output in translated xxd man pages.  (Closes:
      #909217)
  * gitlab-ci.yml: Run build as non-root user
  * Mark vim-common Multi-Arch: foreign (Closes: #910732)

 -- James McCoy <email address hidden>  Tue, 27 Nov 2018 20:38:28 -0500
Superseded in buster-release
Superseded in sid-release
vim (2:8.1.0320-1) unstable; urgency=medium

  * Merge upstream tag v8.1.0320
    - syntax/debcontrol.vim:
      + Recognize riscv64 as an architecture (Closes: #905435)
    - syntax/sh.vim:
      + Fix syntax highlighting of curly braces inside parameter expansion
        (Closes: #904875)
  * rules:
    + Stop using --dbgsym-migration
    + Stop overriding default dpkg-deb compression
  * Declare compliance with Policy 4.2.0, no changes needed
  * control: Add cscope to Build-Depends to test cscope integration

 -- James McCoy <email address hidden>  Wed, 22 Aug 2018 19:46:39 -0400
Superseded in buster-release
Superseded in sid-release
vim (2:8.1.0229-1) unstable; urgency=medium

  [ upstream ]
  * Unicode 11 support
  * New options ('vartabstop'/'varsofttabstop') to define variable width tab
    stops.
  * Danish translation

  [ James McCoy ]
  * Change "Compiled by" string to <email address hidden>
  * rules:
    + Only run scratch target, not distclean, in autoconf-stamp to avoid FTBFS
      with parallel builds.
    + Allow defining VARIANT from the environment.  Thanks to Guillem Jover
      for the suggestion (Closes: #903927)
  * Change vim-python Provides to vim-python3.  While Vim only supports py2 or
    py3, Neovim supports both so the change in provides allows
    python(3)-neovim to differentiate the supported Python version.

 -- James McCoy <email address hidden>  Thu, 02 Aug 2018 21:44:43 -0400
Superseded in buster-release
Superseded in sid-release
vim (2:8.1.0089-1) unstable; urgency=medium

  * New upstream release
    + New syntax highlighting for machine-readable debian/copyright files.
      (Closes: #869965)
    + Fix mis-highlighting of architectures in debian/control files.  (Closes:
      #900476)
  * Change Maintainer to <email address hidden>
  * Add wildcard to binaries-have-file-conflict override between
    vim-tiny/vim-runtime to account for upstream releases.

 -- James McCoy <email address hidden>  Tue, 19 Jun 2018 22:44:05 -0400
Superseded in buster-release
Superseded in sid-release
vim (2:8.0.1766-1) unstable; urgency=medium

  [ David Rabel ]
  * d/copyright: Fix path to tee.c

  [ upstream ]
  * 8.0.1477: Avoid cursor flicker when changing (de)focusing the terminal.
    (Closes: #890642)
  * 8.0.1491: New 'pumwidth' option allows controlling the width of the popup
    menu.  (Closes: #450481)
  * 8.0.1744: Skip Test_writefile_sync_dev_stdout when /dev/stdout isn't
    writable.  (Closes: #894565)
  * syntax/config.vim: Fix highlighting matching paren for AC_MSG_* syntax
    items.  (Closes: #881654)
  * syntax/debcontrol.vim: Recognize Testsuite and Testsuite-Triggers fields.
    (Closes: #886230)
  * syntax/sh.vim: Do not highlight substring processing as an error for POSIX
    sh.  (Closes: #885938)

  [ James McCoy ]
  * watch: Track git tags instead of major releases
  * Declare compliance with Policy 4.1.4, no changes needed
  * control: Use 11~ for minimum debhelper version to ease backporting
  * rules:
    + Fold config.mk handling into autoconf-stamp target
    + Use C.UTF-8 locale when running tests to avoid an upstream bug in the
      tests.  When not run in a UTF-8 locale, a child Vim used by the tests
      displays some unicode characters incorrectly, breaking the test.

 -- James McCoy <email address hidden>  Thu, 26 Apr 2018 22:08:08 -0400
Superseded in buster-release
Superseded in sid-release
vim (2:8.0.1453-1) unstable; urgency=medium

  [ upstream ]
  * 8.0.1452: terminal test fails on some systems
    + This should fix the massive FTBFS on the buildds
  * 8.0.1453: terminal test fails on some slow terminals

 -- James McCoy <email address hidden>  Fri, 02 Feb 2018 15:37:32 -0500
Superseded in sid-release
vim (2:8.0.1451-1) unstable; urgency=medium

  [ David Rabel ]
  * Update Standards-Version to 4.1.3

  [ upstream ]
  * 8.0.1444: missing -D_FILE_OFFSET_BITS=64 may cause problems
    This should work around the inconsistent handling of large file support in
    glibc (#888566), which closes: #827319.

  [ James McCoy ]
  * Re-enable Perl bindings on kFreeBSD
  * Change Vcs-* to salsa.d.o
  * Bump debhelper compat to 11
  * Set R³ to no
  * d/control: Use https URL for Homepage
  * vim-doc: Move documentation under /usr/share/doc/vim, per §12.3
  * Remove doc/<arch pkg> → doc/<all pkg> symlinks
  * d/rules: Set .NOTPARALLEL to avoid dh_prep clobbering each other

 -- James McCoy <email address hidden>  Thu, 01 Feb 2018 19:07:29 -0500
Superseded in buster-release
Superseded in sid-release
vim (2:8.0.1401-2) unstable; urgency=medium

  * debian.vim: Move a function definition inside an :if so it doesn't cause
    vim-tiny to spew lots of errors.  (Closes: #885073)

 -- James McCoy <email address hidden>  Sun, 24 Dec 2017 08:21:33 -0500
Superseded in buster-release
Superseded in sid-release
vim (2:8.0.1401-1) unstable; urgency=medium

  [ upstream ]
  * syntax/sh.vim:
    + Fix syntax highlighting of $() when the /bin/sh is detected as
      POSIX-compliant.  (Closes: #848663)
    + Correctly highlight escaped single-quotes inside test expressions.
      (Closes: #761064)

  [ James McCoy ]
  * runtime/debian.vim:
    + Fix mechanism used to check for <S-Insert> mappings, since maparg()
      doesn't understand multiple modes in the {mode} argument.  Thanks to
      Sergey Vlasov for the patch!  (Closes: #883422)
  * syntax/debcontrol.vim:
    + Fix highlighting of "Section: javascript" … again.  (Closes: #884495)

 -- James McCoy <email address hidden>  Sun, 17 Dec 2017 22:32:25 -0500
Superseded in buster-release
Superseded in sid-release
vim (2:8.0.1257-2) unstable; urgency=medium

  * Add patch to fix flakiness in test_search.vim
  * syntax/debcontrol.vim:
    + Recognize golang section.  Thanks to Guillem Jover.  (Closes: #880698)

 -- James McCoy <email address hidden>  Sat, 04 Nov 2017 00:17:46 -0400
Superseded in sid-release
vim (2:8.0.1257-1) unstable; urgency=medium

  [ upstream ]
  * 8.0.1246: Fix flaky popup test, which should fix the various FTBFS from
    the last upload.

  [ James McCoy ]
  * syntax/debsources.vim:
    + Fix syntax error in definition of unsupported releases.  Thanks to Josh
      Triplett.  (Closes: #879986)
  * Declare compliance with Policy 4.1.1, no changes needed.

 -- James McCoy <email address hidden>  Thu, 02 Nov 2017 21:27:13 -0400
Superseded in sid-release
vim (2:8.0.1226-1) unstable; urgency=medium

  [ upstream ]
  * 8.0.1154: Fix indentation when 'indentkeys' is in use.  (Closes: #877262)

  [ James McCoy ]
  * syntax/debcontrol.vim:
    + Add support for all fields in deb-src-control(5).  (Closes: #878970)
  * syntax/deb{sources,changelog}.vim:
    + Add bionic release and mark yakkety & squeeze unsupported.

 -- James McCoy <email address hidden>  Fri, 27 Oct 2017 08:27:27 -0400
Superseded in stretch-release
vim (2:8.0.0197-4+deb9u1) stretch; urgency=medium

  * Backport upstream patches to fix CVE-2017-11109  (Closes: #867720)
    + 8.0.0703: Illegal memory access with empty :doau command
    + 8.0.0706: Crash when cancelling the cmdline window in Ex mode
    + 8.0.0707: Freeing wrong memory when manipulating buffers in autocommands

 -- James McCoy <email address hidden>  Sat, 30 Sep 2017 14:21:38 -0400
Superseded in buster-release
Superseded in sid-release
vim (2:8.0.1144-1) unstable; urgency=medium

  [ upstream ]
  * Fix detection/enabling of cursor blink state.  (Closes: #872302)
  * ftplugin/perl.vim: Set 'iskeyword' local to the buffer so it doesn't
    affect subsequently opened buffers.  (Closes: #873755)
  * syntax/mason.vim: Correctly highlight mason files again.  (Closes:
    #700016)

  [ James McCoy ]
  * debcontrol.vim:
    + Recognize Testsuite field  (Closes: #872360)
    + Treat tabs as valid whitespace  (Closes: #872557)
  * Declare compliance with Policy 4.1.0, no changes needed
  * Add basic autopkgtests
  * Add missing postrm for symlink_to_dir maintscripts

 -- James McCoy <email address hidden>  Sun, 24 Sep 2017 22:02:28 -0400
Superseded in sid-release
vim (2:8.0.0946-1) unstable; urgency=medium

  [ upstream ]
  * 8.0.0939, 8.0.0940: Handle flakiness in terminal tests.  (Closes: #872164)
  * 8.0.0944: test_profile: Accept a match when self and total time are the
    same.
  * 8.0.0946: Don't rely on PATH_MAX.  Fixes FTBFS on hurd.

 -- James McCoy <email address hidden>  Mon, 14 Aug 2017 22:41:29 -0400
Superseded in sid-release
vim (2:8.0.0937-1) unstable; urgency=medium

  [ upstream ]
  * 8.0.0210 et.al.: Add support for bracketed paste.  (Closes: #504244)
  * 8.0.0421: Fix display in diff mode when adding a line at the end of a
    buffer.  (Closes: #846993)
  * 8.0.0693 et.al.: Implement a terminal emulator.
  * 8.0.0698: Fix a crash on exit when using a Python function from a timer.
    (Closes: #868767)
  * 8.0.0737: Crash when X11 selection is very big  (Closes: #606957)

  [ James McCoy ]
  * vim-policy:
    + Specify the "addon", not "name", field is used to declare the addon.
      Thanks to Reiner Herrmann.
  * Merge changes from Ubuntu, dependent on DEB_VENDOR=Ubuntu:
    + Remove --disable-python3interp on Ubuntu for vim-basic
    + Disable ruby for vim-gtk3
  * d/rules:
    + Remove src/po/vim.pot and *.pyc during clean
    + Remove explicit setting of SOURCE_DATE_EPOCH since dpkg's pkg-info.mk
      provides it.
  * debcontrol.vim:
    + Add highlighting for Build-(Depends|Conflicts)-Arch
    + Fix syntax highlighting of "javascript" section.  (Closes: #867307)
  * Rewrite d/copyright in machine readable format.  (Closes: #819734)
    + Properly document xxd's license.  (Closes: #776191)
  * Mark vim-doc and xxd Multi-Arch: foreign.  Thanks to Helmut Grohne for the
    patch.  (Closes: #852722)
  * Declare compliance with policy 4.0.1
    + Change Priority: extra packages to optional
  * Reference Python 3 instead of Python in long descriptions.  (Closes:
    #868020)
  * Bump debhelper compat to 10.
  * debian/control:
    + Remove version constraints that are satisifed in oldstable.

 -- James McCoy <email address hidden>  Sun, 13 Aug 2017 16:06:37 -0400
Superseded in buster-release
Superseded in sid-release
vim (2:8.0.0197-5) unstable; urgency=high

  * Backport upstream patches to fix CVE-2017-11109  (Closes: #867720)
    + 8.0.0703: Illegal memory access with empty :doau command
    + 8.0.0706: Crash when cancelling the cmdline window in Ex mode
    + 8.0.0707: Freeing wrong memory when manipulating buffers in autocommands

 -- James McCoy <email address hidden>  Tue, 11 Jul 2017 23:11:25 -0400
175 of 161 results