-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from farsightsec/1.7.0-metadata
Metadata for 1.7.0 Release
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 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 |
---|---|---|
@@ -1,3 +1,16 @@ | ||
mtbl (1.7.0-1) debian-fsi; urgency=medium | ||
|
||
* Add public mtbl_threadpool API, enabling multithreaded functionality for | ||
mtbl_writer and mtbl_sorter objects; see mtbl_threadpool manpage for more | ||
info. | ||
* Add mtbl_writer_options_set_threadpool() to enable multithreaded | ||
data block compression. | ||
* Add mtbl_sorter_options_set_threadpool() to enable multithreaded sorting. | ||
* Add -t option for setting the preferred number of threads to use in an | ||
mtbl_threadpool object used for writing in mtbl_merge. | ||
|
||
-- Farsight Security Inc <[email protected]> Tue, 03 Dec 2024 15:41:38 -0500 | ||
|
||
mtbl (1.6.1-1) debian-fsi; urgency=medium | ||
|
||
* Add ./configure --with-coverage option to build with code coverage | ||
|