Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'DOC/history.txt')
-rw-r--r--[-rwxr-xr-x]DOC/history.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/DOC/history.txt b/DOC/history.txt
index 64ce04ae..27a0e6c4 100755..100644
--- a/DOC/history.txt
+++ b/DOC/history.txt
@@ -1,6 +1,18 @@
Sources history of the 7-Zip
----------------------------
+9.31 2012-10-31
+-------------------------
+- InBuffer.h : CInBuffer uses ISequentialInStream *_stream; instead of CMyComPtr<ISequentialInStream>
+ OutBuffer.h: COutBuffer uses ISequentialOutStream *_stream; instead of CMyComPtr<ISequentialOutStream>
+
+
+9.26 2011-04-11
+-------------------------
+- The BUG was fixed: multi-threaded ZIP stored file size that was at scan stage,
+ So if the file was changed after scan, the Unpack Size field was incorrect
+
+
9.21 2011-04-11
-------------------------
- New class FString for file names at file systems.