]> git.phdru.name Git - extfs.d.git/blob - xml-ChangeLog
XML VFS: version 1.1.5
[extfs.d.git] / xml-ChangeLog
1 Version 1.1.5 (2015-07-08)
2
3    Set directories/files date/time to the last modification time of the XML
4 file.
5
6 Version 1.1.4 (2015-03-21)
7
8    Minor documentation update.
9
10 Version 1.1.3 (2015-03-14)
11
12    Fix a minor bug in handling namespaces (lxml).
13
14 Version 1.1.2 (2015-01-10)
15
16    Changed link to installation instructions.
17
18 Version 1.1.1 (2014-07-17)
19
20    Fix a bug in removing excessive namespaces (lxml).
21
22 Version 1.1.0 (2013-11-26)
23
24    Show comment(s) before the root element.
25
26 Version 1.0.0 (2013-11-23)
27
28    With lxml.etree-based implementation show only child namespaces
29    (calculated as combined namespaces minus parent's namespaces).
30
31 Version 0.6.0 (2013-11-22)
32
33    Refactored _list() and attrs2text() to be completely generic.
34
35 Version 0.5.0 (2013-11-19)
36
37    Added lxml.etree-based implementation.
38
39 Version 0.4.0 (2013-11-19)
40
41    Added ElementTree-based implementation.
42
43 Version 0.3.0 (2013-11-16)
44
45    Initial release. Implementation based on minidom.