Download List

Projeto Descrição

Lbzip2 is a parallel, SMP-based, bzip2-compatible compression utility, with a commandline resembling that of the original bzip2. It is usable both on its own and as a filter passed to GNU tar with the "--use-compress-program" option. It uses Gnulib, and its building and testing process is managed by the GNU build system. Starting with release 2.0, lbzip2 is independent of libbz2 and features yambi, an independent BWT compression stack with improved speed and robustness.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-12-02 19:09
0.19

Esta versão funciona em torno de um GNU / kFreeBSD padrões problema de cumprimento. GNU / kFreeBSD não define alguns fluxos-macros errno relacionados encomendado pela SUSv2. Por conseguinte, lbzip2-0,18 não pode ser construído em GNU / kFreeBSD. Esta versão se verifica aqueles (e alguns outros) macros são definidas antes de confiar neles.
Tags: Minor bugfixes
This release works around a GNU/kFreeBSD standards-compliance problem. GNU/kFreeBSD does not define some STREAMS-related errno macros mandated by SUSv2. Consequently, lbzip2-0.18 cannot be built on GNU/kFreeBSD. This version checks if those (and some other) macros are defined before relying on them.

2009-11-29 23:33
0.18

Checagens foram adicionados aos dois descompactadores. Operandos arquivo de entrada são agora removidos. A - e manter - a força opções foram adicionadas. Proprietário, o grupo, os bits de permissão, o tempo de acesso, tempo de modificação arquivos são copiados para a saída regular. Log foi limpo e internamente categorizados em INFO, WARNING, e os níveis FATAL. Um estado de saída separada foi introduzido para o caso quando uma mensagem de aviso foi impresso. Os testes de robustez descompactador foram re-executado. O autor foi finalmente substituído bzip2 com lbzip2 em seu sistema.
Tags: Major feature enhancements
Sanity checks were added to both decompressors. Input FILE operands
are now removed. The --keep and --force options were added. Owner, group,
permission bits, access time, modification time are copied to regular
output files. Logging was cleaned up and internally categorized into
INFO, WARNING, and FATAL levels. A separate exit status was introduced
for the case when a warning message was printed. The decompressor
robustness tests were re-executed. The author has finally replaced bzip2
with lbzip2 on his system.

2009-10-29 22:17
0.17

Campos Uninitialized foram acessados na pilha em uma expressão de atribuição estrutura. Teoricamente, isso poderia ter provocado ler acessos às representações armadilha. Uma vez que esses campos não foram inicializados, porque eles não foram utilizados em todos, em primeiro lugar, esse bug foi corrigido portabilidade através da introdução de uma estrutura específica, sem esses campos.
Tags: Code cleanup
Uninitialized fields were accessed on the stack in a structure assignment expression. Theoretically, this might have entailed read accesses to trap representations. Since those fields weren't initialized because they weren't used at all in the first place, this portability bug was fixed by introducing a dedicated structure without those fields.

2009-10-26 10:41
0.16

Non-entrada regular arquivos passados na linha de comando são ignoradas (ligações simbólicas são seguidas, porque lbzip2 não remover arquivos de entrada). Em vez de sair, lbzip2 entrada ignora arquivos passados na linha de comando que não pode abrir, ou para os quais não se pode criar os arquivos de saída correspondente. A saída padrão também é fechada com - stdout e operandos arquivo, não apenas no modo de filtro. O tratamento de sinais foi limpo; lbzip2 agora pode ser interrompido durante a pular muitos arquivos em uma fileira. Escrever uma mensagem de erro para uma tubulação quebrada não resultar em uma saída incompleta arquivo anymore.
Tags: Minor bugfixes
Non-regular input files passed on the command line are skipped (symbolic links are followed, because lbzip2 doesn't remove input files). Instead of exiting, lbzip2 skips input files passed on the command line that it cannot open, or for which it cannot create the corresponding output files. Standard output is also closed with --stdout and file operands, not just in filter mode. Signal handling has been cleaned up; lbzip2 can now be interrupted during skipping many files in a row. Writing an error message to a broken pipe doesn't result in an incomplete output file anymore.

2009-10-21 18:34
0.16rc1

Características como tamanho ajustável compressão do bloco e trabalhar com operandos arquivo foram implementadas. lbzip2 já pode ser considerada uma multi-threaded, linha de comando compatível substituto para bzip2 na maioria das situações. Lbzip2 nunca apaga ou substitui arquivos, no entanto. A solução para um bug anterior getconf GNU foi estendido para eglibc no suporte a arquivos grandes compilação de script. O estado de desenvolvimento foi degradado à versão beta.
Tags: Major feature enhancements
Features like settable compression block size and working with file operands were implemented. lbzip2 can now be considered a multi-threaded, command-line compatible replacement for bzip2 in most situations. Lbzip2 never deletes or overwrites files, however. The workaround for an earlier GNU getconf bug was extended to EGLIBC in the large file support build script. The development status was degraded to beta.

Project Resources