@@ -74,7 +74,7 @@ all install uninstall tools config configure reconfig proto depend lint tags typ
7474# Before creating an archive first delete all backup files, *.orig, etc.
7575
7676MAJOR = 7
77- MINOR = 4b
77+ MINOR = 4
7878
7979# Uncomment this line if the Win32s version is to be included.
8080# DOSBIN_S = dosbin_s
@@ -92,8 +92,6 @@ MINOR = 4b
9292# runtime/doc/*.txt and nsis/gvim.nsi. Other things in README_os2.txt. For a
9393# minor/major version: src/GvimExt/GvimExt.reg, src/vim.def, src/vim16.def,
9494# src/gvim.exe.mnf.
95- # - Adjust the date and other info in src/version.h.
96- # - Correct included_patches[] in src/version.c.
9795# - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, MZscheme, Lua (if
9896# you can make it all work), Cscope and "huge" features. Exclude workshop
9997# and SNiFF.
@@ -102,17 +100,23 @@ MINOR = 4b
102100# - With these features: "make depend" (works best with gcc).
103101# - If you have a lint program: "make lint" and check the output (ignore GTK
104102# warnings).
105- # - Enable the efence library in "src/Makefile" and run "make test". Disable
106- # Python and Ruby to avoid trouble with threads (efence is not threadsafe).
103+ # - If you have valgrind, enable it in src/testdir/Makefile and run "make
104+ # test". Enable EXITFREE, disable GUI, scheme and tcl to avoid false alarms.
105+ # Check the valgrind output.
106+ # - If you have the efence library, enable it in "src/Makefile" and run "make
107+ # test". Disable Python and Ruby to avoid trouble with threads (efence is
108+ # not threadsafe).
109+ # - Adjust the date and other info in src/version.h.
110+ # - Correct included_patches[] in src/version.c.
107111# - Check for missing entries in runtime/makemenu.vim (with checkmenu script).
108112# - Check for missing options in runtime/optwin.vim et al. (with check.vim).
109113# - Do "make menu" to update the runtime/synmenu.vim file.
110114# - Add remarks for changes to runtime/doc/version7.txt.
111115# - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL
112116# ADDITIONS".
113117# - In runtime/doc run "make" and "make html" to check for errors.
114- # - Check if src/Makefile and src/feature.h don't contain any personal
115- # preferences or the GTK, Perl, etc. mentioned above.
118+ # - Check if src/Makefile, src/testdir/Makefile and src/feature.h don't contain
119+ # any personal preferences or the changes mentioned above.
116120# - Check file protections to be "644" for text and "755" for executables (run
117121# the "check" script).
118122# - Check compiling on Amiga, MS-DOS and MS-Windows.
0 commit comments