Skip to content

Commit b0e4e53

Browse files
committed
MacVim r183
Note that release notes are now written in a separate file under the new release-notes folder. This helps keep commit messages brief and makes it easier to inspect old release notes.
1 parent 091e120 commit b0e4e53

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

src/MacVim/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@
12551255
</dict>
12561256
</array>
12571257
<key>CFBundleVersion</key>
1258-
<string>182.1</string>
1258+
<string>183</string>
12591259
<key>LSApplicationCategoryType</key>
12601260
<string>public.app-category.productivity</string>
12611261
<key>NSAppTransportSecurity</key>

src/MacVim/release-notes/r183.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
Updated to Vim 9.2.0321
2+
3+
Vim 9.2 was released in February 2026! See [announcement](https://www.vim.org/vim-9.2-released.php). This update syncs up to Vim 9.2, which also contains important security fixes.
4+
5+
This release note does not come with the normal "New Vim Features" section. The next MacVim release will cover both releases to highlight new Vim features.
6+
7+
Security Fixes
8+
====================
9+
10+
There were numerous security fixes in Vim itself between the last release (9.1.1887) and 9.2.0321. Below are some some high severity ones that were fixed in the latest release:
11+
12+
* [CVE-2025-66476](https://github.com/vim/vim/security/advisories/GHSA-g77q-xrww-p834)
13+
* [CVE-2026-34714](https://github.com/vim/vim/security/advisories/GHSA-2gmj-rpqf-pxvh)
14+
* [CVE-2026-34982](https://github.com/vim/vim/security/advisories/GHSA-8h6p-m6gr-mpw9)
15+
16+
General
17+
====================
18+
19+
- Sparkle (updater for MacVim) is now updated to 2.9.1. The updater will now also verify that the update feed is cryptographically signed. #1637 #1638
20+
- Binary release is now built using GNU iconv instead of the system built-in iconv. This slightly increases binary size, but makes MacVim work more consistently when dealing with non-Unicode files (e.g. JIS). #1626
21+
22+
Fixes
23+
====================
24+
25+
- What's New page will no longer leave behind unnecessary persistent files in ~/Library #1619
26+
27+
Scripting
28+
====================
29+
30+
- Scripting languages versions:
31+
- Ruby is now built against 4.0, up from 3.4.
32+
- Lua is now built against 5.5, up from 5.4.
33+
34+
Compatibility
35+
====================
36+
37+
Requires macOS 10.9 or above. (10.9 - 10.12 requires downloading a separate legacy build)
38+
39+
Script interfaces have compatibility with these versions:
40+
41+
- Lua 5.5
42+
- Perl 5.34
43+
- Python2 2.7
44+
- Python3 3.9 or above
45+
- Ruby 4.0

0 commit comments

Comments
 (0)