From: Oleg Broytman Date: Sat, 10 Jan 2015 05:16:30 +0000 (+0300) Subject: Torrent VFS version 1.2.2 and XML VFS version 1.1.2 X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=commitdiff_plain;h=b31cf2fdb7101e83f46898943bdfb4bb7c48c2bd Torrent VFS version 1.2.2 and XML VFS version 1.1.2 Change link to installation instructions. --- diff --git a/torrent b/torrent index ed622a3..65c8b61 100755 --- a/torrent +++ b/torrent @@ -15,7 +15,7 @@ file the command is "%cd"): cd file/torrent://; In older versions it is cd file#torrent, where "file" is the name of your torrent metafile. See detailed installation instructions at -http://phdru.name/Software/mc/INSTALL.html. +http://phdru.name/Software/mc/torrent_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 @@ -32,9 +32,9 @@ year. The filesystem is, naturally, read-only. """ -__version__ = "1.2.1" +__version__ = "1.2.2" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2010-2013 PhiloSoft Design" +__copyright__ = "Copyright (C) 2010-2015 PhiloSoft Design" __license__ = "GPL" diff --git a/torrent-ANNOUNCE b/torrent-ANNOUNCE index 87ce78c..6a670be 100644 --- a/torrent-ANNOUNCE +++ b/torrent-ANNOUNCE @@ -6,6 +6,9 @@ WHAT IS IT Midnight Commander. +WHAT'S NEW in version 1.2.2 (2015-01-10) + Changed link to installation instructions. + WHAT'S NEW in version 1.2.1 (2013-11-20) Fixed a minor bug. @@ -54,7 +57,7 @@ AUTHOR Oleg Broytman COPYRIGHT - Copyright (C) 2010-2013 PhiloSoft Design + Copyright (C) 2010-2015 PhiloSoft Design LICENSE GPL diff --git a/torrent-ANNOUNCE-ru b/torrent-ANNOUNCE-ru index 27c809a..03c9c09 100644 --- a/torrent-ANNOUNCE-ru +++ b/torrent-ANNOUNCE-ru @@ -34,7 +34,7 @@ Torrent VFS ïÌÅÇ âÒÏÊÔÍÁÎ COPYRIGHT - Copyright (C) 2010-2013 PhiloSoft Design + Copyright (C) 2010-2015 PhiloSoft Design ìéãåîúéñ GPL diff --git a/torrent-ChangeLog b/torrent-ChangeLog index 4afa7e3..1824cc3 100644 --- a/torrent-ChangeLog +++ b/torrent-ChangeLog @@ -1,3 +1,6 @@ +WHAT'S NEW in version 1.2.2 (2015-01-10) + Changed link to installation instructions. + WHAT'S NEW in version 1.2.1 (2013-11-20) Fixed a minor bug. diff --git a/xml b/xml index de468c6..021a9d2 100755 --- a/xml +++ b/xml @@ -14,7 +14,7 @@ file the command is "%cd"): cd file/xml://; in older versions it is cd file#xml, where "file" is the name of your XML file. See detailed installation instructions at -http://phdru.name/Software/mc/INSTALL.html. +http://phdru.name/Software/mc/xml_INSTALL.html. The VFS represents tags as directories; the directories are numbered to distinguish tags with the same name; numbering also helps to sort tags by their @@ -40,9 +40,9 @@ The VFS was inspired by a FUSE xmlfs: https://github.com/halhen/xmlfs """ -__version__ = "1.1.1" +__version__ = "1.1.2" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2013, 2014 PhiloSoft Design" +__copyright__ = "Copyright (C) 2013-2015 PhiloSoft Design" __license__ = "GPL" force_implementation = None # Can be None for default choice, diff --git a/xml-ANNOUNCE b/xml-ANNOUNCE index a20a4c4..21d79b5 100644 --- a/xml-ANNOUNCE +++ b/xml-ANNOUNCE @@ -5,6 +5,9 @@ WHAT IS IT View an XML file in Midnight Commander as a filesystem. +WHAT'S NEW in version 1.1.2 (2015-01-10) + Changed link to installation instructions. + WHAT'S NEW in version 1.1.1 (2014-07-17) Fix a bug in removing excessive namespaces (lxml). @@ -55,7 +58,7 @@ AUTHOR Oleg Broytman COPYRIGHT - Copyright (C) 2013, 2014 PhiloSoft Design + Copyright (C) 2013-2015 PhiloSoft Design LICENSE GPL diff --git a/xml-ANNOUNCE-ru b/xml-ANNOUNCE-ru index adf5b82..5ee4f3b 100644 --- a/xml-ANNOUNCE-ru +++ b/xml-ANNOUNCE-ru @@ -41,7 +41,7 @@ VFS ïÌÅÇ âÒÏÊÔÍÁÎ COPYRIGHT - Copyright (C) 2013, 2014 PhiloSoft Design + Copyright (C) 2013-2015 PhiloSoft Design ìéãåîúéñ GPL diff --git a/xml-ChangeLog b/xml-ChangeLog index 404dc21..8fd9066 100644 --- a/xml-ChangeLog +++ b/xml-ChangeLog @@ -1,3 +1,6 @@ +WHAT'S NEW in version 1.1.2 (2015-01-10) + Changed link to installation instructions. + WHAT'S NEW in version 1.1.1 (2014-07-17) Fix a bug in removing excessive namespaces (lxml).