2008-04-05 02:34:07 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix DESTDIR installation.
|
2008-03-02 04:48:37 by Johnny C. Lam | Files touched by this commit (32) |
Log message:
Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
|
2007-12-16 10:25:22 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 4.57:
- From Windows version of 7-zip 4.57:
- Fixed BUG in command line version: -up3 switch could work incorrectly.
- Minor improvement in ZIP compression.
Changes 4.56:
- From Windows version of 7-zip 4.56:
- Some bugs were fixed
- On HPUX : fixed "Can't load '../bin/7z.dll'"
- bug: p7zip used to build a zip file with FAT header instead of Unix header
- On AIX : fixed "HugeFiles=off"
- bug 1800180: LZMAlone compilation error in COutFile
- Patch 1796569: Fix FreeBSD FTBFS
- Patch 1796575: fix man1/7za.1 man1/7zr.1 man1/7z.1
|
2007-09-25 12:03:54 by Kouichirou Hiratsuka | Files touched by this commit (19) |
Log message:
Back out previous. Pointed out by uebayasi@ and martti@.
|
2007-09-25 10:31:55 by Kouichirou Hiratsuka | Files touched by this commit (19) |
Log message:
ln -> ${LN}.
|
2007-09-19 21:13:53 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 4.55:
- From Windows version of 7-zip 4.55 :
- Some bugs were fixed
- fixed 1789154: 7z use default or -m0=LZMA runtime error under HP-UX IA11.23
- support added for HPUX on Itanium.
Changes 4.54:
- From Windows version of 7-zip 4.54:
- Decompression speed was increased
|
2007-09-05 22:37:08 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 4.53:
- From Windows version of 7-zip 4.53 :
- The bug in 7-Zip 4.48 - 4.52 beta was fixed:
7-Zip could create .ZIP archives with broken files.
- Some bugs were fixed.
Changes 4.52:
- From Windows version of 7-zip 4.52 :
- 7z now can unpack Compound files (msi, doc, ...).
- Some bugs were fixed (CAB decompressing)
- lzma (CPP/7zip/Compress/LZMA_Alone) is now multi-threaded.
- fixed 632912: Extracting large directories takes quadratic time
(this bug was not fully fixed ...)
- fixed: "7za x -odirectory archive.7z" now works even if \
"directory" is a symbolic link.
- makefile.linux_s390x added : support for Linux on IBM z/Series Mainframe with \
s390x CPU
- fixed crashes on BeOs with the flag "@filename"
- cleanup in the makefile : defining LITTLE_ENDIAN or BIG_ENDIAN is not needed \
anymore
- ppmd.exe added (CPP/7zip/Compress/PPMD_Alone)
|
2007-07-27 15:43:44 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 4.51:
- From Windows version of 7-zip 4.50 :
- Bug was fixed: 7-Zip 4.50 beta could not open some .7z archives.
- fix built of test_emul
Changes 4.50:
- From Windows version of 7-zip 4.50 :
- New switch for command line version:
-ssc[-] enables/disables case-sensitive mode for file names.
- Speed optimizations for AES encryption.
- Some bugs were fixed.
- contrib/gzip-like_CLI_wrapper_for_7z/p7zip now supports commands like :
|
2007-07-21 14:08:45 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 4.49:
- From Windows version of 7-zip 4.49 :
- 7-Zip (7z) now can unpack WIM archives
- fixed : On Sparc Solaris, core dump during "7z a -sfx exe.x dir" \
with p7zip compiled with makefile.solaris_sparc_CC_32
- some code cleanup
- On HPUX, p7zip can get the number of CPU and the size of the memory.
|
2007-07-02 09:19:03 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 4.48:
- From Windows version of 7-zip 4.48:
- Encryption strength for .7z format was increased.
Now it uses random initialization vectors.
- Some bugs were fixed.
- fixed 1729236: Makefile infrastructure not safe for parallel compilation
(if your make command understands -C and -j4, copy makefile.parallel_jobs over \
makefile)
- Now the executables are not built with the PIC (position-independent code) flag.
7z.so are still built with the PIC flag.
7za and 7zr are now faster than 7z with 7z.so.
7za, 7zr and 7r are now smaller.
- contrib/gzip-like_CLI_wrapper_for_7z/p7zip now supports spaces in filename
and use 7za instead of 7z.
- contrib/qnx630sp3 added to support QNX built
|