~ubuntu-branches/ubuntu/precise/p7zip/precise-updates

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2009-02-14 20:12:27 UTC
  • mfrom: (1.1.11 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090214201227-go63qxm9ozfdma60
Tags: 4.65~dfsg.1-1
* New upstream release.
* Remove wx2.8 Build-Depends added by mistakes (7zG is not yet
  intended to be built).
* Use dh_clean without -k.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
 
2
Version 4.65
 
3
============
 
4
  - From Windows version of 7-zip 4.62 to 4.65
 
5
    - The bug in 7-Zip 4.63 was fixed: 7-Zip could not decrypt .ZIP archives encrypted with WinZip-AES method.
 
6
    - 7-Zip now can unpack ZIP archives encrypted with PKWARE-AES.
 
7
    - Some bugs were fixed.
 
8
 
 
9
  - Fixed : the RAM size was reported incorrectly on MacOSX 64bits
 
10
 
 
11
  - Fixed : makefile.linux_amd64_asm_icc
 
12
 
 
13
  - DJGPP :
 
14
     makefile.djgpp becomes makefile.djgpp_old
 
15
     makefile.djgpp_watt added (thank to Rugxulo)
 
16
 
 
17
 
 
18
  - you can now compile 7za with a cmake project (see README)
 
19
    the cmake project can build a codeblock project ;)
 
20
    Remark : the kdevelop3 or Eclipse/CDT4 project don't work :(
 
21
 
 
22
Version 4.61
 
23
============
 
24
  - From Windows version of 7-zip 4.61 :
 
25
    - 7-Zip now supports LZMA compression for .ZIP archives.
 
26
    - Some bugs were fixed.
 
27
 
 
28
  - #2199036 : Ask for password twice when creating encrypted archive
 
29
 
 
30
  - 7zG added (read GUI/readme.txt)
 
31
 
 
32
 
 
33
Version 4.60 (never published)
 
34
============
 
35
 
 
36
  - From Windows version of 7-zip 4.60 :
 
37
    - Some bugs were fixed
 
38
 
 
39
  - p7zip didn't use the BCJ /BCJ2 filters for executables (:
 
40
  - makefile.linux_amd64_asm_icc added (tested with Intel Compiler 11 on Ubuntu 8.04 x64)
 
41
 
 
42
 
 
43
Version 4.59 (never published)
 
44
============
 
45
 
 
46
  - From Windows version of 7-zip 4.59 :
 
47
    - 7-Zip now can unpack UDF, XAR and DMG/HFS archives.
 
48
    - It's allowed to use -t switch for "list" and "extract" commands.
 
49
    - Some bugs were fixed.
 
50
 
 
51
  - Bug : wrong timestamp for files extracted from .zip or .rar archives
 
52
 
 
53
 
2
54
Version 4.58
3
55
============
4
56
  - From Windows version of 7-zip 4.58 :