-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix segfault issue during tab/help processing.
- Loading branch information
Rob Sanders
committed
Mar 10, 2020
1 parent
1d3d6ed
commit dfe82ee
Showing
3 changed files
with
13 additions
and
4 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Version: 1.10.3 | ||
Version: 1.10.4 | ||
Summary: Cisco-like telnet command-line library | ||
Name: libcli | ||
Release: 1 | ||
|
@@ -67,7 +67,11 @@ rm -rf $RPM_BUILD_ROOT | |
%defattr(-, root, root) | ||
|
||
%changelog | ||
* Fri Jan 10 2020 Rob Sanders <[email protected]> 10.10.3-1 | ||
* Tue Mar 3 2020 Rob Sanders <[email protected]> 1.10.4-1 | ||
- Fix segfault issue found during tab/help processing | ||
- Minor fix of version on previous changelog record | ||
|
||
* Fri Jan 10 2020 Rob Sanders <[email protected]> 1.10.3-1 | ||
- Minor cosmetic change to how help messages are generated, minor edits | ||
to some comments, minor cosmetic change to clitest demo code | ||
|
||
|