Differences
This shows you the differences between the selected revisions of the page.
2012-01-19 | 2012-01-21 | ||
directory masks are recursive (martin) | bug 98 + rewording double to escape (martin) | ||
Line 4: | Line 4: | ||
===== Not Released Yet ===== | ===== Not Released Yet ===== | ||
- | === 2012-01-19 === | + | === 2012-01-21 === |
* Prototype of [[library|.NET assembly]] built around WinSCP scripting interface. [[bug>147]] | * Prototype of [[library|.NET assembly]] built around WinSCP scripting interface. [[bug>147]] | ||
* SSL core upgraded to OpenSSL 1.0.0g. | * SSL core upgraded to OpenSSL 1.0.0g. | ||
Line 16: | Line 16: | ||
* Bug fix: 0.61-style Pageant did not work with 0.60-style WinSCP. [[pbug>pageant-backwards-compatibility]] | * Bug fix: 0.61-style Pageant did not work with 0.60-style WinSCP. [[pbug>pageant-backwards-compatibility]] | ||
* Several changes to enhance and simplify file masks: | * Several changes to enhance and simplify file masks: | ||
+ | * Convenient dialog for setting file masks. [[bug>98]] | ||
* Change: File mask that does not end with slash matched only files, not directories anymore. | * Change: File mask that does not end with slash matched only files, not directories anymore. | ||
* Change: Directory masks are recursive. | * Change: Directory masks are recursive. | ||
Line 22: | Line 23: | ||
* Change: //Include/Exclude mask// in transfer settings replaced with //File mask//, what is equivalent of //Include mask// (as supported already previously, it can contain exclude mask after ''|''). | * Change: //Include/Exclude mask// in transfer settings replaced with //File mask//, what is equivalent of //Include mask// (as supported already previously, it can contain exclude mask after ''|''). | ||
* Change: Script options ''exclude'' and ''include'' deprecated in favor of ''-filemask=<mask>'' switch of ''get'', ''put'', ''synchronize'' and ''keepuptodate'' commands. | * Change: Script options ''exclude'' and ''include'' deprecated in favor of ''-filemask=<mask>'' switch of ''get'', ''put'', ''synchronize'' and ''keepuptodate'' commands. | ||
- | * Change: Double special characters '';,|<>'' in file masks to escape them. | + | * Change: Special characters '';,|<>'' in file masks can be used as literals by doubling them. |
* Change: Escaping new lines in attribute values in XML log (particularly useful for attribute ''value'' of ''output'' and ''erroroutput''). | * Change: Escaping new lines in attribute values in XML log (particularly useful for attribute ''value'' of ''output'' and ''erroroutput''). | ||
* Change: Script option ''transfer'' deprecated in favor of ''-transfer'' switch of ''get'', ''put'', ''synchronize'' and ''keepuptodate'' commands. | * Change: Script option ''transfer'' deprecated in favor of ''-transfer'' switch of ''get'', ''put'', ''synchronize'' and ''keepuptodate'' commands. |