-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Version 0.2: | ||
Implemented a new block splitting algorithm which typically improves the | ||
compression ratio slightly at all compression levels. | ||
|
||
The compressor now outputs each block using the cheapest type (dynamic | ||
Huffman, static Huffman, or uncompressed). | ||
|
||
The gzip program has received an overhaul and now behaves more like the | ||
standard version. | ||
|
||
Build system updates, including: some build options were changed and | ||
some build options were removed, and the default 'make' target now | ||
includes the gzip program as well as the library. | ||
|
||
Version 0.1: | ||
Initial official release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters