]> git.phdru.name Git - mc/extfs.d.git/commitdiff
xml: Update docs
authorOleg Broytman <phd@phdru.name>
Sat, 11 Jan 2025 12:26:47 +0000 (15:26 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 11 Jan 2025 12:41:14 +0000 (15:41 +0300)
xml
xml-ANNOUNCE
xml-ANNOUNCE-ru
xml-ChangeLog

diff --git a/xml b/xml
index fe3b5b584a3c51fe3402a71ab96c9f029cf260cb..e7fe1d4e43a6fc8893ad788920b3f42f4d94eb52 100755 (executable)
--- a/xml
+++ b/xml
@@ -2,7 +2,7 @@
 """XML Virtual FileSystem for Midnight Commander
 
 The script requires Midnight Commander 3.1+
-(http://www.midnight-commander.org/), Python 2.4+ (http://www.python.org/).
+(http://www.midnight-commander.org/), Python 2.7+ (http://www.python.org/).
 
 For mc 4.7+ just put the script in $HOME/[.local/share/].mc/extfs.d.
 For older versions put it in /usr/[local/][lib|share]/mc/extfs
@@ -45,9 +45,9 @@ The VFS was inspired by a FUSE xmlfs: https://github.com/halhen/xmlfs
 """
 from __future__ import print_function
 
-__version__ = "1.2.1"
+__version__ = "1.2.1.post1"
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2013-2023 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2013-2025 PhiloSoft Design"
 __license__ = "GPL"
 
 # Can be None for default choice, 'lxml', 'elementtree' or 'minidom'.
index 8e0b2fa820c6310a6f532645fbe16d8a2ea4b0e2..cbdec86aa4690136b6523414fc1f07c4d387c47f 100644 (file)
@@ -6,33 +6,10 @@ WHAT IS IT
 
 
 WHAT'S NEW
-Version 1.1.5 (2015-07-08)
-   Set directories/files date/time to the last modification time of the XML
-file.
 
-   Fix flake8 errors.
+Version 1.2.1.post1 (2025-01-11)
 
-Version 1.1.4 (2015-03-21)
-   Minor documentation update.
-
-Version 1.1.3 (2015-03-14)
-   Fix a minor bug in handling namespaces (lxml).
-
-Version 1.1.2 (2015-01-10)
-   Changed link to installation instructions.
-
-Version 1.1.1 (2014-07-17)
-   Fix a bug in removing excessive namespaces (lxml).
-
-Version 1.1.0 (2013-11-26)
-   Show comment(s) before the root element.
-
-Version 1.0.0 (2013-11-23)
-   With lxml.etree-based implementation show only child namespaces
-   (calculated as combined namespaces minus parent's namespaces).
-
-Version 0.3.0 (2013-11-16)
-   Initial release. Implementation based on minidom.
+   Update docs.
 
 
 WHERE TO GET
@@ -75,7 +52,7 @@ AUTHOR
    Oleg Broytman <phd@phdru.name>
 
 COPYRIGHT
-   Copyright (C) 2013-2015 PhiloSoft Design
+   Copyright (C) 2013-2025 PhiloSoft Design
 
 LICENSE
    GPL
index 9e89f18d2738b3b250c4588537da54aeffb21d42..60e5118841d030dd54632ab198d62700b0831fe2 100644 (file)
@@ -45,7 +45,7 @@ VFS позволяет просматривать структуру XML, но 
    Олег Бройтман <phd@phdru.name>
 
 COPYRIGHT
-   Copyright (C) 2013-2015 PhiloSoft Design
+   Copyright (C) 2013-2025 PhiloSoft Design
 
 ЛИЦЕНЗИЯ
    GPL
index f7592eb4ee2644f75053f7bdbe84183f35b0a3a7..bdaed8b99cad06727c64bddfcb4ca5f1160e4c7d 100644 (file)
@@ -1,3 +1,7 @@
+Version 1.2.1.post1 (2025-01-11)
+
+   Update docs.
+
 Version 1.2.1 (2023-08-13)
 
    Update for Python 3.