OSDN Git Service

mirror .org
authornabeshin <nabeshin@users.sourceforge.jp>
Mon, 16 Jun 2014 15:01:12 +0000 (00:01 +0900)
committernabeshin <nabeshin@users.sourceforge.jp>
Mon, 16 Jun 2014 15:01:12 +0000 (00:01 +0900)
www.7-zip.org/faq.html
www.7-zip.org/history.txt
www.7-zip.org/index.html
www.7-zip.org/license.txt

index 604cc9c..767941d 100644 (file)
@@ -94,6 +94,10 @@ of that program that their software is not ZIP-compatible.</P>
 <P>There are also some ZIP archives that were encoded with methods unsupported by 7-Zip,\r
 for example, WAVPack (WinZip).</P>\r
 \r
+<H4>Why can't 7-Zip open some RAR archives?</H4>\r
+<P>7-Zip still doesn't support new RAR 5 format. 7-Zip supports RAR 2/3/4 formats only.</P>\r
+\r
+\r
 <H4>Why does drag-and-drop archive extraction from 7-Zip to Explorer use temp files?</H4>\r
 <P>7-Zip doesn't know folder path of drop target.\r
 Only Windows Explorer knows exact drop target.\r
index 52f29eb..c01ccc9 100644 (file)
@@ -1,18 +1,77 @@
 HISTORY of the 7-Zip\r
 --------------------\r
 \r
-9.30 alpha     2012-10-26\r
--------------------------\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
+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.29 alpha     2012-09-07\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
@@ -25,8 +84,18 @@ HISTORY of the 7-Zip
     - 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
index 4895c98..f230d83 100644 (file)
@@ -215,11 +215,11 @@ And <B>7-Zip</B> compresses to zip format 2-10% better than most of other zip co
 \r
 <TABLE class=News cellpadding=3 cellspacing=1 border=0>\r
   <TR class=NewsHeader>\r
-    <TD class=NewsTitle>7-Zip 9.32 alpha</TD>\r
-    <TD class=NewsDate>2013-12-01</TD></TR>\r
+    <TD class=NewsTitle>7-Zip 9.33 alpha</TD>\r
+    <TD class=NewsDate>2014-06-15</TD></TR>\r
   <TR class=News>\r
     <TD class=NewsText colSpan=2>\r
-      <A href="http://sourceforge.net/p/sevenzip/discussion/45797/thread/49e6a4d4/">7-Zip 9.32 alpha</A><BR>\r
+      <A href="http://sourceforge.net/p/sevenzip/discussion/45797/thread/19f51038/">7-Zip 9.33 alpha</A><BR>\r
     </TD>\r
   </TR>\r
 </TABLE>\r
index d07e826..b8f0ad6 100644 (file)
@@ -3,7 +3,7 @@
   License for use and distribution\r
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
 \r
-  7-Zip Copyright (C) 1999-2012 Igor Pavlov.\r
+  7-Zip Copyright (C) 1999-2014 Igor Pavlov.\r
 \r
   Licenses for files are:\r
 \r