Next | Query returned 85 messages, browsing 61 to 70 | Previous

History of commit frequency

CVS Commit History:


   2006-04-03 21:13:21 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
Changes 4.37:
  - From Windows version of 7-zip 4.37 :
    - Some bugs were fixed.
  - fix build for Solaris sparc with CC instead of g++.
  - fix build for Solaris  9 x86
  - fix build for Solaris 10 x86
  - fix build for OpenBSD
  - p7zip can now be build with djgpp.
  - new target  : 7zr (lite version of 7za)
  - new machine : IBM AIX

Changes 4.36:
  - From Windows version of 7-zip 4.36 :
    - 7-zip now can unpack ISO archives
  - GCC 4.X : add C++ visibility support to reduce the size of the *.so
   (see makefile.linux_x86_ppc_alpha__gcc_4.X)
  - cygwin now supports '-o/tmp'

Changes 4.35:
  - From Windows version of 7-zip 4.35 :
    - New switch : -slt ("l" (list) command with -slt shows technical \ 
information for archive).
    - Some bugs were fixed.
  - From Windows version of 7-zip 4.34 :
    - BZip2 compressing / decompressing now can work in multi-threading mode
    - Multi-threading mode now is default for multi-processor systems
   2006-02-13 19:45:32 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 4.33:
  - From Windows version of 7-zip 4.33:
    - Compressing speed and Memory requirements were increased.
      Default dictionary size was increased: Fastest: 64 KB, Fast: 1 MB,
      Normal: 4 MB, Max: 16 MB, Ultra: 64 MB.
    - 64-bit version now supports 1 GB dictionary
    - 7z/LZMA now can use only these match finders: HC4, BT2, BT3, BT4
    - Compression ratio in Zip/GZip/Deflate in Ultra mode was increased
    - Some bugs were fixed

  - fix "Bugs item 1407358" : Passwords entered are not visible on \ 
command line
    if the target has the system function "getpass".

  - fix "BCJ2" : now p7zip uses the "BCJ2" filter when the \ 
file has execute permission
    (7-zip uses the "BCJ2" filter when the filename ends with \ 
".dll", ".exe", ".ocx", ".sfx" or \ 
".sys")

  - patch 1390722: no new line at end of file

  - patch 1390716: allow compiling with gcc-4.1

  - patch 1425862: allow other make programs than GNU make

  - Testing framework added ("make test" and "make test_7z")

  - fix 'lstat': p7zip can compile if 'lstat' is not available
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2006-02-05 16:33:06 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Fix building on Darwin/MacOSX
   2005-12-07 00:48:47 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 7.30:

  - From Windows version of 7-zip 4.30 :
    - Speed optimizations in LZMA maximum/ultra compressing.
    - LZMA now supports word size up to 273
    - 7-Zip now reduces dictionary size for LZMA, if you compress files
      smaller than specified dictionary size.
    - Some bugs were fixed

  - fix minor build trouble with MacOS X
  - fix "Bugs item #1349229" : 7-zip now displays "e: Extract \ 
files from archive (without using directory names)"
   2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432)
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
   2005-10-08 10:27:42 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 4.29:
* Bug fixes
   2005-09-26 13:26:46 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Slightly adjust patch to deal with thread linking.
   2005-09-23 14:17:59 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
Update to 4.27, from Jason White in PR 31374.

Version 4.27
============
  - From Windows version of 7-zip 4.27 :
    - new plugin for 7z : 7-Zip can unpack CHM/HXS (MS HTML HELP) archives
    - cab plugin for 7z : 7-Zip can unpack multivolume CAB archives
    - Some bugs were fixed
    - better support for 64bits (PPMD coder/decoder)

Version 4.26
============
  - From Windows version of 7-zip 4.26 :
    - new plugin for 7z : LZH format support (extracting only)

  - fix (courtesy from Robert Millan) to make p7zip compile on GNU/kFreeBSD.

  - fix "Bug item #1273057", now "7z -so -t7z a dummy.7z file \ 
>output.7z" does not
    finish with a "Segmentation fault (core dumped)".

  - fix "Bug item #1221056", now, makefile for p7zip use the flag \ 
"-O" to
  support compilers that build invalid programs with the flag "-O2".

Version 4.25
============
  - From Windows version of 7-zip 4.25 :
    - Some bugs were fixed
    - DOCS/MANUAL/exit_codes.htm added

  - new plugin for 7z : RAR format support (extracting only)

  - better dependencies in makefile

Version 4.23
============
  - From Windows version of 7-zip 4.23 :
    - Some bugs were fixed

  - manpages for 7za and 7z updated by Mohammed Adnene Trojette.

  - little fix for the help message of 7za or 7z.

  - bug #1224304 : Files and directories with \ in name not handled properly.

  - fix for tar archives that have pax header.
   2005-06-24 16:32:13 by Thomas Klausner | Files touched by this commit (5)
Log message:
Update to 4.20:

Version 4.20
============

  - From Windows version of 7-zip 4.19 and 4.20 :
    - BZip2 code was rewritten. Now it supports 3 modes: Normal, Maximum and
      Ultra. In Normal mode it compresses almost as original BZip2 compressor.
      Compression ratio in Maximum and Ultra modes is 1-3% better for some files,
      but Maximum Mode is about 3 times slower and Ultra Mode is about 8 times
      slower than Normal mode.
    - Console version now prints all messages to stdout by default,
      and if -so switch is specified, 7-Zip prints messages to stderr.
    - Some bugs were fixed

  - Updating "contrib/VirtualFileSystemForMidnightCommander/" with \ 
u7z-4.16beta.tar.bz2

  - bug #1204993 (does not find broken filenames)

  - bug #1201244 (Missing files in p7zip_4.18_x86_linux_bin.tar.bz2)

  - makefile.linux_x86_ppc_alpha : flag "-fPIC" added

  - flag "-l" added.
    without   : p7zip stores symlinks (like p7zip 4.18)
    with "-l" : p7zip stores the files/directories pointed by symlinks \ 
(like before p7zip 4.18)
      CAUTION : the scanning stage can never end because of symlinks like \ 
".."
                 (ex:  ln -s .. ldir)

Next | Query returned 85 messages, browsing 61 to 70 | Previous