-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNEWS
More file actions
53 lines (40 loc) · 1.42 KB
/
NEWS
File metadata and controls
53 lines (40 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
0.6.10 (12 Aug 2025)
- Prevent failure when MANIFEST.MF isn't UTF-8 encoded (bug #952052)
0.6.8 (08 Mar 2025)
- Change output format
- Add tests
- Support Multi-Release jars, bug #900767
- Migrate build-system to flit with pyproject.toml
0.6.7 (19 Jun 2021)
- Correctly handling Java versions in class-version-verify.py.
0.6.6 (15 Jun 2021)
- Fix bug #742935.
0.6.5 (15 Dec 2020)
- Fix bug #758716.
0.6.4 (05 Nov 2020)
- Fix bug #698954.
0.6.3 (15 Jul 2020)
- xml-rewrite-2.py: add back os.chdir() function call.
0.6.2 (29 Oct 2019)
- Fix bug #667590.
0.6.1 (29 Oct 2019)
- Fix bug #698686.
0.6.0 (10 Aug 2017)
- Port to Python 3 complete (hopefully).
0.5.1 (10 Aug 2017)
- xml-rewrite-2.py, xml-rewrite-2.py, SaxRewriter.py: fix encoding and string related issues.
- Python 2 support is gone as far as these files are concerned.
0.5.0 (08 Aug 2017)
- Fix imports with Python 3.
- More cleanup.
0.4.0 (07 Aug 2017)
- Port to Python 3.
0.3.0 (19 Jun 2008)
- Files reorganised into a tidier structure.
- Shared code now installed in Python's site-packages.
- xml-rewrite-3.py now rewrites the classpath in a simpler but more reliable
way by adding new elements instead of replacing existing ones.
- buildparser now supports in-place editing, optional wrapping of singular
values, addition of new keys and it no longer wraps inside quotes.
- New jarjarclean utility for converting jarjar tasks in build.xml files into
regular jar tasks.