7-Zipの日本語リソースを管理
修訂 | 31cc2b9c895edaa073908d4b8f2c3cae2a5a0162 (tree) |
---|---|
時間 | 2012-11-08 00:01:14 |
作者 | nabeshin <nabeshin@user...> |
Commiter | nabeshin |
mirror .org
@@ -1,7 +1,18 @@ | ||
1 | 1 | HISTORY of the 7-Zip |
2 | 2 | -------------------- |
3 | 3 | |
4 | -9.28 alpha 2012-06-20 | |
4 | +9.30 alpha 2012-10-26 | |
5 | +------------------------- | |
6 | +- The BUG in 7-Zip 9.26 alpha - 9.29 alpha versions was fixed. | |
7 | + These alpha versions could not open non-solid 7z archive, if | |
8 | + some files were skipped during creation of that archive. | |
9 | + That problem is also related to 7z archives created in solid mode, | |
10 | + if each solid block contains no more than one file. | |
11 | + Note: 7-Zip skips files that were open for writing by another | |
12 | + application and shows warning in that case. | |
13 | + | |
14 | + | |
15 | +9.29 alpha 2012-09-07 | |
5 | 16 | ------------------------- |
6 | 17 | - LZMA2 now is default compression method for .7z format. |
7 | 18 | - 7-Zip now can update WIM archives. |
@@ -12,6 +23,7 @@ HISTORY of the 7-Zip | ||
12 | 23 | - new -sdel switch to delete files after including to archive. |
13 | 24 | - new -sns switch to store NTFS alternate streams (for WIM format only). |
14 | 25 | - new -sni switch to store NT security information for files (for WIM format only). |
26 | + - new -stl switch to set archive timestamp from the most recently modified file. | |
15 | 27 | - Speed optimizations for opening big archives and big disk folders. |
16 | 28 | - DMG support was improved |
17 | 29 | - Some bugs were fixed. |