You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
## HEAD
4
4
5
+
## 6.4.0
6
+
7
+
Released May 25, 2025
8
+
9
+
### User-facing changes
10
+
-[FEATURE] detect architecture/libc from wheel ([#548](https://github.com/pypa/auditwheel/pull/548))
11
+
-[FEATURE] Add libatomic.so.1 to lib_whitelist ([#572](https://github.com/pypa/auditwheel/pull/572))
12
+
-[BUGFIX] Respect `DT_NEEDED` entries order in `lddtree` ([#561](https://github.com/pypa/auditwheel/issues/561), [#586](https://github.com/pypa/auditwheel/pull/586))
13
+
-[BUGFIX] Resolve path of InTemporaryDirectory name ([#565](https://github.com/pypa/auditwheel/issues/565))
14
+
-[BUGFIX] Clip zip timestamp to 1980-01-01 ([#566](https://github.com/pypa/auditwheel/issues/566))
15
+
-[BUGFIX] Compressed tag sets are not sorted when rewriting wheel filename ([#583](https://github.com/pypa/auditwheel/issues/583))
16
+
-[BUGFIX] Remove libpython linkage instead of ignoring it ([#589](https://github.com/pypa/auditwheel/issues/589))
0 commit comments