]> git.phdru.name Git - extfs.d.git/commitdiff
Torrent VFS version 1.2.2 and XML VFS version 1.1.2
authorOleg Broytman <phd@phdru.name>
Sat, 10 Jan 2015 05:16:30 +0000 (08:16 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 10 Jan 2015 05:17:50 +0000 (08:17 +0300)
Change link to installation instructions.

torrent
torrent-ANNOUNCE
torrent-ANNOUNCE-ru
torrent-ChangeLog
xml
xml-ANNOUNCE
xml-ANNOUNCE-ru
xml-ChangeLog

diff --git a/torrent b/torrent
index ed622a3c4283110d9a14e80af2b2a97425b00435..65c8b6157f5e3ef77cef9a70c161c29a4e6769fc 100755 (executable)
--- 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 <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2010-2013 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2010-2015 PhiloSoft Design"
 __license__ = "GPL"
 
 
index 87ce78cd4f54ebf5cc45bfc9eacc39f1d4b7413b..6a670be7ea92969aa03cf84874ec050636213827 100644 (file)
@@ -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 <phd@phdru.name>
 
 COPYRIGHT
-   Copyright (C) 2010-2013 PhiloSoft Design
+   Copyright (C) 2010-2015 PhiloSoft Design
 
 LICENSE
    GPL
index 27c809ad4f7f4ca1594fc18a64cb237aca53a7bb..03c9c0930df02e10a6b728418259fed74a2da335 100644 (file)
@@ -34,7 +34,7 @@ Torrent VFS 
    Олег Бройтман <phd@phdru.name>
 
 COPYRIGHT
-   Copyright (C) 2010-2013 PhiloSoft Design
+   Copyright (C) 2010-2015 PhiloSoft Design
 
 ЛИЦЕНЗИЯ
    GPL
index 4afa7e32ce2549be8dabf8636b5cac3ee6345605..1824cc37e16a93c3628ba2b7300028a469c52157 100644 (file)
@@ -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 de468c654682d53272ee7d4b5ce033b9391ada6e..021a9d2e462306fb798e16b1517887237553a08f 100755 (executable)
--- 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 <phd@phdru.name>"
-__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,
index a20a4c474afd98421d90c86d0a936aedd2aba7de..21d79b5bcaca1e5b39ca149b8b167d90e08d6d6d 100644 (file)
@@ -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 <phd@phdru.name>
 
 COPYRIGHT
-   Copyright (C) 2013, 2014 PhiloSoft Design
+   Copyright (C) 2013-2015 PhiloSoft Design
 
 LICENSE
    GPL
index adf5b82f05ace9b82ce624062d26bb27f6739d3d..5ee4f3b4be92918f74d14025f1ee7f5f0aa195f3 100644 (file)
@@ -41,7 +41,7 @@ VFS 
    Олег Бройтман <phd@phdru.name>
 
 COPYRIGHT
-   Copyright (C) 2013, 2014 PhiloSoft Design
+   Copyright (C) 2013-2015 PhiloSoft Design
 
 ЛИЦЕНЗИЯ
    GPL
index 404dc21df77b1bfba2ef9a753ee3a4ba681d25b4..8fd906681d8bc4012a0b9570a280e7254a3d1f46 100644 (file)
@@ -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).