You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libcli.spec
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Version: 1.10.7
1
+
Version: 1.10.8
2
2
Summary: Cisco-like telnet command-line library
3
3
Name: libcli
4
4
Release: 1
@@ -67,6 +67,17 @@ rm -rf $RPM_BUILD_ROOT
67
67
%defattr(-, root, root)
68
68
69
69
%changelog
70
+
* Thu Dec 1 2022Rob Sanders<rsanders@forcepointgov.com>1.10.8
71
+
- Add backward compatibility for LIBCLI versions numbers (issue #85) - initial code provided by github user JereLeppanen on 27Apr2022, slightly tweaked by rsanders
72
+
- applied fixes for misspellings on LIBCLI version #defines (issue #75) - fix provided on github by belge-sel on 19Sep2021
73
+
- Fix for printing (issue #79) where text left in buffer (from call to cli_bufprint for example) is discarded instead of preserved. Code provided on github by JereLeppanen on 27Apr2021
74
+
75
+
* Tue Nov 29 2022Rob Sanders <rsanders@forcepointgov.com> 1.10.8
76
+
- Fix for issue #82 (OPTIONAL_FLAG tab completion not honoring user provided callback)
77
+
78
+
* Wed Nov 16 2022Rob Sanders<rsanders@forcepointgov.com>1.10.8
79
+
- Doxygen headers for libli.c routines - code provided on github by mpzanoosi on 14May2021
80
+
70
81
* Wed Feb 24 2021Rob Sanders<rsanders.forcepoint.com>1.10.7
71
82
- Fix bug were an extra newline was being inserted on every line
72
83
when help was being requested for options and arguments
@@ -241,7 +252,7 @@ rm -rf $RPM_BUILD_ROOT
241
252
- Disable TAB completion during username entry
242
253
243
254
* Fri May 2 2008David Parrish<david@dparrish.com>1.9.2-1
244
-
- Add configurable timeout for cli_regular() - defaults to 1 second
255
+
- Add configurable timeout for cl7i_regular() - defaults to 1 second
0 commit comments