Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "sodium" feature in release package #1225

Merged
merged 3 commits into from
Feb 20, 2022

Conversation

ichizok
Copy link
Member

@ichizok ichizok commented Dec 27, 2021

Setup a static linkage to libsodium, in the same way as gettext.

@ichizok ichizok force-pushed the feature/libsodium branch 2 times, most recently from ba2883e to b6736eb Compare January 3, 2022 06:25
@ichizok ichizok force-pushed the feature/libsodium branch 2 times, most recently from baf90ad to 2392850 Compare January 29, 2022 04:29
@ichizok ichizok force-pushed the feature/libsodium branch 2 times, most recently from 6243a14 to e66bc61 Compare February 5, 2022 10:58
@ichizok ichizok merged commit 00712da into macvim-dev:master Feb 20, 2022
@ichizok ichizok deleted the feature/libsodium branch February 20, 2022 11:37
ychin added a commit that referenced this pull request Jul 25, 2022
Updated to Vim 9.0.0065.

MacVim is now updated to Vim 9!

I just want to apologize for the infrequent update cadence for MacVim
over the last year and a half. I have not had much time to work on
MacVim, which made catching up harder, leading to a bad feedback loop. I
would like to move back to a more regular release cadence to keep MacVim
more updated relative to Vim, and to be able to start working on macOS
12/13 integrations as well as fixing outstanding bugs and merging the
various pull requests that have been waiting to be merged for a while.
Please don't hesitate to poke on GitHub if MacVim starts falling behind
again.

General
====================

- MacVim now supports the `+sodium` feature, which allows you to use the
  newer "xchacha20" encryption method for encryption. See `:help
  cryptmethod`. #1225

Misc
====================

- Scripting languages versions:
    - Ruby is now built against 3.1, up from 3.0.

Compatibility
====================

Requires macOS 10.9 or above.

Script interfaces have compatibility with these versions:

- Lua 5.4
- Perl 5.18
- Python2 2.7
- Python3 3.9
- Ruby 3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant