added a note about improved File /r behavior

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3811 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-12-03 16:37:03 +00:00
parent 58afebcf8e
commit 5e7d177188

View file

@ -6,6 +6,8 @@ Released on December 3rd, 2004
\S1{v2.03-rn} Release Notes
\b If you're using \c{File /r folder} in your script, it's recommended you replace it with \c{File /r folder\\*} for faster compilation and so no other folders named \e{folder} will be included
\b Command line switches prefix on POSIX has changed to a dash
\b The plug-in API change is backward compatible
@ -26,6 +28,8 @@ Released on December 3rd, 2004
\b Added /x switch for \R{file}{File} and \R{reservefile}{ReserveFile} to exclude files and directories
\b Made \R{file}{File}'s /r switch always search in subdirectories, even if the given path points to an existing directory
\S2{} Minor Changes
\b Added LIBRARY_SHELL_EXTENSION and LIBRARY_COM to \R{library}{Library}