Differences
This shows you the differences between the selected revisions of the page.
2017-09-05 | 2017-12-20 | ||
releasing 5.11 (martin) | 5.12 (martin) | ||
Line 6: | Line 6: | ||
The changes that most commonly causes issues are **highlighted**. | The changes that most commonly causes issues are **highlighted**. | ||
+ | |||
+ | ===== In the Last Major Beta Release 5.12 (after December 2017) ===== | ||
+ | |||
+ | ==== General ==== | ||
+ | |||
+ | * 5.12: Last access time of downloaded files is no longer preserved. Note that //modification// time is still preserved. | ||
+ | |||
+ | ==== Scripting and .NET Assembly ==== | ||
+ | |||
+ | * 5.12: XML log tags ''<modification>'' and ''<permisssions>'' are absent, if their values are not known. Previously they would have value of ''1899-12-30T01:00:00.000Z'' and ''---------'' respectively. Consequently the .NET assembly ''RemoteFileInfo.LastWriteTime'' and ''RemoteFileInfo.FilePermissions'' have values ''DateTime.MinValue'' and ''null'', respectively. | ||
+ | * 5.12: Scripting command ''mv'' and .NET assembly function ''Session.MoveFile'' tests, if a source file exists, before trying to rename. Consequently, an error message reported has changed significantly, if the source file does not exist. | ||
===== In the Last Major Release 5.11 (after July 2016) ===== | ===== In the Last Major Release 5.11 (after July 2016) ===== |