OSDN Git Service

mirror .org
[sevenzip/7-Zip.git] / www.7-zip.org / history.txt
index 057336e..2ae1f6f 100644 (file)
@@ -1,6 +1,212 @@
 HISTORY of the 7-Zip\r
 --------------------\r
 \r
+9.38 beta      2015-01-03\r
+-------------------------\r
+- Some bugs were fixed.\r
+\r
+\r
+9.36 beta      2014-12-26\r
+-------------------------\r
+- The BUG in command line version was fixed:\r
+  7-Zip created temporary archive in current folder during update archive\r
+  operation, if -w{Path} switch was not specified. \r
+  The fixed 7-Zip creates temporary archive in folder that contains updated archive.\r
+- The BUG in 9.33-9.35 was fixed:\r
+  7-Zip silently ignored file reading errors during 7z or gz archive creation,\r
+  and the created archive contained only part of file that was read before error.\r
+  The fixed 7-Zip stops archive creation and it reports about error.\r
+- Some bugs were fixed.\r
+\r
+\r
+9.35 beta      2014-12-07\r
+-------------------------\r
+- The BUG was fixed:\r
+  7-Zip crashed during ZIP archive creation, if the number of CPU threads was more than 64.\r
+- The BUG in 9.31-9.34 was fixed:\r
+  7-Zip could not correctly extract ISO archives that are larger than 4 GiB.\r
+- The BUG in 9.33-9.34 was fixed:\r
+  The option "Compress shared files" and -ssw switch didn't work.\r
+- The BUG in 9.26-9.34 was fixed:\r
+  7-Zip File Manager could crash for some archives open in "Flat View" mode.\r
+- Some bugs were fixed.\r
+\r
+\r
+9.34 alpha     2014-06-22\r
+-------------------------\r
+- The BUG in 9.33 was fixed:\r
+  Command line version of 7-Zip could work incorrectly, if there is relative \r
+  path in exclude filename optiton (-x) and absolute path as include filename.\r
+- The BUG in 9.26-9.33 was fixed:\r
+  7-Zip could not open some unusual 7z archives that were created by another \r
+  software (not by 7-Zip).\r
+- The BUG in 9.31-9.33 was fixed:\r
+  7-Zip could crash with switch -tcab.\r
+\r
+\r
+9.33 alpha     2014-06-15\r
+-------------------------\r
+- 7-Zip now can show icons for 7-Zip items in Explorer's context menu. \r
+- "Add to archive" dialog box: \r
+    - new options in "Path Mode"\r
+    - new option "Delete files after compression"\r
+    - new "NTFS" options for WIM and TAR formats:\r
+       - Store symbolic links\r
+       - Store hard links\r
+       - Store alternate data streams\r
+       - Store file security\r
+- "Extract" dialog box:\r
+    - new optional field to set output folder name\r
+    - new option "Eliminate duplication of root folder"\r
+    - new option "Absolute pathnames" in "Path Mode".\r
+    - new option "Restore file security" (that works for WIM archives only)\r
+- 7-Zip File Manager:\r
+    - new "File / Link" dialog box in to create  symbolic links and hard links.\r
+- Command line version:\r
+    - new -spd switch to Disable wildcard matching for file names\r
+    - new -spe switch to Eliminate duplication of root folder for extract archive command\r
+    - new -snh switch to store hard links as links (WIM and TAR formats only)\r
+    - new -snl switch to store symbolic links as links (WIM and TAR formats only)\r
+- NSIS support was improved. \r
+- The problem was fixed: \r
+    The command "extract to \*" with multiple archives could use same \r
+    output folder, if archives are placed inside PE (EXE) file.\r
+- The BUG of 9.31-9.32 was fixed:\r
+    Command line version for test and extract commands returned the \r
+    value 0 as exit code, if it couldn't open archive.\r
+- The BUG was fixed:\r
+    7-Zip could not create archives with anti-items for any archive type,\r
+    except of 7z type\r
+- Some bugs were fixed.\r
+- New localization: Mongolian (script).\r
+\r
+\r
+9.32 alpha     2013-12-01\r
+-------------------------\r
+- 7-Zip now can create multivolume SFX archives in 7z format.\r
+  Standalone sfx module now can unpack external 7z archive with name that is\r
+  matched to name of sfx module. For example, sfx module renamed to archive.exe \r
+  can unpack archive.7z or archive.7z.001 .\r
+- ZIP, NSIS, HFS, AR support was improved.\r
+- 7-Zip now supports files larger than 4 GiB in ISO archives.\r
+- Improved compression ratio in 7z format with maximum or ultra level for\r
+  executable files (EXE and DLL) that are larger than 16 MB (improved BCJ2 filter).\r
+- Improved support for file pathnames longer than 260 characters.\r
+- CRC and SHA checksum calculation for files can be called via Explorer's context menu.\r
+- 7-Zip File Manager now also takes into account the numbers in filenames for sorting order.\r
+- 7-Zip File Manager now can use RAM buffers instead of temp files to open \r
+  nested archives, if temp file is smaller than 1/4 of RAM size.\r
+- 7-Zip File Manager can open files in "Parser" mode via "Open Archive > #" context \r
+  menu command. It shows the list of archives inside file.\r
+- Command line version:\r
+    - new -t# switch to open file in "Parser" mode and show the list of archives inside file.\r
+    - new -stx{Type} switch to exclude archive type from using.\r
+    - -scs switch now supports UTF-16 encoding.\r
+    - now it shows time and memory usage statistics at the end of execution.\r
+- The BUGs were fixed:\r
+    - 7-Zip 9.30 and early versions created ZIP archives with minor errors\r
+      in extra field of headers for directory items, if AES (WinZip-AES) encryption was used.\r
+    - 7-Zip could work incorrectly in decompression of more than one \r
+      multi-volume archive in one command.\r
+    - 7-Zip 9.24 alpha - 9.30 alpha versions could not extract ZIP archives \r
+      encrypted with PKWARE-AES method.\r
+- Minimum supported system now is Windows 2000. 7-Zip doesn't work on Windows 95/98/ME.\r
+- New localization: Irish.\r
+\r
+\r
+9.30 alpha     2012-10-26\r
+-------------------------\r
+- LZMA2 now is default compression method for .7z format.\r
+- 7-Zip now can update WIM archives.\r
+- 7-Zip File Manager now can move files to archives.\r
+- The default encoding for TAR format now is UTF-8. You can use -mcp=1 switch for OEM encoding.\r
+- Command line version:\r
+    - new "rn" command to rename files in archive.\r
+    - new -sdel switch to delete files after including to archive.\r
+    - new -sns switch to store NTFS alternate streams (for WIM format only). \r
+    - new -sni switch to store NT security information for files (for WIM format only).\r
+    - new -stl switch to set archive timestamp from the most recently modified file.\r
+- Speed optimizations for opening big archives and big disk folders.\r
+- 7-Zip now writes special padding blocks to headers of 7z archives for \r
+  faster archive opening. Note that 7-Zip 4.50 - 4.58 contain BUG, \r
+  so these old versions can't correctly work with such new 7z archives.\r
+- DMG support was improved\r
+- Some bugs were fixed.\r
+- The BUG in 7-Zip 9.26 alpha - 9.29 alpha versions was fixed.\r
+  These alpha versions could not open non-solid 7z archive, if \r
+  some files were skipped during creation of that archive.\r
+  That problem is also related to 7z archives created in solid mode,\r
+  if each solid block contains no more than one file.\r
+  Note: 7-Zip skips files that were open for writing by another \r
+  application and shows warning in that case.\r
+- New localization: Aragonese.\r
+\r
+\r
+9.25 alpha     2011-09-16\r
+-------------------------\r
+- LZMA decompression speed was improved.\r
+- "compress and send to email" code was improved to support more email clients.\r
+- New command "h" to calculate hash values CRC-32, CRC-64, SHA-256 or SHA-1 for files on disk.\r
+- New -spf switch to store full file paths including drive letter to archive.\r
+  If you use that switch with extract command, please check that file names in archive are correct.\r
+- Some bugs were fixed.\r
+\r
+\r
+9.23 alpha     2011-06-07\r
+-------------------------\r
+- The format of language files was changed.\r
+- Some bugs were fixed.\r
+- New localization: Karakalpak.\r
+\r
+\r
+9.22 beta      2011-04-18\r
+-------------------------\r
+\r
+- 7-Zip now uses progress indicator displayed on a taskbar button under Windows 7.\r
+- The BUG in 7-Zip 9.21 beta was fixed: \r
+    7-Zip could ignore some options when you created ZIP archives.\r
+    For example, it could use ZipCrypto cipher instead of AES-256.\r
+\r
+\r
+9.21 beta      2011-04-11\r
+-------------------------\r
+- 7-Zip now can unpack UEFI BIOS files.\r
+- 64-bit version of 7-Zip now includes additional 32-bit shell extension DLL.\r
+  So other 32-bit programs can call 64-bit 7-Zip via context menu.\r
+- Now it's possible to associate 7-Zip with file types without Administrator rights.\r
+- New -mf=FilterID switch to specify compression filter. Examples:\r
+    7z a -mf=bcj2 a.7z a.tar \r
+    7z a -mf=delta:4 a.7z a.wav \r
+    7z a -mf=bcj a.tar.xz a.tar \r
+- 32-bit 7-Zip running under 64-bit Windows now can use up to 4 GB of RAM.\r
+- Some bugs were fixed.\r
+- New localizations: Corsican, Kyrgyz, Ligurian.\r
+\r
+\r
+9.20           2010-11-18\r
+-------------------------\r
+- Some bugs were fixed.\r
+\r
+\r
+9.19 beta      2010-11-11\r
+-------------------------\r
+- The console version now doesn't show entered password.\r
+- Some bugs were fixed.\r
+\r
+\r
+9.18 beta      2010-11-02\r
+-------------------------\r
+- 7-Zip now can unpack SquashFS and CramFS filesystem images.\r
+- 7-Zip now can unpack some TAR and ISO archives with incorrect headers.\r
+- New small SFX module for installers (in Extra package).\r
+- Some bugs were fixed.\r
+\r
+\r
+9.17 beta      2010-10-04\r
+-------------------------\r
+- Disk fragmentation problem for ZIP archives created by 7-Zip was fixed.\r
+\r
+\r
 9.16 beta      2010-09-08\r
 -------------------------\r
 - 7-Zip now supports files that are larger than 8 GB in TAR archives.\r