[vim] annotated tag v8.0.0197-1 created (now 4f96fc1)

James McCoy jamessan at debian.org
Tue Jan 17 02:22:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

jamessan pushed a change to annotated tag v8.0.0197-1
in repository vim.

        at  4f96fc1   (tag)
   tagging  8c1242fc803fd5da73785625c740ab931c045e32 (commit)
  replaces  v8.0.0134-1
 tagged by  James McCoy
        on  Mon Jan 16 20:27:43 2017 -0500

- Log -----------------------------------------------------------------
tagging package vim version 8.0.0197-1
-----BEGIN PGP SIGNATURE-----

iQKTBAABCgB9FiEEkb+/TWlWvV33ty0j3+aRrjMbo9sFAlh9cw9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDkx
QkZCRjRENjk1NkJENURGN0I3MkQyM0RGRTY5MUFFMzMxQkEzREIACgkQ3+aRrjMb
o9tNvBAAmNh9MeNOsrmDBA1XH4PxS5alL5hocP7q8gKxoFaDpUCw4D1RSY1x0ctH
+Q6l9mn5RKLpAc9xfMtpn/3XQ9FqcoK4TdkxLHUCAtVoOvuiCXQXdqZsbn4ecTmf
EEnD+u3y2e4XQrYMzKjak+0iyc1Z+DGQ8J3Blfz3XzCuynnJQJj6U/usoNBwKQYU
1x0ryvpYBoyhQrpsAlntI9d/OcPjyU+936CtAJzW/69uloSZi4XgAW2kociPOp7t
ZCV1s31VwZYcEBWj2mGuOHxuYgA3qaNL/0soh8BkyybP6VsJ6ICXdVhX3QjVtWsD
oqDy6PsOLTROid00XzmURatwdmIagtHi8zjRq+fBdHCwLAhuRxj3GmjYGxClfhVD
WUriGasj3wJGBPzgygaj29ln9J3wFjpP2zXdbHh7F+2nKk2dk8tPKinouVIKmbOs
IRgUezJTzaCNPQQ1bQqDsyyejucIOwSED6xI1Bct4Sb+w2AwilAabILn3TrTApcT
23Un3KhDufLdXXi1wdoUmTak+cHCdgW6zqeauEfTjPXWHdMgZdrqyCLDkJd9o0pv
iO0ANtKWE64k0Iqf/2+dBQoMXhU9GYku27wprabqEXHFpNerXtQ0JG2CPVO2GNS8
iJRxm4AZuMVN9bRvaRUhqaDAQuPZBQLFMeyH72Mp8tTt6wJWoTI=
=7OnF
-----END PGP SIGNATURE-----

Bram Moolenaar (70):
      patch 8.0.0135
      patch 8.0.0136
      patch 8.0.0137
      patch 8.0.0138
      patch 8.0.0139
      patch 8.0.0140
      patch 8.0.0141
      Updated runtime files.
      patch 8.0.0142
      patch 8.0.0143: line number of current buffer in getbufinfo() is wrong
      patch 8.0.0144: when using MSVC the GvimExt directory is cleaned twice
      Attempt to make coverage working again.
      Another attempt to make coveralls work.
      Tune travis config for coverage with gcc only.
      Better solution to make coveralls work again.
      Only install coveralls when used.
      patch 8.0.0145: running tests on MS-Windows is noisy
      patch 8.0.0146: termguicolors uses wrong colors on MS-Windows with ConEmu
      patch 8.0.0147: searchpair() fails when 'magic' is off
      patch 8.0.0148: wrong indent in C preprocessor with line continuation
      patch 8.0.0149: :earlier does not work after reading the undo file
      patch 8.0.0150: completion for :filter does not skip the pattern
      patch 8.0.0151: passing buffer content to system() is clumsy
      patch 8.0.0152: stray channellog created when running tests
      patch 8.0.0153: system() test fails on MS-Windows
      patch 8.0.0154: system() test fails on OS/X
      patch 8.0.0155: ubsan complains about NULL pointer
      patch 8.0.0156: not enough test coverage for float functions
      patch 8.0.0157: no completion for :syntax spell and :syntax sync
      patch 8.0.0158: float funcion test fails on MS-Windows
      patch 8.0.0159: crash on startup when updating tabline
      patch 8.0.0160: EMSG() is sometimes used where it should be IEMSG()
      patch 8.0.0161: can't build with small features
      patch 8.0.0162: build error on Fedora 23
      patch 8.0.0163: cannot build with Ruby 2.4
      Updated runtime files.
      patch 8.0.0164: outdated and misplaced comments
      patch 8.0.0165: ubsan warns for integer overflow
      patch 8.0.0166: JSON with a duplicate key gives an internal error
      patch 8.0.0167: str2nr()/str2float() fail with negative values
      patch 8.0.0168: not all float functionality is tested
      patch 8.0.0169: json_decode() may run out of stack space
      patch 8.0.0170: crash in channel test
      patch 8.0.0171: JS style JSON does not support single quotes
      patch 8.0.0172: command line window does not work
      patch 8.0.0173: build fails with EBCDIC defined
      patch 8.0.0174: executing "locale -a" on MS-Windows needlessly
      patch 8.0.0175: setting language on MS-Windows does not always work
      patch 8.0.0176: cannot use :change inside a function definition
      patch 8.0.0177: BufEnter autocommand not fired for a directory
      patch 8.0.0178: command count test fails on MS-Windows
      patch 8.0.0179: cannot have a local value for 'formatprg'
      patch 8.0.0180: error E937 is used twice
      patch 8.0.0181: with cursorbind set cursor column highlighting is off
      patch 8.0.0182: cursor ilne not update when 'cursorbind' is set
      patch 8.0.0183: ubsan warns for unaligned address
      patch 8.0.0184: when an error is caught Vim still exits with non-zero result
      patch 8.0.0185: system() test fails on MS-Windows
      patch 8.0.0186: confusing error message from assert_notequal()
      patch 8.0.0187: cant build with new Ruby version
      patch 8.0.0188: redrawing for 'cursorbind' is inefficient
      patch 8.0.0189: profile commands are not tested
      patch 8.0.0190: finding duplicate tags uses a slow linear search
      patch 8.0.0191: can't build with Ruby on some systems
      patch 8.0.0192: cannot build with tiny features
      patch 8.0.0193: accidentally removed #ifdef
      patch 8.0.0194: profile tests fails if total and self time are equal
      patch 8.0.0195: fail to jump to static tag in current file
      patch 8.0.0196: profile test is slo and does not work on MS-Windows
      patch 8.0.0197: system() test skips some parts for MS-Windows

James McCoy (5):
      Merge tag 'v8.0.0194' into debian/sid
      Update packaging for 8.0.0194
      Merge tag 'v8.0.0197' into debian/sid
      Update to 8.0.0197 to fix OOB access in tag lookup
      releasing package vim version 8.0.0197-1

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  8c1242f   releasing package vim version 8.0.0197-1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git



More information about the pkg-vim-maintainers mailing list