Replies: 3 comments
-
Changes Made(whats-next branch)
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Now testing a new magic format.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
v0.9.0beta is available for review. Please share your feedback via Issues. INFO output is updated to show both comments and rzip and lrzip-next compression levels. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As
lrzip-next
moves forward,lrzip
gets further and further in the rear-view mirror.Changes Coming
lrzip-next
version 0.8.x will be the last.While the final layout of the new magic header has not been determined, at least 2 bytes will be added.
1 byte for compression and rzip compression level. Highest possible value is 99 decimal, or maybe 0b10011001 which would be 9 in the high order bits and 9 in the low order bits.
A byte to contain a comment length of length 0 or len < 32 (isn't that long enough?) Maybe longer.
Then a comment from 1 to len. However, if the file will be encrypted, the comment length will be expanded to at least 16 bytes.
Comments will be input on the command line or perhaps STDIN. Some programs, like Rar allow a file to be read to store a comment and this may be considered.
More to come
I am also considering ditching 32 bit processor support. Not really necessary in today's world.
Have other suggestions? Please add them.
These changes will take some time.
Beta Was this translation helpful? Give feedback.
All reactions