[neovim] annotated tag v0.2.1-1 created (now 38bb7d7)

James McCoy jamessan at debian.org
Thu Nov 9 03:49:31 UTC 2017


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

jamessan pushed a change to annotated tag v0.2.1-1
in repository neovim.

        at  38bb7d7   (tag)
   tagging  0bd457c41853dcbd14e355a6f1fe1292ddeb4956 (commit)
  replaces  v0.2.1
 tagged by  James McCoy
        on  Wed Nov 8 22:49:14 2017 -0500

- Log -----------------------------------------------------------------
tagging package neovim version 0.2.1-1
-----BEGIN PGP SIGNATURE-----

iQKTBAABCgB9FiEEkb+/TWlWvV33ty0j3+aRrjMbo9sFAloD0DpfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDkx
QkZCRjRENjk1NkJENURGN0I3MkQyM0RGRTY5MUFFMzMxQkEzREIACgkQ3+aRrjMb
o9vTKRAAlUYrXLkMMIiPeOiaulxt1vEg4u8Em5qH8VJ3E0l4t5hwZheK07zU7T7/
RVwhBgj7tBvw0LF9eHVIBkx6FRj9YKvt8UVW2sy7apB+qWY86uF+UXfbJacpJTXN
IKI+UVd99+E/Ghz/pqueooy6XFXG4DkvqTgNjvoMGcr12btnpvArieJ0LvkDO4y2
XTVBUW+YyLxPQYZtYJNpKHm8Ny3g9QmbJcOIWexkTgOwo/RAvbYOnrhWopj210kq
rVRTgRbi79pOwXNqXGT2B+b9dQyit96ZZT0Qs2e6cR4JihTC0V87vd9LGmHa23kd
frBSIEdcqssZDHvPgkDwtJo/riyiE1nuNG5k80x3elX2GdHOnWGkXEcpZU2RZoLB
D6G6ZyjC9l6qX/Lzxab2WaiogGpUeXWZBYc4I/7UxHmrwEWx8ytANnuFBu3eGDoh
FTVWqsOvyP2HXM3R3yO1dWxTGqY4djYkx++Gp962uWhQ63ONXvt2XRzmOUlGhGGl
BLNDr2dsXkRjGC3xgtHGNQkZl/e1lTvZibDHQ7yOQQLRneH8cmGKdK4xbstkQARV
3hrxfZ9bpk/LM6U8RXRSPmvQA0wSsDGTkKymoWXdmI5oaHpI0COsSMpEZDU9VuQ5
Pltle4W7p51xSELZim51BeOxbGTOuHuqy5JdL5j2C7jRtqtdblo=
=OsIh
-----END PGP SIGNATURE-----

Alex Genco (1):
      runtime: Allow overriding ruby host with g:ruby_host_prog

James McCoy (120):
      Initial packaging
      Add nvim as an alternative for /usr/bin/editor
      d/copyright: Add some runtime/doc/ files to Neovim section
      d/control: Remove libselinux1-dev Build-Depends
      d/control: Add Recommends: xsel | xclip
      Move architecture independent files to neovim-runtime
      d/rules: Pass --fail-missing to dh_install
      Add a README.source
      releasing package neovim version 0.1.1-2
      cmake: Search for both libmsgpackc and libmsgpack #4075
      releasing package neovim version 0.1.1-3
      debian/rules: Disable debug logging to ~/.nvimlog
      debian/copyright: Add terminal and tui files to Neovim stanza
      debian/gbp.conf: Add config for importing upstream tarball
      Merge tag 'v0.1.2' into debian/sid
      Bump package version to 0.1.2-1
      Revert "debian/gbp.conf: Add config for importing upstream tarball"
      releasing package neovim version 0.1.2-1
      Remove unnecessary luarocks Build-Depends
      Add libkvm-dev Build-Depends for kfreebsd-*
      debian/rules: Use dh_auto_build in override_dh_auto_build
      Add python(3)-neovim to Recommends
      Merge tag 'v0.1.3' into debian/sid
      Update d/{copyright,changelog} for new release
      Declare compiance with policy 3.9.8
      Add new lua5.1 dependency for functionaltests
      releasing package neovim version 0.1.3-1
      Merge tag 'v0.1.4' into debian/sid
      Replace lua-messagepack Build-Depends with lua-mpack
      releasing package neovim version 0.1.4-1
      Merge tag 'v0.1.5' into debian/sid
      Update d/copyright for v0.1.5
      releasing package neovim 0.1.5-1
      Exclude libjemalloc-dev from Build-Depends on hurd
      releasing package neovim version 0.1.5-2
      Fall back to lua5.1 if luajit/luajit-5.1-dev aren't available
      releasing package neovim version 0.1.5-3
      Arch-qualify the luajit-related Build-Depends
      Add xxd Recommends to neovim
      releasing package neovim version 0.1.5-4
      Run Neovim's tests during the build
      Annotate test-related Buid-Depends with nocheck profile
      Remove unnecessary autoconf, automake Build-Depends
      tests/ui: Stop the terminal job after testing
      Cherry-pick df99e43b to cleanup test processes
      Add changelog for alternatives
      releasing package neovim version 0.1.5-5
      Set id/gid based on the user running the build.
      releasing package neovim version 0.1.5-6
      Only run tests for "arch" builds
      Use id -u/-g instead of output parsing
      window: Fix cmd_with_count's formatting when sizeof(long) != 8
      releasing package neovim version 0.1.5-7
      releasing package neovim version 0.1.5-8
      Expand test coverage on the buildds
      Merge tag 'v0.1.6' into debian/sid
      Add gperf to Build-Depends, as needed for 0.1.6
      test: Fix shada/marks_spec.lua failure
      Update d/copyright for 0.1.6
      Set $USERNAME/$HOSTNAME when building to improve reproducibility
      releasing package neovim version 0.1.6-1
      Use int as the standard type for boolean options.
      object_to_vim: Fix buffer/window/tabpage conversion on BE systems
      nvim_win_get_number: Use int as rv to fix BE issues
      releasing package neovim version 0.1.6-2
      test: window_spec: Remove flaky terminal resize test
      releasing package neovim version 0.1.6-3
      vim-patch:8.0.0056
      vim-patch:8.0.0057
      Add changelog entry for CVE-2016-1248 fix
      releasing package neovim version 0.1.6-4
      Disable lua tests on mipsel
      releasing package neovim version 0.1.6-5
      Merge tag 'v0.1.7' into debian/sid
      Initial changelog for v0.1.7-1
      releasing package neovim version 0.1.7-1
      ftplugin/man: Finish early if &filetype is not man
      Add changelog entry for ftplugin/man.vim fix
      Add changelog entry for tty-test fix
      Add changelog entry for TUI responsiveness/OOM test fixes
      releasing package neovim version 0.1.7-2
      Disable global_spec.lua since it's rather flaky
      Adjust test execution mips*
      releasing package neovim version 0.1.7-3
      vim-patch:8.0.0377
      vim-patch:8.0.0378
      vim-patch:8.0.0322
      vim-patch:8.0.0376
      Add changelog entry for undo/spellfile fixes
      releasing package neovim version 0.1.7-4
      Point Vcs-Git at experimental
      Merge tag 'v0.2.0' into debian/experimental
      Skip known flaky tests by setting $TEST_SKIP_FRAGILE
      Update debian/copyright
      d/rules: Switch to invoking cmake directly
      Bump lua-nvim Build-Depends
      Note that 0.2.0 fixed test failures with msgpack-c >= 2.1.0
      Set $DESTDIR to make install target work again
      test: expand_env_esc: Pass correct buffer size for outlen and assertion
      Cherry-pick 4d017256 to fix a test failure with long $HOME
      releasing package neovim version 0.2.0-1
      Get the username from `id -un` instead of relying on the environment.
      Adjust license wording to match text in source
      oldtests: Run nvim using --headless to avoid requesting user input
      Add changelog entry for test fix when stdin is /dev/null.
      Merge branch 'debian/experimental' into debian/sid
      Switch back to unstable
      releasing package neovim version 0.2.0-2
      Backport big-endian integer options fix
      releasing package neovim version 0.2.0-3
      Re-enable luajit on mips*, as long as it's >= 2.1.0~beta3.
      Change Priority to optional for Policy 4.1.0 compliance
      Reduce build requirements on x32/powerpcspe to help lua-nvim
      releasing package neovim version 0.2.0-4
      Merge tag 'v0.2.1' into debian/sid
      Update changelog/copyright for 0.2.1
      Declare compliance with Policy 4.1.1
      Install nvim.desktop
      Build against Lua when LuaJIT is not available
      releasing package neovim version 0.2.1-1

Jason Pleau (1):
      Cherry-pick f400c6f05 from upstream

Josh Triplett (1):
      Install alternatives for ex, rvim, rview, vi, vim, view, and vimdiff

Justin M. Keyes (7):
      tui/suspend_event(): set STDIN to "blocking"
      test: Handle SIGHUP in tty-test fixture.
      tui: "backpressure": Drop messages to avoid flooding.
      os/shell: Throttle :! output, pulse "..." message.
      os/shell: do_os_system(): Always show last chunk.
      out_data_decide_throttle(): Avoid too-small final chunk.
      out_data_decide_throttle(): timeout instead of hard limit.

lonerover (1):
      vim-patch:8.0.0003

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

This annotated tag includes the following new commits:

       new  c508feb   Merge tag 'v0.2.1' into debian/sid
       new  ebd44d8   Update changelog/copyright for 0.2.1
       new  8ce8c3a   Declare compliance with Policy 4.1.1
       new  84b00f7   Install nvim.desktop
       new  7180025   Build against Lua when LuaJIT is not available
       new  0bd457c   releasing package neovim version 0.2.1-1

The 6 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/neovim.git



More information about the pkg-vim-maintainers mailing list