]> git.phdru.name Git - extfs.d.git/blob - xml-ChangeLog
Remove update script
[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    Fix flake8 errors.
7
8 Version 1.1.4 (2015-03-21)
9
10    Minor documentation update.
11
12 Version 1.1.3 (2015-03-14)
13
14    Fix a minor bug in handling namespaces (lxml).
15
16 Version 1.1.2 (2015-01-10)
17
18    Changed link to installation instructions.
19
20 Version 1.1.1 (2014-07-17)
21
22    Fix a bug in removing excessive namespaces (lxml).
23
24 Version 1.1.0 (2013-11-26)
25
26    Show comment(s) before the root element.
27
28 Version 1.0.0 (2013-11-23)
29
30    With lxml.etree-based implementation show only child namespaces
31    (calculated as combined namespaces minus parent's namespaces).
32
33 Version 0.6.0 (2013-11-22)
34
35    Refactored _list() and attrs2text() to be completely generic.
36
37 Version 0.5.0 (2013-11-19)
38
39    Added lxml.etree-based implementation.
40
41 Version 0.4.0 (2013-11-19)
42
43    Added ElementTree-based implementation.
44
45 Version 0.3.0 (2013-11-16)
46
47    Initial release. Implementation based on minidom.