X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=torrent-ANNOUNCE;h=1c8f970a3561450a765a3b90394a0bcc036200b9;hp=5979b7350474e0ae75d82f347798052b372cd045;hb=f97e5336b4ad99795321448b852266f20ad0135f;hpb=b1ff3579f445896c8fca294eedb043e83921b5eb diff --git a/torrent-ANNOUNCE b/torrent-ANNOUNCE index 5979b73..1c8f970 100644 --- a/torrent-ANNOUNCE +++ b/torrent-ANNOUNCE @@ -6,23 +6,69 @@ WHAT IS IT Midnight Commander. -WHAT'S NEW in version 1.0.1 (2012-04-15) - Removed svn:keywords. +WHAT'S NEW +Version 1.2.4 (2018-05-18) + Fix a bug in handling overflow with dates > 2038 year. -WHAT'S NEW in version 1.0.0 (2010-11-11) +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. + +Version 1.2.2 (2015-01-10) + Changed link to installation instructions. + +Version 1.2.1 (2013-11-20) + Fixed a minor bug. + +Version 1.2.0 (2013-11-16) + Get charset from the environment. + +Version 1.1.1 (2013-11-11) + Documented the fact that the script can be put in +$HOME/[.local/share/].mc/extfs.d. + +Version 1.1.0 (2013-06-10) + Show DHT nodes if they are present. + Show publisher and publisher-url if they are available. + Use name.utf-8, path.utf-8 and comment.utf-8 if those are available. + Use codepage instead of encoding if codepage is available + and encoding is not. + +Version 1.0.0 (2010-11-11) Initial release. WHERE TO GET - Master site: http://phdru.name/Software/mc/ - A mirror: http://phdru.co.cc/Software/mc/ + 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 + git clone git://git.phdru.name/extfs.d.git + + Installation instructions: http://phdru.name/Software/mc/INSTALL.html + + +The VFS lists all files and directories from the torrent metafile; all files +appear empty, of course, but the sizes are shown. Filenames are reencoded from +the metafile's encoding/codepage to the current locale. + +Along with the files/directories in the torrent metafile the VFS also presents +meta information - in the form of files in .META directory. The size and +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 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 Oleg Broytman COPYRIGHT - Copyright (C) 2010-2012 PhiloSoft Design + Copyright (C) 2010-2015 PhiloSoft Design LICENSE GPL