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
Actually xz has some difference with LZMA format (xz --format=xz vs xz --format=lzma). IMO xz is a container format of LZMA2 format, which is a successor of the lagacy LZMA format.
We're using .lzma interchangeably with .xz, but that's incorrect.
The text was updated successfully, but these errors were encountered:
As pointed out by @bczhc at #522:
We're using
.lzma
interchangeably with.xz
, but that's incorrect.The text was updated successfully, but these errors were encountered: