Next | Query returned 57 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2017-12-21 15:54:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
zstd: updated to 1.3.3

1.3.3:
perf: improved zstd_opt strategy (levels 16-19)
fix : bug 944 : multithreading with shared ditionary and large data
cli : fix : content size written in header by default
cli : fix : improved LZ4 format support
cli : new : hidden command -b -S, to benchmark multiple files and generate one \ 
result per file
api : change : when setting pledgedSrcSize, use ZSTD_CONTENTSIZE_UNKNOWN macro \ 
value to mean "unknown"
api : fix : support large skippable frames
api : fix : re-using context could result in suboptimal block size in some \ 
corner case scenarios
api : fix : streaming interface was adding a useless 3-bytes null block to small \ 
frames
build: fix : compilation under rhel6 and centos6
build: added check target
build: improved meson support
   2017-10-20 15:59:33 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
archivers/zstd: non-redistributable distfile has been fixed.
   2017-10-20 09:23:01 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
zstd: update to 1.3.2

v1.3.2
new : long range mode, using --long command
new : ability to generate and decode magicless frames
changed : maximum nb of threads reduced to 200, to avoid address space \ 
exhaustion in 32-bits mode
fix : multi-threading compression works with custom allocators
fix : ZSTD_sizeof_CStream() was over-evaluating memory usage
fix : a rare compression bug when compression generates very large distances and \ 
bunch of other conditions (only possible at --ultra -22)
fix : 32-bits build can now decode large offsets (levels 21+)
cli : added LZ4 frame support by default
cli : improved --list output
cli : new : can split input file for dictionary training, using command -B#
cli : new : clean operation artefact on Ctrl-C interruption
cli : fix : do not change /dev/null permissions when using command -t with root \ 
access
cli : fix : write file size in header in multiple-files mode
api : added macro ZSTD_COMPRESSBOUND() for static allocation
api : experimental : new advanced decompression API
api : fix : sizeof_CCtx() used to over-estimate
build: fix : no-multithread variant compiles without pool.c dependency
build: better compatibility with reproducible builds
example : added streaming_memory_usage
license : changed /examples license to BSD + GPLv2
license : fix a few header files to reflect new license
   2017-08-24 22:17:01 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Added gnu-gpl-v2 to LICENSE
   2017-08-21 11:17:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
Zstandard v1.3.1
New license : BSD + GPLv2
perf: substantially decreased memory usage in Multi-threading mode
perf: Multi-threading supports up to 256 threads. Cap at 256 when more are requested
cli : improved and fixed --list command
cli : command -vV lists supported formats
build : fixed binary variants
build : fix Visual compilation for non x86/x64 targets
API exp : breaking change : ZSTD_getframeHeader() provides more information
API exp : breaking change : pinned down values of error codes
doc : fixed huffman example
new : contrib/adaptive-compression, I/O driven compression strength
new : contrib/long_distance_matching
updated : contrib/linux-kernel
   2017-07-23 21:02:25 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
fix pkglint warning about RESTRICTED
   2017-07-23 20:28:41 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
Set zstd to RESTRICTED since its examples are not redistributable
   2017-07-22 12:49:07 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
v1.3.0
cli : new : `--list` command, by Paul Cruz
cli : changed : xz/lzma support enabled by default
cli : changed : `-t *` continue processing list after a decompression error
API : added : ZSTD_versionString()
API : promoted to stable status : ZSTD_getFrameContentSize(), by Sean Purcell
API exp : new advanced API : ZSTD_compress_generic(), ZSTD_CCtx_setParameter()
API exp : new : API for static or external allocation : ZSTD_initStatic?Ctx()
API exp : added : ZSTD_decompressBegin_usingDDict(), requested by Guy Riddle
API exp : clarified memory estimation / measurement functions.
API exp : changed : strongest strategy renamed ZSTD_btultra, fastest strategy \ 
ZSTD_fast set to 1
tools : decodecorpus can generate random dictionary-compressed samples, by Paul Cruz
new : contrib/seekable_format, demo and API, by Sean Purcell
changed : contrib/linux-kernel, updated version and license, by Nick Terrell
   2017-04-20 15:45:52 by Jonathan Perkin | Files touched by this commit (3)
Log message:
Needs zlib.  Use ${INSTALL}.  Fix "install" target.  Now works on SunOS.
   2017-04-11 16:23:35 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Update archivers/zstd to 1.1.4
-------------------------------
v1.1.4
cli : new : can compress in *.gz format, using --format=gzip command, by
      Przemyslaw Skibinski
cli : new : advanced benchmark command --priority=rt
cli : fix : write on sparse-enabled file systems in 32-bits mode, by @ds77
cli : fix : --rm remains silent when input is stdin
cli : experimental : xzstd, with support for xz/lzma decoding, by Przemyslaw
      Skibinski
speed : improved decompression speed in streaming mode for single shot scenarios \ 
(+5%)
memory : DDict (decompression dictionary) memory usage down from 150 KB to 20 KB
arch : 32-bits variant able to generate and decode very long matches (>32 MB),
       by Sean Purcell
API : new : ZSTD_findFrameCompressedSize(),
      ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize()
API : changed : dropped support of legacy versions <= v0.3 (can be changed by
      modifying ZSTD_LEGACY_SUPPORT value)
build: new: meson build system in contrib/meson, by Dima Krasner
build: improved cmake script, by @Majlen
build: added -Wformat-security flag, as recommended by Padraig Brady
doc : new : educational decoder, by Sean Purcell

(pkgsrc changes)
+ MAKE_JOBS_SAFE= no

Next | Query returned 57 messages, browsing 41 to 50 | Previous