@@ -85,19 +85,19 @@ indenttest:
8585# Before creating an archive first delete all backup files, *.orig, etc.
8686
8787MAJOR = 8
88- MINOR = 1
88+ MINOR = 2
8989
9090# CHECKLIST for creating a new version:
9191#
9292# - Update Vim version number. For a test version in: src/version.h,
9393# READMEdir/Contents, MAJOR/MINOR above, VIMMAJOR and VIMMINOR in
94- # src/Makefile, README.txt, README.md, READMEdir/README*.txt,
94+ # src/Makefile, README.txt, README.md, src/README.md, READMEdir/README*.txt,
9595# runtime/doc/*.txt and make nsis/gvim_version.nsh.
9696# For a minor/major version: src/GvimExt/GvimExt.reg, src/vim.def,
9797# src/gvim.exe.mnf.
98- # - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, MZscheme, Lua (if
99- # you can make it all work), Cscope and "huge" features. Exclude workshop
100- # and SNiFF .
98+ # - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, Lua, Cscope and
99+ # "huge" features. Add MZscheme if you can make it work.
100+ # Use "make reconfig" after selecting the configure arguments .
101101# - With these features: "make proto" (requires cproto and Motif installed;
102102# ignore warnings for missing include files, fix problems for syntax errors).
103103# - With these features: "make depend" (works best with gcc).
@@ -106,9 +106,6 @@ MINOR = 1
106106# - If you have valgrind, enable it in src/testdir/Makefile and run "make
107107# test". Enable EXITFREE, disable GUI, scheme and tcl to avoid false alarms.
108108# Check the valgrind output.
109- # - If you have the efence library, enable it in "src/Makefile" and run "make
110- # test". Disable Python and Ruby to avoid trouble with threads (efence is
111- # not threadsafe).
112109# - Adjust the date and other info in src/version.h.
113110# - Correct included_patches[] in src/version.c.
114111# - Check for missing entries in runtime/makemenu.vim (with checkmenu script).
@@ -148,7 +145,7 @@ MINOR = 1
148145# - > make dossrc
149146# > make dosrt
150147# Unpack dist/vim##rt.zip and dist/vim##src.zip on an MS-Windows PC.
151- # This creates the directory vim/vim81 and puts all files in there.
148+ # This creates the directory vim/vim82 and puts all files in there.
152149# Win32 console version build:
153150# - See src/INSTALLpc.txt for installing the compiler and SDK.
154151# - Set environment for Visual C++ 2015:
@@ -206,7 +203,7 @@ MINOR = 1
206203# Note: VisVim needs to be build with MSVC 5, newer versions don't work.
207204# gvimext64.dll can be obtained from:
208205# https://github.com/vim/vim-win32-installer/releases
209- # It is part of gvim_8.0 .*_x64.zip as vim/vim80 /GvimExt/gvimext64.dll.
206+ # It is part of gvim_8.2 .*_x64.zip as vim/vim82 /GvimExt/gvimext64.dll.
210207# - Make sure there is a diff.exe two levels up (get it from a previous Vim
211208# version). Also put winpty32.dll and winpty-agent.exe there.
212209# - go to ../nsis and do:
0 commit comments