OSDN Git Service

mirror .org
[sevenzip/7-Zip.git] / www.7-zip.org / history.txt
1 HISTORY of the 7-Zip\r
2 --------------------\r
3 \r
4 9.12 beta      2010-03-24\r
5 -------------------------\r
6 - ZIP / PPMd compression ratio was improved in Maximum and Ultra modes.\r
7 - The BUG in 7-Zip 9.* beta was fixed: LZMA2 codec didn't work,\r
8   if more than 10 threads were used (or more than 20 threads in some modes).\r
9 \r
10 \r
11 9.11 beta      2010-03-15\r
12 -------------------------\r
13 - 7-Zip now supports PPMd compression in ZIP archives.\r
14 - Speed optimizations in PPMd codec.\r
15 - The support for archives in installers was improved.\r
16 - Some bugs were fixed.\r
17 - New localization: Kazakh.\r
18    \r
19 \r
20 9.10 beta      2009-12-22\r
21 -------------------------\r
22 - The BUG in 7-Zip 9.09 beta was fixed:\r
23     7-Zip created incorrect ZIP archives, if ZipCrypto encryption was used.\r
24     \r
25 \r
26 9.09 beta      2009-12-12\r
27 -------------------------\r
28 - 7-Zip now can unpack Apple Partition Map (APM) disk images.\r
29 - Speed optimizations in AES code for Intel's 32nm CPUs.\r
30 - Speed optimizations in CRC calculation code for Intel's Atom CPUs.\r
31 - Some bugs were fixed.\r
32 \r
33 \r
34 9.07 beta      2009-08-27\r
35 -------------------------\r
36 - It's possible to specify Diff program in options (7-Zip File Manager).\r
37 - Some bugs were fixed.\r
38 \r
39 \r
40 9.06 beta      2009-08-17\r
41 -------------------------\r
42 - 7-Zip now can unpack MSLZ archives.\r
43 - Partial parsing for EXE resources, SWF and FLV.\r
44 - Some bugs were fixed.\r
45 \r
46 \r
47 9.04 beta      2009-05-30\r
48 -------------------------\r
49 - 7-Zip now can update solid .7z archives.\r
50 - 7-Zip now supports LZMA2 compression method.\r
51 - 7-Zip now supports XZ archives.\r
52 - 7-Zip now can unpack NTFS, FAT, VHD and MBR archives.\r
53 - 7-Zip now can unpack GZip, BZip2, LZMA, XZ and TAR archives from stdin.\r
54 - 7-Zip now can open/copy/compress disk images (like \\.\c:) from \\.\ folder.\r
55 - 7-Zip File Manager now doesn't use temp files to open nested archives \r
56   stored without compression.\r
57 - New -scrc switch to calculate total CRC-32 during extracting / testing.\r
58 - New -scc{WIN|DOS|UTF-8} switch to specify charset for console input/output (default = DOS).\r
59 - Some bugs were fixed.\r
60 \r
61 \r
62 4.65           2009-02-03\r
63 -------------------------\r
64 - 7-Zip File Manager now can calculate SHA-256 checksum.\r
65 - Some bugs were fixed.\r
66 \r
67 \r
68 4.64           2009-01-03\r
69 -------------------------\r
70 - The bug in 7-Zip 4.63 was fixed: 7-Zip could not decrypt .ZIP archives \r
71   encrypted with WinZip-AES method.\r
72 \r
73 \r
74 4.63           2008-12-31\r
75 -------------------------\r
76 - 7-Zip now can unpack ZIP archives encrypted with PKWARE-AES.\r
77 - Some bugs were fixed.\r
78 \r
79 \r
80 4.62           2008-12-02\r
81 -------------------------\r
82 - Some bugs were fixed.\r
83 \r
84 \r
85 4.61 beta      2008-11-23\r
86 -------------------------\r
87 - 7-Zip now supports LZMA compression for .ZIP archives.\r
88 - Some bugs were fixed.\r
89 - New localization: Sinhala.\r
90 \r
91 \r
92 4.60 beta      2008-08-19\r
93 -------------------------\r
94 - Some bugs were fixed.\r
95 \r
96 \r
97 4.59 beta      2008-08-13\r
98 -------------------------\r
99 - 7-Zip now can unpack UDF, XAR and DMG/HFS archives.\r
100 - 7-Zip File Manager now keeps encryption when you edit encrypted file inside archive.\r
101 - 7-Zip File Manager now allows to change current folder from the address bar drop-down list.\r
102 - It's allowed to use -t switch for "list" and "extract" commands.\r
103 - Some bugs were fixed.\r
104 - New localizations: Icelandic, Kurdish Sorani.\r
105 \r
106 \r
107 4.58 beta      2008-05-05\r
108 -------------------------\r
109 - Some speed optimizations.\r
110 - 7-Zip now can unpack .lzma archives.\r
111 - Unicode (UTF-8) support for filenames in .ZIP archives. Now there are 3 modes:\r
112     1) Default mode: 7-Zip uses UTF-8, if the local code page doesn't contain required symbols.\r
113     2) -mcu switch:  7-Zip uses UTF-8, if there are non-ASCII symbols.\r
114     3) -mcl switch:  7-Zip uses local code page.\r
115 - Now it's possible to store file creation time in 7z and ZIP archives (-mtc switch).\r
116 - 7-Zip now can unpack multivolume RAR archives created with \r
117   "old style volume names" scheme and names *.001, *.002, ...\r
118 - Now it's possible to use -mSW- and -mSW+ switches instead of -mSW=off and -mSW=on  \r
119 - Some bugs were fixed.\r
120 - New localizations: Punjabi (Indian), Pashto.\r
121 \r
122 \r
123 4.57           2007-12-06\r
124 -------------------------\r
125 - The BUG in command line version was fixed: -up3 switch \r
126   could work incorrectly.\r
127 \r
128 \r
129 4.56 beta      2007-10-24\r
130 -------------------------\r
131 - Some bugs were fixed.\r
132 \r
133 \r
134 4.55 beta      2007-09-05\r
135 -------------------------\r
136 - Some bugs were fixed.\r
137 \r
138 \r
139 4.54 beta      2007-09-04\r
140 -------------------------\r
141 - Decompression speed was increased.\r
142 \r
143 \r
144 4.53 beta      2007-08-27\r
145 -------------------------\r
146 - "Test" and "Info" buttons now work for open archives.\r
147 - The bug in 7-Zip 4.48 - 4.52 beta was fixed:\r
148     7-Zip could create .ZIP archives with broken files.\r
149 - Some bugs were fixed.\r
150 \r
151 \r
152 4.52 beta      2007-08-03\r
153 -------------------------\r
154 - 7-Zip now can unpack Compound files (msi, doc, ...).\r
155 - Some bugs were fixed.\r
156 \r
157 \r
158 4.51 beta      2007-07-25\r
159 -------------------------\r
160 - Bug was fixed: 7-Zip 4.50 beta could not open some .7z archives.\r
161 \r
162 \r
163 4.50 beta      2007-07-24\r
164 -------------------------\r
165 - New switch for command line version:\r
166     -ssc[-] enables/disables case-sensitive mode for file names.\r
167 - Speed optimizations for AES encryption.\r
168 - Some bugs were fixed.\r
169 \r
170 \r
171 4.49 beta      2007-07-11\r
172 -------------------------\r
173 - 7-Zip now can unpack WIM archives.\r
174 - 7-Zip now replaces incorrect characters in filenames during extracting.\r
175 \r
176 \r
177 4.48 beta      2007-06-26\r
178 -------------------------\r
179 - Encryption strength for .7z format was increased. \r
180   Now it uses random initialization vectors.\r
181 - Some bugs were fixed.\r
182 \r
183 \r
184 4.47 beta      2007-05-27\r
185 -------------------------\r
186 - Bugs of 7-Zip 4.46 beta were fixed: BZip2 could work incorrectly.\r
187 \r
188 \r
189 4.46 beta      2007-05-25\r
190 -------------------------\r
191 - New fast compression mode for Deflate method in Zip and GZip.\r
192 - New "Compress shared files" option in GUI and -ssw switch.\r
193 - Some bugs were fixed.\r
194 - New localization: Norwegian Nynorsk.\r
195 \r
196 \r
197 4.45 beta      2007-04-17\r
198 -------------------------\r
199 - Now it's possible to specify the size of solid block and the number \r
200   of CPU threads in "Add to archive" dialog box. \r
201 - Default dictionary size was increased: Normal: 16 MB, Max: 32 MB.\r
202 - Speed optimizations.\r
203 - Benchmark was improved (new "b" command in command line version).\r
204 - The number of DLL files was reduced.\r
205 - Now it's possible to associate 7-zip with combined types like .tbz2\r
206 - switch -mhcf=off is not supported now.\r
207 - If -t{Type} switch is not specified, 7-Zip now uses extension of archive to \r
208   detect the type of archive.\r
209 - Some bugs were fixed.\r
210 - New localization: Welsh.\r
211 \r
212 \r
213 4.44 beta      2007-01-20\r
214 -------------------------\r
215 - Speed optimizations for LZMA, Deflate, BZip2 and unRAR.\r
216 - 7-Zip now supports file pathnames longer than 260 characters.\r
217 - Some bugs were fixed.\r
218 - New localizations: Bangla, Bashkir, Nepali.\r
219 \r
220 \r
221 4.43 beta      2006-09-15\r
222 -------------------------\r
223 - 7-Zip now can use multi-threading mode for compressing to .ZIP archives.\r
224 - ZIP format supporting was improved.\r
225 - 7-Zip now supports WinZip-compatible AES-256 encryption for .ZIP archives.\r
226 - New context menu items for .ZIP archives creating.\r
227 - 7-Zip now uses order list (list of extensions) for files sorting for compressing \r
228   to .7z archives. It can slightly increase compression ratio in some cases.\r
229 - 7-Zip now restores modification time of folders during .7z archives extracting.\r
230 - Some bugs were fixed.\r
231 - New localizations: Armenian, Marathi.\r
232 \r
233 \r
234 \r
235 4.42           2006-05-14\r
236 -------------------------\r
237 - Compressing speed and Memory requirements were increased.\r
238   Default dictionary size was increased: Fastest: 64 KB, Fast: 1 MB, \r
239   Normal: 4 MB, Max: 16 MB, Ultra: 64 MB.\r
240 - BZip2 compressing / decompressing now can work in multi-threading mode\r
241 - Multi-threading mode now is default for multi-processor systems\r
242 - 64-bit version now supports 1 GB dictionary\r
243 - 7z/LZMA now can use only these match finders: HC4, BT2, BT3, BT4\r
244 - Compression ratio in Zip/GZip/Deflate in Ultra mode was increased\r
245 - 7-Zip now can unpack ISO archives and some installers created by NSIS\r
246 - Optional "Flat View" mode in 7-Zip File Manager\r
247 - 7-Zip File Manager now can calculate CRC checksums for files\r
248 - -x switch with relative paths now affects files specified with absolute paths\r
249 - New switch for 7za.exe (console version): -slt.\r
250   "l" (list) command with -slt shows technical information for archive.\r
251 - New switch: -scs{WIN|DOS|UTF-8} specifies charset for list files.\r
252   Default charset for list files is UTF-8 now.\r
253 - Some bugs were fixed\r
254 - New localizations: Albanian, Kurdish\r
255 \r
256 \r
257 4.32           2005-12-09\r
258 -------------------------\r
259 - Bug was fixed: 7-Zip 4.31 didn't work in Windows 95\r
260 \r
261 \r
262 4.31           2005-12-04\r
263 -------------------------\r
264 - Small changes\r
265 - New localization: Basque\r
266 \r
267 \r
268 4.30 beta      2005-11-18\r
269 -------------------------\r
270 - Files 7zFMn.exe, 7zGn.exe, 7-zipn, 7za.exe, 7zC.sfx were removed from 7-zip package\r
271 - 7-Zip now uses uncompressed SFX: 7z.sfx\r
272 - Sfx modules 7z.sfx and 7zCon.sfx now use msvcrt.dll\r
273 - Speed optimizations in LZMA maximum/ultra compressing.\r
274 - LZMA now supports word size up to 273\r
275 - 7-Zip now reduces dictionary size for LZMA, if you compress files \r
276   smaller than specified dictionary size.\r
277 - 7-Zip now can use large memory pages:\r
278     GUI: 7-Zip File Manager / Options / Settings / Use large memory pages.\r
279     Command line version: -slp switch.\r
280   This feature allows to increase speed of compressing.\r
281   But 7-Zip can make some pause at starting of compressing for allocating large pages.\r
282   Also Task Manager doesn't show real memory usage of program, if 7-Zip uses large pages.\r
283   This feature works only on Windows 2003 / XP x64 / Vista. \r
284   Also you must have administrator's rights for your system.\r
285   Recommended size of RAM: 1 GB or more.\r
286   To install this feature you must run 7-Zip File Manager at least once, \r
287   close it and reboot system.\r
288 - Some bugs were fixed\r
289   \r
290 \r
291 4.29 beta      2005-09-28\r
292 -------------------------\r
293 - Bug was fixed: 7-Zip 4.28 beta worked incorrectly in Windows 95/98/Me\r
294 \r
295 \r
296 4.28 beta      2005-09-27\r
297 -------------------------\r
298 - Bug was fixed: 7-Zip 4.27 beta created incorrect multivolume archives.\r
299 - "Duplicate filename" collision problem between names with ligatures was fixed.\r
300 \r
301 \r
302 4.27 beta      2005-09-21\r
303 -------------------------\r
304 - 7-Zip can unpack CHM/HXS (MS HTML HELP) archives\r
305 - 7-Zip can unpack multivolume CAB archives\r
306 - Now 7-Zip deletes files to the Recycle Bin by default.\r
307   Shift+Delete deletes files permanently.\r
308 - Some bugs were fixed\r
309 - New localization: Tatarish\r
310 \r
311 \r
312 4.26 beta      2005-08-05\r
313 -------------------------\r
314 - LZH format support (extracting only)\r
315 - Some bugs were fixed\r
316 - New localization: Ido\r
317 \r
318 \r
319 4.25 beta      2005-07-31\r
320 -------------------------\r
321 - 7-Zip now doesn't interrupt the compressing when it can not \r
322   find specified file as in version 4.24 beta. It just shows warning.\r
323 - 7-Zip now supports standard selection mode in the file list\r
324 - Some bugs were fixed\r
325 \r
326 \r
327 4.24 beta      2005-07-06\r
328 -------------------------\r
329 - 7-Zip now supports right-click Drag and Drop in Explorer\r
330 - Command line version now supports short file names (like FILENA~1.TXT)\r
331 - If there are no wildcard names and there is no -r switch in command line, \r
332   7-Zip now checks that specified files exist on disk before compressing.\r
333 - Some bugs were fixed\r
334 \r
335 \r
336 4.23           2005-06-29\r
337 -------------------------\r
338 - Drag and Drop support\r
339 - 7-Zip File Manager now can copy files from one archive to another\r
340 - Some bugs were fixed\r
341 - New localizations: Extremaduran, Malay\r
342 \r
343 \r
344 4.20           2005-05-30\r
345 -------------------------\r
346 - No changes \r
347 \r
348 \r
349 4.19 beta      2005-05-21\r
350 -------------------------\r
351 - BZip2 code was rewritten. Now it supports 3 modes: Normal, Maximum and \r
352   Ultra. In Normal mode it compresses almost as original BZip2 compressor. \r
353   Compression ratio in Maximum and Ultra modes is 1-3% better for some files, \r
354   but Maximum Mode is about 3 times slower and Ultra Mode is about 8 times \r
355   slower than Normal mode.\r
356 - Console version now prints all messages to stdout by default,\r
357   and if -so switch is specified, 7-Zip prints messages to stderr.\r
358 - Some bugs were fixed\r
359 - New localizations: Azeri, Georgian\r
360 \r
361 \r
362 4.18 beta      2005-04-19\r
363 -------------------------\r
364 - Bug in v4.17 beta was fixed: 7-Zip File Manager could crash \r
365   after some operations with archives\r
366 \r
367   \r
368 4.17 beta      2005-04-18\r
369 -------------------------\r
370 - To increase protection from viruses, 7-Zip now does not open \r
371   files with more than 4 continuous spaces in the name. \r
372   And 7-Zip changes such long spaces in name to " ... " in the file list.\r
373 - Code size optimization\r
374 - Some files were moved from main package to extra package:\r
375     - Plugin for FAR Manager\r
376     - SFX modules for installers (7zS.sfx and 7zSD.sfx)\r
377 - New localizations: Asturian, Indonesian\r
378 \r
379 \r
380 4.16 beta      2005-03-29\r
381 -------------------------\r
382 - Speed optimization (5%) for 7z / LZMA \r
383 - 7za.exe now supports .Z archives\r
384 - -r- switch in command line now is default for all commands \r
385 - Some bugs were fixed\r
386 - New localization: Uzbek\r
387 \r
388 \r
389 4.15 beta      2005-01-25\r
390 -------------------------\r
391 - Z format supporting (extracting only)\r
392 - 7-Zip now can extract ZIP archives compressed with "Shrink" method\r
393 - 7-Zip now doesn't interrupt the compressing when it can not open file.\r
394   7-Zip just skips that file and shows warning.\r
395 - Some bugs were fixed\r
396 - New localization: Frisian\r
397 \r
398 \r
399 4.14 beta      2005-01-11\r
400 -------------------------\r
401 - 7-Zip installer was created with NSIS.\r
402   Now it installs 7-Zip for all users (under Windows 2000/XP).\r
403 - Now 7-Zip can create multivolume archives\r
404   (switch -v for command line)\r
405 - Some bugs were fixed\r
406 - New localizations: Breton, Farsi\r
407 \r
408 \r
409 4.13 beta      2004-12-14\r
410 -------------------------\r
411 - Switch "--" stops switches parsing\r
412 - Some bugs were fixed\r
413 \r
414 \r
415 4.12 beta      2004-11-18\r
416 -------------------------\r
417 - Bug in v4.11 beta was fixed:\r
418     7-Zip created incorrect ZIP archives if file size was \r
419     from 3.75 GB to 4 GB.\r
420 \r
421 \r
422 4.11 beta      2004-11-16\r
423 -------------------------\r
424 - 7-Zip now shows file names during compressing/decompressing\r
425 - 7-Zip now supports Zip64 extension of ZIP format. So now it's \r
426   possible to compress files bigger than 4 GB to ZIP archives.\r
427 - Some bugs were fixed\r
428 - New localization: Galician\r
429 \r
430 \r
431 4.10 beta      2004-10-21\r
432 -------------------------\r
433 - Bugs in v4.0* were fixed:\r
434   - Some commands in command line with "-r" switch worked incorrectly,\r
435     so 7-zip could skip some files during compressing\r
436   - Some other bugs were fixed\r
437 - Small internal changes\r
438 \r
439   \r
440 4.09 beta      2004-10-05\r
441 -------------------------\r
442 - Bugs in v4.0* were fixed:\r
443   - Renaming inside archives didn't work or worked incorrectly\r
444   - GUI SFX didn't show extracting dialog at start\r
445 - Small fixes in 7-Zip GUI (7zG.exe)\r
446 \r
447 \r
448 4.08 beta      2004-10-04\r
449 -------------------------\r
450 - Bug in installer for v4.07 was fixed: when rebooting \r
451   is required, it rebooted without asking user\r
452 - Small fixes in 7-Zip GUI (7zG.exe)\r
453 \r
454 \r
455 4.07 beta      2004-10-03\r
456 -------------------------\r
457 - Big amount of code was changed in this beta version.\r
458   So don't use it for important data compressing. \r
459   And test archive after compressing.\r
460 \r
461 - Unified command line interface to GUI and console versions\r
462 - 7-Zip now can extract or test several archives in one command  \r
463 - 7-Zip now doesn't interrupt the compressing when file is locked by \r
464   other application. 7-Zip just skips that file and shows warning.\r
465   Note: previous versions of 7-Zip had bug, so they can not unpack \r
466   non-solid and some solid 7z archives with such skipped files.\r
467 - Command line interface was changed:\r
468     - now it's possible to use absolute pathnames\r
469     - syntax simplification:\r
470         was: 7z a a Folder1\* Folder2\* -r\r
471         now: 7z a a Folder1 Folder2\r
472     - now it's possible to use complex wildcard commands, like *\*111*\*\r
473 - More smart detection of archive type for files with unusual\r
474   file name extensions\r
475 - Supporting for RAR archives with encrypted headers\r
476 - CPIO format supporting was improved\r
477 - For GZip and BZip2 formats you can:\r
478     - Compress from stdin (-si switch)\r
479     - Compress to stdout (-so switch)\r
480     - Extract to stdout (-so switch)\r
481 - 7-Zip File Manager:\r
482   - Split and Combine commands\r
483   - new list view options: Full row select, Show grid lines\r
484 - Internal reconstruction\r
485 - Some bugs were fixed\r
486 - New localizations: Friulian, Macedonian, Mongolian, Tamil, Thai\r
487 \r
488 \r
489 3.13           2003-12-11\r
490 -------------------------\r
491 - Some small bugs were fixed\r
492 \r
493 \r
494 3.12           2003-12-10\r
495 -------------------------\r
496 - Now you can select compression method, dictionary size\r
497   and word size in "Add to archive" dialog box. Also it \r
498   shows memory usage.\r
499 - 7-Zip File Manager now contains toolbars.\r
500 - New "Benchmark" command in 7-Zip File Manager.\r
501   It measures compressing and decompressing speeds and \r
502   shows rating values.\r
503 - Some bugs were fixed.\r
504 \r
505 \r
506 3.11           2003-10-06\r
507 -------------------------\r
508 - 7-zip now use limitations for solid block size\r
509   for increasing the speed of random file decompressing:\r
510     - in Store mode:     0  B\r
511     - in Fast mode:     16 MB\r
512     - in Normal mode:  256 MB\r
513     - in Maximum mode:   1 GB \r
514     - in Ultra mode:     4 GB \r
515 - 7z.exe, 7za.exe and SFX modules now support Unicode \r
516   file names under Windows NT/2000/XP/2003.\r
517   7zn.exe and 7zan.exe were removed from package. \r
518 - Some bugs were fixed\r
519 - New localization: Afrikaans\r
520 \r
521   \r
522 3.10           2003-09-27\r
523 -------------------------\r
524 - Drag-and-Drop from external application\r
525 - GUI version (7zG.exe) can compress files with absolute paths\r
526 - Compression dialog doesn't suggest bzip2 and gzip2 types when \r
527   there are more than one selected file\r
528 - Optional auto renaming for existing files during extraction \r
529   in command line version (-aot switch).\r
530 - Some bugs were fixed\r
531 \r
532 \r
533 3.09.02        2003-09-20\r
534 -------------------------\r
535 - Optional limitation for solid block size for increasing \r
536   the speed of random file decompressing (-ms switch)\r
537 \r
538 \r
539 3.09.01 beta   2003-09-06\r
540 -------------------------\r
541 - Automatic compression filter for executable files:\r
542   dll, exe, ocx, sfx, sys, (-mf switch)\r
543 - Compression levels in 7z now are:\r
544     - Fast:    32 KB dictionary, BCJ filter\r
545     - Normal:   2 MB dictionary, BCJ filter\r
546     - Maximum:  8 MB dictionary, BCJ filter, max settings\r
547     - Ultra:   32 MB dictionary, BCJ2 filter, max settings\r
548 - Updating solid 7z archives now is supported, if it doesn't \r
549   require repacking solid blocks\r
550 - -mhcf switch for 7z format now is default\r
551 - Some bugs were fixed\r
552 \r
553 \r
554 3.08.04 beta   2003-08-24\r
555 -------------------------\r
556 - Favorites menu in 7-Zip File Manager\r
557 - Some bugs were fixed\r
558 \r
559 \r
560 3.08.03 beta   2003-08-21\r
561 -------------------------\r
562 - Automatic adding of extension to archive name in Compress Dialog\r
563 - Some bugs in previous 3.08.* versions were fixed:\r
564     - Storing columns width inside archives in File Manager\r
565     - Opening archive inside archive\r
566     - Quotes in list files in console version\r
567 \r
568 \r
569 3.08.02 beta   2003-08-20\r
570 -------------------------\r
571 - Some bugs were fixed\r
572 \r
573 \r
574 3.08 beta      2003-08-19\r
575 -------------------------\r
576 - Compress dialog:\r
577    - Supporting fast compressing mode (-mx=1 switch)\r
578    - Multi-threading option for Multi-Processor systems \r
579      or Pentium 4 with Hyper-Threading\r
580    - Encrypt file names option\r
581 - New context menu items:\r
582    - Extract here\r
583    - Extract to <Folder>\r
584    - Compress and email\r
585 - Internal reconstruction, registry using was reduced\r
586 - New localization: Esperanto\r
587 \r
588 \r
589 2.30 Beta 32   2003-05-15\r
590 -------------------------\r
591 - New features in compressing / decompressing window.\r
592 - "Show password" option.\r
593 - Some other small changes.\r
594 - New localization: Valencian.\r
595 \r
596 \r
597 2.30 Beta 31   2003-04-29\r
598 -------------------------\r
599 - Some bugs were fixed.\r
600 \r
601 \r
602 2.30 Beta 30   2003-04-19\r
603 -------------------------\r
604 - 7-Zip File Manager:\r
605    - Showing .. item.\r
606    - 1/2 Panels mode switching (F9).\r
607 - Supporting Bzip2 compression in ZIP archives.\r
608 - Some bugs were fixed.\r
609 - Some optimization recompiling for reducing code size.\r
610 \r
611 \r
612 2.30 Beta 29   2003-04-07\r
613 -------------------------\r
614 - 7-Zip File Manager:\r
615    - "7-Zip" and "System" submenus in "Files" menu.\r
616    - Path history and "Browse" button in "Copy" dialog.\r
617 - RAR supporting was improved.\r
618 - Some bugs were fixed.\r
619 - Small changes in LZMA code.\r
620 - New localizations: Hebrew, Vietnamese.\r
621 \r
622 \r
623 2.30 Beta 28   2003-02-16\r
624 -------------------------\r
625 - Some bugs were fixed:\r
626    - Updating 7z archives that are larger than 4 GB.\r
627    - Using anti-items in 7z format.\r
628    - Compressing empty files with password to zip format.\r
629 - In max mode 7z now uses 8 MB dictionary instead of 4 MB.\r
630 - 7-Zip File Manager:\r
631    - Supporting file comments: Ctrl-Z.\r
632    - New key alias for folder bookmarks: [Shift]+Alt+Number.\r
633 \r
634 \r
635 2.30 Beta 27   2003-01-24\r
636 -------------------------\r
637 - Two BUGs in two previous beta versions (Beta 25 and Beta 26) \r
638   were fixed:\r
639     1. Incorrect compressing to non-solid 7z archive\r
640        when files have some very big sizes:\r
641        4 GB, 8 GB, 12 GB, 16 GB, ... \r
642     2. Incorrect percent showing in 7z compressing\r
643        when files are bigger than 4 GB.\r
644 - Supporting multivolume RAR and SPLIT archives. \r
645 - Supporting DEB archives.\r
646 - Supporting old version of CPIO format.\r
647 - Some bugs were fixed.\r
648 - New localizations: Korean, Swedish.\r
649 \r
650 \r
651 2.30 Beta 26   2003-01-12\r
652 -------------------------\r
653 - Supporting Deflate64 method in Zip archives.\r
654 - Supporting Rar 1.50 archives.\r
655 - Some bugs were fixed.\r
656 \r
657 \r
658 2.30 Beta 25   2003-01-02\r
659 -------------------------\r
660 - Encryption feature for 7z format (AES-256).\r
661 - New optional archive header compressing mode (-mhcf).\r
662 - Archive headers now always are compressed with LZMA method.\r
663 - Updating non-solid 7z archives without -ms=off now is allowed.\r
664 - Folder creating and item renaming inside archive now is supported.\r
665 - Supporting encrypted Rar3 archives.\r
666 - Supporting Unicode names in Rar3 archives.\r
667 - Some bugs were fixed.\r
668 - New localizations: Lithuanian, Voro.\r
669 \r
670 \r
671 2.30 Beta 24   2002-11-01\r
672 -------------------------\r
673 - Some internal reconstructions.\r
674 - -m switch syntax was slightly changed.\r
675 - Some bugs were fixed.\r
676 - New localizations: Catalan, Norwegian, Romanian.\r
677 \r
678   \r
679 2.30 Beta 23   2002-09-07\r
680 -------------------------\r
681 - Encryption feature for zip format.\r
682 - Percent indicating for some operations.\r
683 - Some bugs were fixed.\r
684 \r
685   \r
686 2.30 Beta 22   2002-08-31\r
687 -------------------------\r
688 - New program: 7-Zip File Manager.\r
689 - Command line version now doesn't allow absolute paths\r
690   for compressing files.\r
691 - New localizations: Belarusian, Greek.\r
692 - Bug in FAR plugin was fixed:\r
693     Incorrect updating when archive has no explicit \r
694     directory items for file items.\r
695 - Some bugs were fixed.\r
696 \r
697   \r
698 2.30 Beta 21   2002-07-08\r
699 -------------------------\r
700 - RAM requirements for LZMA (7z) compression were reduced.\r
701 - Small bug in FAR plugin was fixed.\r
702 \r
703 \r
704 2.30 Beta 20   2002-07-01\r
705 -------------------------\r
706 - RAM requirements for LZMA (7z) decompression were reduced.\r
707 - New localization: Turkish.\r
708 - Some bugs were fixed.\r
709 \r
710 \r
711 2.30 Beta 19   2002-04-11\r
712 -------------------------\r
713 - Supporting RAR 3.0 archives.\r
714 - New localizations: Danish, Ukrainian.\r
715 \r
716 \r
717 2.30 Beta 18   2002-03-25\r
718 -------------------------\r
719 - Compressing speed in 7z format was slightly increased.\r
720 - New localizations: Estonian, Finnish.\r
721 - Some bugs were fixed.\r
722 \r
723 \r
724 2.30 Beta 17   2002-03-03\r
725 -------------------------\r
726 - Supporting ARJ archives.\r
727 - New localization: Chinese Simplified.\r
728 \r
729 \r
730 2.30 Beta 16   2002-02-24\r
731 -------------------------\r
732 - Supporting RPM and CPIO archives.\r
733 - New fast compression mode for LZMA: -m0a=0.\r
734 - New match finders for LZMA: bt4b, hc3, hc4.\r
735 - Some bugs were fixed.\r
736 \r
737 \r
738 2.30 Beta 15   2002-02-17\r
739 -------------------------\r
740 - Compression ratio in 7z was slightly improved.\r
741 - New localization: Dutch.\r
742 \r
743 \r
744 2.30 Beta 14   2002-02-10\r
745 -------------------------\r
746 - Speed optimization for multiprocessor computers (-mmt switch).\r
747 - New localizations: Czech, Japanese, Polish.\r
748 - Some bugs were fixed.\r
749 \r
750 \r
751 2.30 Beta 13   2002-01-31\r
752 -------------------------\r
753 - New SFX module for installers.\r
754 - New match finder for LZMA: bt3.\r
755 - New localizations: Portuguese, Portuguese Brazil, Serbo-Croatian.\r
756 - Some bugs were fixed.\r
757 \r
758 \r
759 2.30 Beta 12   2002-01-16\r
760 -------------------------\r
761 - Bug was fixed: memory leak in Beta 11.\r
762 - New localization: Hungarian.\r
763 \r
764 \r
765 2.30 Beta 11   2002-01-15\r
766 -------------------------\r
767 - Archive testing feature for GUI version.\r
768 - Now 7-Zip can use more than 256 MB of RAM in all Windows versions.\r
769 - New localizations: Bulgarian, Chinese Traditional, Latvian, Slovak.\r
770 - Some bugs were fixed.\r
771 \r
772 \r
773 2.30 Beta 10   2002-01-11\r
774 -------------------------\r
775 - Bugs were fixed:\r
776     - Updating 7z archives in Beta 8 and 9 didn't work.\r
777     - Unicode version in Beta 9 didn't work in Windows NT4.\r
778     - Some other bugs were fixed.\r
779 - New localizations: Arabic, French, Italian, Slovenian, Spanish.\r
780 \r
781 \r
782 2.30 Beta 9    2002-01-08\r
783 -------------------------\r
784 - Program localization: English, German, Russian.\r
785 - Additional optimized versions of programs \r
786   for Windows NT4/2000/XP.\r
787 - Two new match finders for LZMA: pat3h and pat4h.\r
788 - Some bugs were fixed.\r
789 \r
790 \r
791 2.30 Beta 8    2001-12-21\r
792 -------------------------\r
793 - 7-Zip now supports some zip archives that were not \r
794   supported by previous versions.\r
795 - 7-Zip now supports new state (-uw switch) for cases\r
796   when 7-Zip can not detect whether file is newer or the same.\r
797 - Supporting anti-items in 7z format for incremental \r
798   update (-u with action #3).\r
799 - Some bugs were fixed.\r
800 \r
801 \r
802 2.30 Beta 7    2001-11-04\r
803 -------------------------\r
804 - BCJ2: new converter for x86 code.\r
805 - Supporting tar archives with very long file names\r
806   (GNU extension to 'tar' format).\r
807 - Supporting multistream coders in 7z (-mb switch).\r
808 - More compressing parameters for zip and gzip \r
809   in console version (-m switch).\r
810 - Solid compressing option in Windows version.\r
811 - Compressing parameters option in Windows version.\r
812 - Auto renaming existing files feature for \r
813   extracting files.\r
814 - Overwrite mode switch for extracting (-ao).\r
815 - Some bugs were fixed.\r
816 \r
817 \r
818 2.30 Beta 6    2001-10-13\r
819 -------------------------\r
820 - Supporting 7z format in MultiArc plugin for FAR Manager.\r
821 - Some bugs were fixed.\r
822 \r
823 \r
824 2.30 Beta 5    2001-10-02\r
825 -------------------------\r
826 - Creating SFX archives from explorer.\r
827 - 7zWin.sfx: Windows version of SFX module.\r
828 - Auto adding .exe extension to SFX archive name.\r
829 - 7za.exe now supports 7z, bzip2, gzip, tar, zip.\r
830 - Some bugs were fixed.\r
831 \r
832 \r
833 2.30 Beta 4    2001-09-15\r
834 -------------------------\r
835 - Self extract capability for 7z format.\r
836 - 7z archive format is default for 7z.exe and 7za.exe.\r
837 - 7z in default mode now uses bt234 match finder\r
838   and solid compression.\r
839 - 7z in maximum mode (-mx) now uses 4MB dictionary.\r
840 \r
841 \r
842 2.30 Beta 3    2001-09-10\r
843 -------------------------\r
844 - Bug was fixed: decompressing .7z solid archives \r
845   containing empty files.\r
846 - new 7za.exe: standalone command line version \r
847   (only for 7z format).\r
848 - Speed of compressing to Deflate format (zip, gzip) \r
849   was slightly increased.\r
850 \r
851 \r
852 2.30 Beta 2    2001-08-30\r
853 -------------------------\r
854 - Supporting the new 7z format with high compression ratio.\r
855 - -bd (Disable percentage indicator) switch in \r
856   console version.\r
857 - Bug in console version was fixed: \r
858     previous versions incorrectly execute compression \r
859     commands with non-recursive wildcards in combination \r
860     with subfolders.\r
861 - Some other bugs were fixed.\r
862 \r
863 \r
864 2.30 Beta 1    2001-05-07\r
865 -------------------------\r
866 - Speed of reading of archive contents was increased.\r
867 - Bug was fixed: incorrect showing file names with \r
868   national charsets in some zip archives.\r
869 - Now it is possible to compress files larger than 4GB \r
870   to GZip archives.\r
871 \r
872 \r
873 2.24           2001-03-21\r
874 -------------------------\r
875 - Bugs in GZip and Cab decoders were fixed.\r
876 \r
877 \r
878 2.23           2001-03-04\r
879 -------------------------\r
880 - Opening archive items in Explorer.\r
881 - Context menu for archive items in Explorer.\r
882 - Automatic adding extension to archive name in console version.\r
883 - Some bugs were fixed.\r
884 \r
885 \r
886 2.22           2001-01-21\r
887 -------------------------\r
888 - Supporting Zip archives containing more than 65535 files.\r
889 - Speed of Plugin for Explorer was increased.\r
890 - Searching start position of archive now is limited by \r
891   first 1MB part of file.\r
892 - Some bugs were fixed.\r
893 - Packet now doesn't contain 7zip.exe, far7zip.reg and \r
894   far7zip2.reg files. There is new far7z.reg file.\r
895 \r
896 \r
897 2.21           2000-12-21\r
898 -------------------------\r
899 - FAR Plugin was improved:\r
900 \r
901     - Showing process box during opening archives.\r
902     - Viewing properties of file by Ctrl-A.\r
903     - Alt-F6 in archive now immediately extracts selected files \r
904       to current directory.\r
905       \r
906 - Some bugs were fixed:\r
907     \r
908     - Entering to archive's subfolders in Explorer by clicking \r
909       items in main window didn't work under Windows ME/2000.\r
910     - Decompressing solid Rar archives sometimes gave error.\r
911     - Console version 7z.exe during list operation incorrectly \r
912       showed file names with national (non-english) charsets.\r
913     - FAR Plugin didn't execute some operations.\r
914     - Showing percents during extracting ZIP archives sometimes \r
915       was incorrect.\r
916 \r
917 \r
918 2.20           2000-11-20\r
919 -------------------------\r
920 - Supporting BZip2 and Cab.\r
921 - New program architecture with external\r
922   compression and cryptographic modules.\r
923 - Decryption support (Rar and Zip). \r
924 - New console client. \r
925 - Some bugs were fixed.\r
926 \r
927 \r
928 2.11           2000-06-15\r
929 -------------------------\r
930 - Bugs were fixed:\r
931 \r
932     - FAR Plugin incorrectly processed\r
933       names of subdirectories that use national\r
934       (non-english) charsets.\r
935     - gzip plugin could not compress empty files.\r
936 \r
937 \r
938 2.10           2000-05-16\r
939 -------------------------\r
940 - First level 7-Zip Plugin for FAR Manager.\r
941 - GUI version with integration to Windows Shell.\r
942 - Compression and decompressing GZip and TAR formats.\r
943 - Decompression RAR.\r
944 - Install & Uninstall support.\r
945 - Some bugs were fixed.\r
946 \r
947 \r
948 2.01           1999-09-19\r
949 -------------------------\r
950 - Small bug was fixed.\r
951 - Compression ratio was improved for some files.\r
952 \r
953 \r
954 2.00           1999-07-18\r
955 -------------------------\r
956 - Release.\r
957 - Big bug was fixed: previous versions incorrectly worked\r
958     during compressing with files that were referred by\r
959     direct(without wildcards) paths, containing subdirs parts.\r
960 - Compression and decompression speed were improved.\r
961 - -mx switch (maXimize compression) was added.\r
962 - Small bugs were fixed.\r
963 \r
964 \r
965 2.00 Beta 1    1999-01-02\r
966 -------------------------\r
967 - Original beta version.\r
968 \r
969 \r
970 End of document\r