-
Notifications
You must be signed in to change notification settings - Fork 53
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
1 changed file
with
20 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 |
---|---|---|
|
@@ -111,8 +111,26 @@ rm -r %{buildroot}/usr/include/%{name} | |
/sbin/ldconfig | ||
|
||
%changelog | ||
* Wed Jan 24 2018 Nikolai Kondrashov <[email protected]> - 5-1 | ||
- Release v5 | ||
* Wed Dec 5 2018 Kirill Glebov <[email protected]> - 5-1 | ||
- Release v5. Added features and implemented fixes follow. See README.md and | ||
manpages for documentation of new features. | ||
- Implement support for --configuration option for all programs. | ||
The option makes the program output its configuration in JSON and then | ||
exit. | ||
- Add BuildDependencies to allow yum-builddep. | ||
- Open JSON writer file with euid/egid. To allow creating protected log files | ||
with tlog-rec-session, open the JSON writer's file with the EUID and | ||
GUID the program was started with. | ||
- Installing Packages with the APT Addon instead of apt-get. | ||
- Switch to using TLOG_ERRS_RAISE macros. | ||
- Fix tlog-play cleanup-path segfault. | ||
- Modify command-line option parsing. | ||
- Remove "fields" field from ES query URL to fix compatibility with | ||
Elasticsearch 5. | ||
- Remove unused _source parameter from ES query URL. | ||
- Fix tlog-rec-session file permissions bug. | ||
- Use CLOCK_MONOTONIC for rate-limiting writing. | ||
- Filter out some more input control sequences. | ||
|
||
* Wed Jan 24 2018 Nikolai Kondrashov <[email protected]> - 4-1 | ||
- Release v4. Added features and implemented fixes follow. See README.md and | ||
|