drivers/i2c/gpiomux: Add chip driver for multiplexed I2C bus
[coreboot.git] / util / cbfstool / lz4 / NEWS
bloba1baead891bd6e459a5198d8d175967f433cfe73
1 r132
2 Improved: Small decompression speed boost (+4%)
3 Improved: Performance on ARMv6 and ARMv7
4 Added : Debianization, by Evgeniy Polyakov
5 Makefile: Safely protects lz4 version when selecting custom CFLAGS
6 Makefile: Generates intermediate object files (*.o) for faster compilation on low power systems
8 r131
9 New    : Dos/DJGPP target, thanks to Louis Santillan (#114)
10 Added  : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118)
11 Changed: xxhash symbols are modified (namespace emulation) within liblz4
13 r130:
14 Fixed  : incompatibility sparse mode vs console, reported by Yongwoon Cho (#105)
15 Fixed  : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106)
16 Fixed  : incompatibility sparse mode vs append mode, reported by Takayuki Matsuoka (#110)
17 Performance fix : big compression speed boost for clang (+30%)
18 New    : cross-version test, by Takayuki Matsuoka
20 r129:
21 Added  : LZ4_compress_fast(), LZ4_compress_fast_continue()
22 Added  : LZ4_compress_destSize()
23 Changed: New lz4 and lz4hc compression API. Previous function prototypes still supported.
24 Changed: Sparse file support enabled by default
25 New    : LZ4 CLI improved performance compressing/decompressing multiple files (#86, kind contribution from Kyle J. Harper & Takayuki Matsuoka)
26 Fixed  : GCC 4.9+ optimization bug - Reported by Markus Trippelsdorf, Greg Slazinski & Evan Nemerson
27 Changed: Enums converted to LZ4F_ namespace convention - by Takayuki Matsuoka
28 Added  : AppVeyor CI environment, for Visual tests - Suggested by Takayuki Matsuoka
29 Modified:Obsolete functions generate warnings - Suggested by Evan Nemerson, contributed by Takayuki Matsuoka
30 Fixed  : Bug #75 (unfinished stream), reported by Yongwoon Cho
31 Updated: Documentation converted to MarkDown format
33 r128:
34 New    : lz4cli sparse file support (Requested by Neil Wilson, and contributed by Takayuki Matsuoka)
35 New    : command -m, to compress multiple files in a single command (suggested by Kyle J. Harper)
36 Fixed  : Restored lz4hc compression ratio (slightly lower since r124)
37 New    : lz4 cli supports long commands (suggested by Takayuki Matsuoka)
38 New    : lz4frame & lz4cli frame content size support
39 New    : lz4frame supports skippable frames, as requested by Sergey Cherepanov
40 Changed: Default "make install" directory is /usr/local, as notified by Ron Johnson
41 New    : lz4 cli supports "pass-through" mode, requested by Neil Wilson
42 New    : datagen can generate sparse files
43 New    : scan-build tests, thanks to kind help by Takayuki Matsuoka
44 New    : g++ compatibility tests
45 New    : arm cross-compilation test, thanks to kind help by Takayuki Matsuoka
46 Fixed  : Fuzzer + frametest compatibility with NetBSD (issue #48, reported by Thomas Klausner)
47 Added  : Visual project directory
48 Updated: Man page & Specification
50 r127:
51 N/A   : added a file on SVN
53 r126:
54 New   : lz4frame API is now integrated into liblz4
55 Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski
56 Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
57 Fixed : older compiler don't like nameless unions, reported by Cheyi Lin
58 Changed : lz4 is C90 compatible
59 Changed : added -pedantic option, fixed a few mminor warnings
61 r125:
62 Changed : endian and alignment code
63 Changed : directory structure : new "lib" directory
64 Updated : lz4io, now uses lz4frame
65 Improved: slightly improved decoding speed
66 Fixed : LZ4_compress_limitedOutput(); Special thanks to Christopher Speller !
67 Fixed : some alignment warnings under clang
68 Fixed : deprecated function LZ4_slideInputBufferHC()
70 r124:
71 New : LZ4 HC streaming mode
72 Fixed : LZ4F_compressBound() using null preferencesPtr
73 Updated : xxHash to r38
74 Updated library number, to 1.4.0
76 r123:
77 Added : experimental lz4frame API, thanks to Takayuki Matsuoka and Christopher Jackson for testings
78 Fix : s390x support, thanks to Nobuhiro Iwamatsu
79 Fix : test mode (-t) no longer requires confirmation, thanks to Thary Nguyen
81 r122:
82 Fix : AIX & AIX64 support (SamG)
83 Fix : mips 64-bits support (lew van)
84 Added : Examples directory, using code examples from Takayuki Matsuoka
85 Updated : Framing specification, to v1.4.1
86 Updated : xxHash, to r36
88 r121:
89 Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
90 Fix : Makefile : install for OS-X and BSD, thanks to Takayuki Matsuoka
92 r120:
93 Modified : Streaming API, using strong types
94 Added : LZ4_versionNumber(), thanks to Takayuki Matsuoka
95 Fix : OS-X : library install name, thanks to Clemens Lang
96 Updated : Makefile : synchronize library version number with lz4.h, thanks to Takayuki Matsuoka
97 Updated : Makefile : stricter compilation flags
98 Added : pkg-config, thanks to Zbigniew Jędrzejewski-Szmek (issue 135)
99 Makefile : lz4-test only test native binaries, as suggested by Michał Górny (issue 136)
100 Updated : xxHash to r35
102 r119:
103 Fix : Issue 134 : extended malicious address space overflow in 32-bits mode for some specific configurations
105 r118:
106 New : LZ4 Streaming API (Fast version), special thanks to Takayuki Matsuoka
107 New : datagen : parametrable synthetic data generator for tests
108 Improved : fuzzer, support more test cases, more parameters, ability to jump to specific test
109 fix : support ppc64le platform (issue 131)
110 fix : Issue 52 (malicious address space overflow in 32-bits mode when using large custom format)
111 fix : Makefile : minor issue 130 : header files permissions
113 r117:
114 Added : man pages for lz4c and lz4cat
115 Added : automated tests on Travis, thanks to Takayuki Matsuoka !
116 fix : block-dependency command line (issue 127)
117 fix : lz4fullbench (issue 128)
119 r116:
120 hotfix (issue 124 & 125)
122 r115:
123 Added : lz4cat utility, installed on POSX systems (issue 118)
124 OS-X compatible compilation of dynamic library (issue 115)
126 r114:
127 Makefile : library correctly compiled with -O3 switch (issue 114)
128 Makefile : library compilation compatible with clang
129 Makefile : library is versioned and linked (issue 119)
130 lz4.h : no more static inline prototypes (issue 116)
131 man : improved header/footer (issue 111)
132 Makefile : Use system default $(CC) & $(MAKE) variables (issue 112)
133 xxhash : updated to r34
135 r113:
136 Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier !
137 LZ4HC : Compression Level is now a programmable parameter (CLI from 4 to 9)
138 Separated IO routines from command line (lz4io.c)
139 Version number into lz4.h (suggested by Francesc Alted)
141 r112:
142 quickfix
144 r111 :
145 Makefile : added capability to install libraries
146 Modified Directory tree, to better separate libraries from programs.
148 r110 :
149 lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99)
150 fuzzer & fullbench : updated to test new functions
151 man : documented -l command (Legacy format, for Linux kernel compression) (issue 102)
152 cmake : improved version by Mika Attila, building programs and libraries (issue 100)
153 xxHash : updated to r33
154 Makefile : clean also delete local package .tar.gz
156 r109 :
157 lz4.c : corrected issue 98 (LZ4_compress_limitedOutput())
158 Makefile : can specify version number from makefile
160 r108 :
161 lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB (thanks Roman Strashkin for reporting)
163 r107 :
164 Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio.
165 Makefile : make install installs both lz4 and lz4c (Jorge Aparicio)
166 Makefile : removed -Wno-implicit-declaration compilation switch
167 lz4cli.c : include <stduni.h> for isatty() (Luca Barbato)
168 lz4.h : introduced LZ4_MAX_INPUT_SIZE constant (Shay Green)
169 lz4.h : LZ4_compressBound() : unified macro and inline definitions (Shay Green)
170 lz4.h : LZ4_decompressSafe_partial() : clarify comments (Shay Green)
171 lz4.c : LZ4_compress() verify input size condition (Shay Green)
172 bench.c : corrected a bug in free memory size evaluation
173 cmake : install into bin/ directory (Richard Yao)
174 cmake : check for just C compiler (Elan Ruusamae)
176 r106 :
177 Makefile : make dist modify text files in the package to respect Unix EoL convention
178 lz4cli.c : corrected small display bug in HC mode
180 r105 :
181 Makefile : New install script and man page, contributed by Prasad Pandit
182 lz4cli.c : Minor modifications, for easier extensibility
183 COPYING  : added license file
184 LZ4_Streaming_Format.odt : modified file name to remove white space characters
185 Makefile : .exe suffix now properly added only for Windows target