X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=torrent-ANNOUNCE;h=11644f0e34c52d430b7eed4cd0f2fd3277d7b983;hp=1a89569df92841a459d2fc330fbd6a3f25ee1f62;hb=HEAD;hpb=abdc722ded2659badbf693e324eb395acab8869a diff --git a/torrent-ANNOUNCE b/torrent-ANNOUNCE index 1a89569..11644f0 100644 --- a/torrent-ANNOUNCE +++ b/torrent-ANNOUNCE @@ -7,6 +7,9 @@ Midnight Commander. WHAT'S NEW +Version 1.2.4 (2018-05-18) + Fix a bug in handling overflow with dates > 2038 year. + Version 1.2.3 (2015-07-08) Set directories/files date/time to the content of ".META/creation date" file if it exists or to the last modification time of the torrent file itself. @@ -36,12 +39,12 @@ Version 1.0.0 (2010-11-11) WHERE TO GET - Home page: http://phdru.name/Software/mc/torrent.html - Download: http://phdru.name/Software/mc/torrent - git clone http://git.phdru.name/extfs.d.git + Home page: https://phdru.name/Software/mc/torrent.html + Download: https://phdru.name/Software/mc/torrent + git clone https://git.phdru.name/extfs.d.git git clone git://git.phdru.name/extfs.d.git - Installation instructions: http://phdru.name/Software/mc/INSTALL.html + Installation instructions: https://phdru.name/Software/mc/INSTALL.html The VFS lists all files and directories from the torrent metafile; all files @@ -54,8 +57,11 @@ contents of these files are taken from the corresponding fields in the torrent metafile. The script doesn't check if the torrent consists of a .META file or directory (quite unlikely). -Date/time for all files is set to midnight of the 1st January of the current -year. The filesystem is, naturally, read-only. +Date/time for all directories/files is set to the value of 'creation date' +field, if it exists; if not date/time is set to the last modification time of +the torrent file itself. + +The filesystem is, naturally, read-only. AUTHOR