mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-01-03 15:10:04 +01:00
Update changelogs.
This commit is contained in:
parent
1456fcc0c6
commit
5ccc9de156
12
ChangeLog
12
ChangeLog
|
|
@ -1,4 +1,16 @@
|
|||
lrzip ChangeLog
|
||||
APRIL 2011, version 0.602 Con Kolivas
|
||||
* Fixed the symlinks breaking package generation.
|
||||
* Made maximum chunk allocable on 32bits 2/3 of a GB again limiting total ram
|
||||
used to 2GB, regardless of how much crazy ram people have put on such systems
|
||||
since the rest is unusable.
|
||||
* Now builds on Cygwin courtesy of Тулебаев Салават.
|
||||
* Check for podman on ./configure.
|
||||
* Disable md5 generation and checking on Apple till it's fixed.
|
||||
* Display full version when -V is invoked.
|
||||
* Don't restrict file permissions from unknown source, respecting umode
|
||||
instead.
|
||||
|
||||
MARCH 2011, version 0.601 Con Kolivas
|
||||
* Fixed the symlinks for lrzuntar, lrunzip not being installed.
|
||||
* Fixed the pod-based manpages not being installed.
|
||||
|
|
|
|||
10
WHATS-NEW
10
WHATS-NEW
|
|
@ -1,3 +1,13 @@
|
|||
lrzip-0.602
|
||||
|
||||
Fixed wrong symlinks which broke some package generation.
|
||||
Imposed limits for 32bit machines with way too much ram for their own good.
|
||||
Disable md5 generation on Apple for now since it's faulty.
|
||||
Displays full version with -V.
|
||||
Checks for podman on ./configure
|
||||
Now builds on Cygwin.
|
||||
File permissions are better carried over instead of being only 0600.
|
||||
|
||||
lrzip-0.601
|
||||
|
||||
lrzuntar, lrunzip symlinks and the pod-based manpages are installed again.
|
||||
|
|
|
|||
Loading…
Reference in a new issue