File: changelog

package info (click to toggle)
neovim 0.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 45,972 kB
  • sloc: ansic: 207,110; python: 3,135; sh: 1,992; awk: 704; perl: 374; makefile: 360; xml: 42; ruby: 6
file content (491 lines) | stat: -rw-r--r-- 18,478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
neovim (0.4.4-1) unstable; urgency=medium

  * New upstream release
    + Fix FTBFS with GCC 10 (Closes: #957592)
    + Fix crash with true color escape sequences in :term (Closes: #960732)
  * Remove patches applied upstream
  * Declare compliance with Policy 4.5.0, no changes needed

 -- James McCoy <jamessan@debian.org>  Wed, 05 Aug 2020 21:06:14 -0400

neovim (0.4.3-3) unstable; urgency=medium

  * Remove python-neovim from Recommends (Closes: #945709)
  * Add lintian override for desktop-command-not-in-package

 -- James McCoy <jamessan@debian.org>  Sat, 30 Nov 2019 22:58:51 -0500

neovim (0.4.3-2) unstable; urgency=medium

  * Backport "f_getenv/setenv: Access v_special when v_type is VAR_SPECIAL"
    from upstream to fix FTBFS on big-endian architectures.

 -- James McCoy <jamessan@debian.org>  Thu, 14 Nov 2019 22:55:58 -0500

neovim (0.4.3-1) unstable; urgency=medium

  * New upstream release
    + Fix crash when $CDPATH is invalid (Closes: #930079)
  * control:
    + neovim: Depend on lua-bitop when not built against LuaJIT
    + Build-Depend on lua-luv-dev (>= 1.30.1), per new upstream requirements
    + Add explicit lua-filesystem (>= 1.7) Build-Depends for tests
    + Build-Depend on libvterm-dev (>= 0.1), per new upstream requirements
    + Remove obsolete Breaks/Replaces from neovim-runtime
  * rules:
    + Explicitly use lua5.1/luajit to run functionaltest/unittest
    + Stop disabling jemalloc, since upstream no longer uses it
  * Declare compliance with Policy 4.4.1, no changes needed

 -- James McCoy <jamessan@debian.org>  Tue, 12 Nov 2019 22:35:34 -0500

neovim (0.3.8-1) unstable; urgency=medium

  * New upstream release
    + Fixes FTBFS with gcc-9 due to stricter handling of compound literal
      lifetimes.  (Closes: #925785)
  * Declare compliance with Policy 4.4.0, no changes required
  * Install alternatives wrapper scripts in /usr/libexec/neovim.  This avoids
    cluttering $PATH and addresses lintian's binary-without-manpage tag.

 -- James McCoy <jamessan@debian.org>  Tue, 23 Jul 2019 22:41:01 -0400

neovim (0.3.4-3) unstable; urgency=high

  * Backport additional changes to address CVE-2019-12735 (Closes: #930024)
    + vim-patch:8.1.0177: defining function in sandbox is inconsistent
    + vim-patch:8.1.0189: function defined in sandbox not tested
    + vim-patch:8.1.0538: evaluating a modeline might invoke using a shell
      command
    + vim-patch:8.1.0539: cannot build without the sandbox
    + vim-patch:8.1.0540: may evaluate insecure value when appending to option
    + vim-patch:8.1.0544: setting 'filetype' in a modeline causes an error
    + vim-patch:8.1.0613: when executing an insecure function the secure flag
      is stuck
    + vim-patch:8.1.1046: the "secure" variable is used inconsistently
    + vim-patch:8.1.0205: invalid memory access with invalid modeline
    + vim-patch:8.1.0206: duplicate test function name
    + vim-patch:8.1.0506: modeline test fails when run by root
    + vim-patch:8.1.0546: modeline test with keymap fails
    + vim-patch:8.1.0547: modeline test with keymap still fails
    + vim-patch:8.1.1366: using expressions in a modeline is unsafe
    + vim-patch:8.1.1367: can set 'modelineexpr' in modeline
    + vim-patch:8.1.1368: modeline test fails with python but without
      pythonhome
    + vim-patch:8.1.1382: error when editing test file
    + vim-patch:8.1.1401: misspelled mkspellmem as makespellmem
  * Backport patch to prevent use of nvim's API within the sandbox

 -- James McCoy <jamessan@debian.org>  Wed, 26 Jun 2019 21:21:33 -0400

neovim (0.3.4-2) unstable; urgency=high

  [ Efraim Flashner ]
  * don't use luajit on powerpc

  [ James McCoy ]
  * Use the system allocator instead of jemalloc

  [ Justin M. Keyes ]
  * vim-patch:8.1.1365: :source should check sandbox (Closes: #930024,
    CVE-2019-12735)

 -- James McCoy <jamessan@debian.org>  Wed, 05 Jun 2019 21:38:14 -0400

neovim (0.3.4-1) unstable; urgency=medium

  * New upstream release
  * Explicitly downgrade _FORTIFY_SOURCE to 1
  * Build-Depend on jemalloc >= 5.1 for archs with varying page size

 -- James McCoy <jamessan@debian.org>  Sun, 13 Jan 2019 16:04:16 -0500

neovim (0.3.3-1) unstable; urgency=medium

  * Upload to unstable
  * New upstream release
  * Reorder xclip/xsel Recommends to prefer xclip, to align with upstream
  * Disable Python tests, as there's currently an invalid test
  * Switch gbp.conf/Vcs-Git back to debian/sid

 -- James McCoy <jamessan@debian.org>  Sat, 05 Jan 2019 13:30:26 -0500

neovim (0.3.2-1) experimental; urgency=medium

  * New upstream release
    + syntax/debcontrol.vim: Updated list of archive sections.  (Closes:
      #880699)
    + Use $XDG_CONFIG_DIRS/nvim/sysinit.vim, if it exists, in preference to
      $VIM/sysinit.vim
    + 'background' now defaults to "dark"
  * Add lua-inspect Build-Depends for tests
  * Declare compliance with Policy 4.3.0, no changes needed
  * Point Vcs-Git & gbp.conf to debian/experimental branch

 -- James McCoy <jamessan@debian.org>  Mon, 31 Dec 2018 20:29:45 -0500

neovim (0.3.1-3) unstable; urgency=medium

  * rules: Use non-verbose build when DEB_BUILD_OPTIONS=terse
  * Use Release build type, not RelWithBuildInfo, to avoid -Og and asserts
    (Closes: #916338)

 -- James McCoy <jamessan@debian.org>  Sat, 15 Dec 2018 17:53:50 -0500

neovim (0.3.1-2) unstable; urgency=medium

  * Backport "unit/mbyte_spec: Run utf_char2bytes test in batches of 0xFFF
    characters." from upstream to fix the mbyte_spec unit test failures,
    partially addressing #911944.
  * Declare compliance with Policy 4.2.1, no changes needed

 -- James McCoy <jamessan@debian.org>  Fri, 16 Nov 2018 09:43:26 -0500

neovim (0.3.1-1) unstable; urgency=medium

  * New upstream release
    + Unicode 11 support
  * control:
    + Bump minimum CMake version to 2.8.12
    + Add python(3)-neovim to Build-Depends for tests
    + Add Provides: editor to neovim (Closes: #881313)

 -- James McCoy <jamessan@debian.org>  Wed, 25 Jul 2018 00:27:36 -0400

neovim (0.3.0-3) unstable; urgency=medium

  * Backport patch from upstream to fix a build issues for hurd
    + cmake: Check for GNU compiler, not Linux, to set -D_GNU_SOURCE
  * Backport patches from upstream to fix FTBFS with libuv1 >= 1.21.0, due to
    reorganized headers
    + test: Rename includes/pre/uv-errno.h to includes/pre/uv.h
    + test/includes: Use ${gen_cdefs} when pre-processing headers

 -- James McCoy <jamessan@debian.org>  Thu, 12 Jul 2018 08:11:11 -0400

neovim (0.3.0-2) unstable; urgency=medium

  * Disable use of jemalloc when the package is not installed
  * Use team+vim@tracker.debian.org for the "Compiled by" string

 -- James McCoy <jamessan@debian.org>  Thu, 14 Jun 2018 08:19:34 -0400

neovim (0.3.0-1) unstable; urgency=medium

  * New upstream release
  * Add gettext to Build-Depends for xgettext/msgfmt commands
  * Use bash when running tests so printf understands hex escapes
  * Generate en_US.UTF-8 locale as required by upstream's tests
  * Declare compliance with Policy 4.1.4, no changes needed
  * Change Maintainer email to team+vim@tracker.debian.org

 -- James McCoy <jamessan@debian.org>  Thu, 14 Jun 2018 00:10:33 -0400

neovim (0.2.2-3) unstable; urgency=medium

  * Avoid jemalloc on architectures which can vary page size
  * Disable lua-nvim exclusion on ia64/powerpcspe
  * unittest: Ignore all _Float-prefixed types (Closes: #891350)

 -- James McCoy <jamessan@debian.org>  Sun, 25 Feb 2018 07:52:12 -0500

neovim (0.2.2-2) unstable; urgency=medium

  * Use lua for build/test on kfreebsd-*
  * Exclude lua-nvim B-D on ia64 to bootstrap neovim
  * Cherry pick "unittest: Ignore _Float128 types in ffi" from upstream
    to fix unit test failures with new GCC
  * Bump debhelper compat to 11
  * Declare compliance with Policy 4.1.3, no changes needed
  * Change Vcs-* to salsa.d.o

 -- James McCoy <jamessan@debian.org>  Tue, 23 Jan 2018 22:52:38 -0500

neovim (0.2.2-1) unstable; urgency=medium

  * New upstream release
    + Fix crash when :terminal is resized
    + Avoid triggering memory leak in libvte-based terminals.
      https://bugzilla.gnome.org/show_bug.cgi?id=790539
    + Fix syntax error in syntax/tex.vim
  * Drop backported patches

 -- James McCoy <jamessan@debian.org>  Wed, 22 Nov 2017 07:24:29 -0500

neovim (0.2.1-3) unstable; urgency=medium

  * Add .nvimlog to debian/clean
  * Switch back to Lua on mips64el, since there are sporadic test failures
    with LuaJIT
  * Set Rules-Requires-Root to no
  * Switch lua-nvim Build-Depends to an architecture blacklist, since it's
    currently available everywhere other than powerpcspe and hurd-i386.
  * Cherry-pick cf75de710, 0407ddb36, and b63cde97f from upstream to fix test
    failures seen on the buildds

 -- James McCoy <jamessan@debian.org>  Sun, 12 Nov 2017 21:47:38 -0500

neovim (0.2.1-2) unstable; urgency=medium

  * Add liblua5.1-dev Build-Depends for non-luajit architectures
  * Skip testing with DEB_BUILD_OPTIONS=nocheck

 -- James McCoy <jamessan@debian.org>  Wed, 08 Nov 2017 23:35:57 -0500

neovim (0.2.1-1) unstable; urgency=medium

  * New upstream release
    + Lua(JIT) is always available for scripting.
    + cmdline and wildmenu can be implemented by a UI.
    + Support using tmux as the clipboard provider.
  * Declare compliance with Policy 4.1.1, no changes needed.
  * Install nvim.desktop

 -- James McCoy <jamessan@debian.org>  Wed, 08 Nov 2017 22:48:38 -0500

neovim (0.2.0-4) unstable; urgency=medium

  [ Jason Pleau ]
  * Cherry-pick f400c6f05 from upstream to allow the ruby host path to be
    set to a user-defined value.

  [ James McCoy ]
  * Re-enable luajit on mips*, as long as it's >= 2.1.0~beta3.
  * Declare compliance with Policy 4.1.0
    + Change Priority to optional
  * Temporarily remove lua-nvim Build-Depends on x32 and luajit Build-Depends
    on powerpcspe to help lua-nvim build.

 -- James McCoy <jamessan@debian.org>  Sat, 16 Sep 2017 13:36:38 -0400

neovim (0.2.0-3) unstable; urgency=medium

  * Cherry-pick b98ea042 from upstream to fix reading values of integer
    options on big-endian systems.  (Closes: #870367)

 -- James McCoy <jamessan@debian.org>  Tue, 01 Aug 2017 22:19:33 -0400

neovim (0.2.0-2) unstable; urgency=medium

  * Upload to unstable.
  * Get the username from `id -un` instead of relying on the environment.
  * Cherry-pick 347dd947 from upstream to fix test failures related to stdin
    being /dev/null in Debian builds.

 -- James McCoy <jamessan@debian.org>  Tue, 01 Aug 2017 07:21:35 -0400

neovim (0.2.0-1) experimental; urgency=medium

  * New upstream release
    + Cursor shape/color is controlled by 'guicursor', even in the terminal.
      $NVIM_TUI_ENABLE_CURSOR_SHAPE is no longer used.
    + 'showcmd', 'ruler', and 'belloff=all' are set by default.
    + 'mouse=a' is no longer set by default.
    + debcontrol.vim: Add "rust" and "javascript" as known sections.  (Closes:
      #847541)
    + Fix test failures with msgpack-c 2.x.  (Closes: #866802)
  * Skip known flaky tests by setting $TEST_SKIP_FRAGILE.
  * Rewrite debian/rules to invoke cmake directly, instead of through
    top-level Makefile.  (Closes: #857256)
  * Bump lua-nvim Build-Depends >= 0.0.1-26-1~, needed by new tests.
  * Cherry-pick 4d017256 from upstream to fix a test failure when $HOME is a
    long path.

 -- James McCoy <jamessan@debian.org>  Sun, 02 Jul 2017 16:39:33 -0400

neovim (0.1.7-4) unstable; urgency=high

  * Cherry-pick b338bb9d & 4af6c608 from upstream to fix buffer overflow if a
    spellfile has an invalid length in it.  (CVE-2017-5953)
  * Cherry-pick fb66a7c6 & ad66826a from upstream to fix buffer overflows when
    reading corrupted undo files.  (CVE-2017-6349 & CVE-2017-6350)

 -- James McCoy <jamessan@debian.org>  Mon, 10 Apr 2017 08:15:38 -0400

neovim (0.1.7-3) unstable; urgency=medium

  * Disable global_spec.lua since it's rather flaky.
  * Re-enable functional tests on mips* but disable unit tests (which require
    luajit) until #849769 is fixed.

 -- James McCoy <jamessan@debian.org>  Mon, 16 Jan 2017 07:18:35 -0500

neovim (0.1.7-2) unstable; urgency=medium

  * Cherry-pick 9337e98b from upstream to prevent the man ftplugin from always
    creating a man:// buffer if "runtime ftplugin/man.vim" is in init.vim.
    (Closes: #846788)
  * Cherry-pick 933c873c to fix tty-test test failures.
  * Cherry-pick upstream commits [043f8521, 97204e1c, cb589990, ea154dfd,
    4abe9afb] to fix responsiveness of TUI with external commands and fix test
    failures due to excessive memory usage.

 -- James McCoy <jamessan@debian.org>  Sat, 24 Dec 2016 16:12:51 -0500

neovim (0.1.7-1) unstable; urgency=medium

  * New upstream release
    + Incrementally show the results of a :substitute command by setting the
      'inccommand' option.
    + The 'encoding' option can no longer be set to anything other than
      "utf-8".

 -- James McCoy <jamessan@debian.org>  Fri, 02 Dec 2016 21:42:39 -0500

neovim (0.1.6-5) unstable; urgency=medium

  * Disable lua testing on mipsel, since lua(jit) bugs are breaking the tests.

 -- James McCoy <jamessan@debian.org>  Tue, 22 Nov 2016 13:58:00 -0500

neovim (0.1.6-4) unstable; urgency=high

  * Cherry-pick 4fad66fb and c685879e from upstream to fix an issue where
    malicious modelines could execute arbitrary shell commands.
    (CVE-2016-1248)

 -- James McCoy <jamessan@debian.org>  Tue, 22 Nov 2016 03:15:38 -0500

neovim (0.1.6-3) unstable; urgency=medium

  * Cherry-pick 5e1dc26f from upstream to remove a flaky test, which was
    frequently failing on the buildds.

 -- James McCoy <jamessan@debian.org>  Sun, 13 Nov 2016 20:45:51 -0500

neovim (0.1.6-2) unstable; urgency=medium

  * Cherry-pick patches from upstream
    + [36c0ec6d]: tui/suspend_event(): set STDIN to "blocking", fixing an
      issue with the terminal IO when nvim is suspended.  (Closes: #840306)
    + [87ff2682, 37e64d79, 9b545dd3]: Various fixes for issues on big-endian
      platforms.

 -- James McCoy <jamessan@debian.org>  Wed, 02 Nov 2016 20:28:40 -0400

neovim (0.1.6-1) unstable; urgency=medium

  * New upstream release.
    + Add gperf to Build-Depends
  * Expand architectures which Build-Depend on luajit (powerpcspe) and
    lua-nvim (alpha, hppa, sparc64, x32).
  * Set $USERNAME/$HOSTNAME when building to improve reproducibility.

 -- James McCoy <jamessan@debian.org>  Sat, 29 Oct 2016 00:05:56 -0400

neovim (0.1.5-8) unstable; urgency=medium

  * Disable tests for "indep" builds.

 -- James McCoy <jamessan@debian.org>  Wed, 12 Oct 2016 16:24:00 -0400

neovim (0.1.5-7) unstable; urgency=medium

  * Only run tests for "arch" builds.
  * Use id -u/-g to get the uid/gid instead or parsing the output of id.
    Thanks to Jakob Haufe for the patch!  (Closes: #840231)
  * Cherry-pick upstream patch to fix some test failures when sizeof(long) !=
    8.

 -- James McCoy <jamessan@debian.org>  Wed, 12 Oct 2016 16:15:02 -0400

neovim (0.1.5-6) unstable; urgency=medium

  * Fix test failures by setting id/gid properly in the passwd/group files
    used by libnss_wrapper.

 -- James McCoy <jamessan@debian.org>  Sat, 08 Oct 2016 20:35:26 -0400

neovim (0.1.5-5) unstable; urgency=medium

  * Run Neovim's tests during the build
    + Add lua-nvim, lua-busted, and libnss-wrapper to Build-Depends
  * Add support for the nocheck Build-Profile to exclude test-related
    Build-Depends.
  * Remove unnecessary autoconf, automake Build-Depends.
  * Cherry-pick df99e43b from upstream to ensure stray processes aren't
    lingering after running tests.
  * Add alternatives for ex, rvim, rview, vi, vim, view, and vimdiff.  Thanks
    to Josh Triplett for the patch!  (Closes: #830580)

 -- James McCoy <jamessan@debian.org>  Sat, 08 Oct 2016 15:08:57 -0400

neovim (0.1.5-4) unstable; urgency=medium

  * Arch-qualify (lib)luajit Build-Depends to really fix #812741.
  * Add xxd Recommends to neovim now that it has its own package.

 -- James McCoy <jamessan@debian.org>  Sat, 24 Sep 2016 21:43:06 -0400

neovim (0.1.5-3) unstable; urgency=medium

  * Add lua5.1 as alternative Build-Depends for luajit/libluajit-5.1-dev.
    This should enable building on more architectures, at the expense of less
    testing.  (Closes: #812741)

 -- James McCoy <jamessan@debian.org>  Sat, 24 Sep 2016 13:43:03 -0400

neovim (0.1.5-2) unstable; urgency=medium

  * Upload to unstable.
  * Exclude libjemalloc-dev from Build-Depends on hurd.

 -- James McCoy <jamessan@debian.org>  Fri, 16 Sep 2016 21:53:01 -0400

neovim (0.1.5-1) experimental; urgency=medium

  [ upstream changes ]
  * Re-introduce if_ruby support, if neovim Gem is installed.
  * Rewritten man plugin (providing :Man command)
    + Enabled by default instead of requiring sourcing of ftplugin/man.vim
    + New features: completion, window handling, better parsing
  * $NVIM_TUI_ENABLE_TRUE_COLOR replaced by Vim-compatible 'termguicolors'
    option

 -- James McCoy <jamessan@debian.org>  Wed, 24 Aug 2016 21:22:40 -0400

neovim (0.1.4-1) experimental; urgency=medium

  * New upstream release
    + Replace lua-messagepack Build-Depends with lua-mpack.

 -- James McCoy <jamessan@debian.org>  Mon, 27 Jun 2016 23:16:22 -0400

neovim (0.1.3-1) experimental; urgency=medium

  * New upstream release.  (Closes: #820562)
  * debian/control:
    + Remove unnecessary luarocks Build-Depends
    + Add libkvm-dev Build-Depends for kfreebsd-*
    + Add python(3)-neovim to Recommends.  (Closes: #812737)
    + Declare compiance with policy 3.9.8, no changes needed.

 -- James McCoy <jamessan@debian.org>  Mon, 18 Apr 2016 21:42:19 -0400

neovim (0.1.2-1) experimental; urgency=medium

  * New upstream release
  * Disable debug logging to ~/.nvimlog

 -- James McCoy <jamessan@debian.org>  Sat, 20 Feb 2016 22:41:32 -0500

neovim (0.1.1-3) experimental; urgency=medium

  * Cherry-pick upstream patch to fix FTBFS with msgpack-c >= 1.4.0.

 -- James McCoy <jamessan@debian.org>  Sat, 23 Jan 2016 10:09:27 -0500

neovim (0.1.1-2) experimental; urgency=medium

  * Add nvim as an alternative for /usr/bin/editor.
  * Remove libselinux1-dev Build-Depends until upstream enables it again.
  * Add xsel | xclip to Recommends for X selection support.
  * Add a README.source

 -- James McCoy <jamessan@debian.org>  Sun, 17 Jan 2016 14:32:32 -0500

neovim (0.1.1-1) experimental; urgency=medium

  * Initial release. (Closes: #752264)

 -- James McCoy <jamessan@debian.org>  Sat, 16 Jan 2016 22:47:15 -0500