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

history.txt « DOC - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 232a9ca8d56772ab67fd16a47f8b9e36f64229b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
Sources history of the 7-Zip
----------------------------

  Version 4.30 beta           2005-11-18
  --------------------------------------
   - Security.h::AddLockMemoryPrivilege       - installs "Large pages" fature
   - MemoryLock.h::EnableLockMemoryPrivilege  - enables "Large pages" fature
   - Alloc.h::SetLargePageSize                - sets optimal LargePageSize size;


  Version 4.27                2005-09-21
  --------------------------------------
   - Some GUIDs/interfaces were changed.
     IStream.h:
       ISequentialInStream::Read now works as old ReadPart
       ISequentialOutStream::Write now works as old WritePart


  Version 4.26 beta           2005-08-05
  --------------------------------------
   -  MyAlloc(0)/BigAlloc(0) now return 0


  Version 4.25 beta           2005-07-31
  --------------------------------------
   -  More 64-bit compatibilty


  Version 4.24 beta           2005-07-06
  --------------------------------------
   -  Common\NewHandler.h: using throw() for code size optimization.


  Version 4.23                2005-06-29
  --------------------------------------
   -  Bug was fixed: memory leak in Cab decoder.


  Version 4.19 beta           2005-05-21
  --------------------------------------
   -  BZip2 code was rewritten. Now 7-Zip doesn't use original BZip2 code.
      Old (original) version was moved to folder 7zip/Compress/BZip2Original/

  
  Version 4.14 beta           2005-01-11
  --------------------------------------
   -  STL using was reduced
   -  7za now supports Split(001) archves

  
  Version 4.10 beta           2004-10-21
  --------------------------------------
   -  Codecs now use new interface: ICompressSetDecoderProperties2

  
  Version 4.07 beta           2004-10-03
  --------------------------------------
   -  some interfaces were changed slightly to support 
      -stdin -stdout mode.
   -  FilterCoder for simple filters
   -  Wildcard censor class was changed.
   -  Bug was fixed: when encrypted stream was multiple 16,
      it used additional 16 empty bytes.
   

  Version 3.11                2003-10-06
  --------------------------------------
      File functions support unicode strings even
      on Windows 95/98/ME.
   

  Version 3.08.02             2003-09-20
  --------------------------------------
      More compatible with GCC.
   

  Version 3.08.02 beta        2003-08-20
  --------------------------------------
      Extracting bug in 7zExtract.cpp was fixed.
     

  Version 3.08 beta           2003-08-19
  --------------------------------------
      Big source code reconstruction.
     

  Version 2.30 Beta 32        2003-05-15
  --------------------------------------
      Small changes in Deflate decoder.
     

  Version 2.30 Beta 31        2003-04-29
  --------------------------------------
      Common/NewHandler.cpp
        HeapAlloc in (included to beta 30) was changed to malloc.
        HeapAlloc worked slower in Win95/98/Me.
     

  Version 2.30 Beta 30        2003-04-21
  --------------------------------------
      new file: Common/String.cpp
      Common/NewHandler.*  were changed


  Version 2.30 Beta 29        2003-04-07
  --------------------------------------
      Small changes in LZMA code.


  Version 2.30 Beta 28        2003-02-16
  --------------------------------------
      Processing anti-files was corrected.

  
  Version 2.30 Beta 27        2003-01-24
  --------------------------------------
      Project/Archiver/Format/Common/ArchiveInterface.h:
        new IArchiveOpenVolumeCallback interface.


  Version 2.30 Beta 26        2003-01-12
  --------------------------------------
      SDK/Interface/PropID.h:
        kpidComment now is kpidCommented


  Version 2.30 Beta 25        2003-01-02
  --------------------------------------
      Main archive interfaces were changed.


  Version 2.30 Beta 24        2002-11-01
  --------------------------------------
      SDK/Windows/Synchronization.h 
      SDK/Windows/Synchronization.cpp
        - some changes.


  Version 2.30 Beta 23        2002-09-07
  --------------------------------------
      Project/FileManager folder was added.
      Notation of some source files was changed.


  Version 2.30 Beta 22        2002-08-28
  --------------------------------------
      Project/FileManager folder was added.
      Notation of some source files was changed.



  Version 2.30 Beta 21        2002-07-08
  --------------------------------------
      Project/Compress/LZ/MatchFinder/BinTree/BinTree.h
      Project/Compress/LZ/MatchFinder/BinTree/BinTreeMain.h
      Project/Compress/LZ/MatchFinder/BinTree/HC.h
      Project/Compress/LZ/MatchFinder/BinTree/HCMain.h
        - RAM requirements for LZMA (7z) compression were reduced.


  Version 2.30 Beta 20        2002-07-01
  --------------------------------------
    - SDK/Stream/WindowOut.h 
        now it uses only required memory (dictionary size).
    - Project/Archiver/Resource 
        contains common resurces


  Version 2.30 Beta 19        2002-04-11
  --------------------------------------
    - SDK/Archive/Rar/Handler.cpp
        supporting RAR29

  Version 2.30 Beta 18        2002-03-25
  --------------------------------------
    - SDK/Archive/Cab/MSZipDecoder.cpp
      SDK/Archive/Cab/LZXDecoder.cpp:
        bug with corrupted archives was fixed
    - Project/Compress/LZ/MatchFinder/BinTree/BinTree.h 
    - Project/Compress/LZ/MatchFinder/BinTree/BinTreeMain.h 
        some speed optimization (using prefetching)


  Version 2.30 Beta 17        2002-03-03
  --------------------------------------
    - ARJ suppport.


  Version 2.30 Beta 16        2002-02-24
  --------------------------------------
    - Project/Compress/LZ/LZMA/Decoder.cpp:
        Bug was fixed: LZMA could not extract more than 4 GB.
    - RPM and CPIO formats.
    - Project/Compress/LZ/LZMA/Encoder.*
      Project/Archiver/Format/7z/OutHandler.cpp 
        New fast compression mode for LZMA: -m0a=0.
    - New match finders for LZMA: bt4b, hc3, hc4.
 
  
  Version 2.30 Beta 15        2002-02-17
  --------------------------------------
    - Compression ratio in LZMA was slightly improved:
        Project/Compress/LZ/LZMA/Encoder.*
        Project/Archiver/Format/7z/OutHandler.cpp 

  
  Version 2.30 Beta 14        2002-02-10
  --------------------------------------
    - Supporting multithreading for LZMA:
        Project/Compress/LZ/MatchFinder/MT 
    - Common/String.h:
        CStringBase::Replace function was fixed.

  
  Version 2.30 Beta 13        2002-01-27
  --------------------------------------
    - Compress/LZ/MatchFinder/BinTree3.h: 
       method
    - Compress/LZ/MatchFinder/BinTreemain.h: 
        - one VirtualAlloc array was splitted to 
          the for 3 arrays.
        - Hash-functions were changed.


  
  Version 2.30 Beta 12        2002-01-16
  --------------------------------------
    - Compress/LZ/MatchFinder/BinTreemain.h: 
      Compress/LZ/MatchFinder/Patricia.h: 
      Compress/PPM/PPMd/SubAlloc.h: 
        Beta 11 bugs were fixed:
          - VirtualFree was used incorrectly
          - checking WIN32 instead _WINDOWS.
      Compress/LZ/MatchFinder/Patricia.h: 
        Beta 11 bug with deleting m_Hash2Descendants was fixed.

  
  Version 2.30 Beta 11        2002-01-15
  --------------------------------------
    - Compress/LZ/MatchFinder/BinTreemain.h: 
      Compress/LZ/MatchFinder/Patricia.h: 
      Compress/PPM/PPMd/SubAlloc.h: 
        using VirtualAlloc for memory allocating
    - Exlorer/ContextMenu.cpp: 
        Testing supporting.
        CreateProcess instead WinExec
    - Format/Common/IArchiveHandler.h:
      Exlorer/ProxyHandler.cpp:
      FAR/Plugin.cpp:
        New properties names: Method, HostOS.
    - Exlorer/OverwriteDialog.cpp:
      FAR/OverwriteDialog.cpp:
      Windows/PropVariantConversions.h
        Using National time format was eliminated.



  Version 2.30 Beta 10        2002-01-11
  --------------------------------------
    - Exlorer/ContextMenu.cpp: bug with context menu on 
      Windows NT4 in Unicode version was fixed.
    - Format/7z/UpdateArchiveEngine.cpp: bug was fixed - 
      Updating in Beta 8 and 9 didn't work.
    - Exlorer/CCompressDialog.cpp: history growing bug was fixed.

  
  Version 2.30 Beta 9         2002-01-08
  --------------------------------------
    - SDK/Common/Vector.h: sopporting sorted object vectors .
    - Lang features.
    - Two new match finders: pat3h and pat4h.
    - SDK/Archive/Zip/InEngine.cpp: bug was fixed.
    - SDK/Windows/FileDir.cpp: function CreateComplexDirectory
      was changed.