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')
-rwxr-xr-xDOC/history.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOC/history.txt b/DOC/history.txt
index 36c53e06..0d5e4a90 100755
--- a/DOC/history.txt
+++ b/DOC/history.txt
@@ -1,6 +1,13 @@
Sources history of the 7-Zip
----------------------------
+9.09 2009-12-12
+-------------------------
+- The bug was fixed:
+ Utf16_To_Utf8 funstions in UTFConvert.cpp and 7zMain.c
+ incorrectly converted surrogate characters (the code >= 0x10000) to UTF-8.
+
+
9.05 2009-07-05
-------------------------
- FileMapping.h::CFileMapping now returns WRes