Skip to content

Commit 01235f3

Browse files
author
Rob Sanders
committed
Bump internal versioning to 1.10.8, update spec file changelog
1 parent 2c4443f commit 01235f3

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PREFIX = /usr/local
1111

1212
MAJOR = 1
1313
MINOR = 10
14-
REVISION = 7
14+
REVISION = 8
1515
LIB = libcli.so
1616
LIB_STATIC = libcli.a
1717

libcli.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern "C" {
1313

1414
#define LIBCLI_VERSION_MAJOR 1
1515
#define LIBCLI_VERSION_MINOR 10
16-
#define LIBCLI_VERSION_REVISION 7
16+
#define LIBCLI_VERSION_REVISION 8
1717
#define LIBCLI_VERSION ((LIBCLI_VERSION_MAJOR << 16) | (LIBCLI_VERSION_MINOR << 8) | LIBCLI_VERSION_REVISION)
1818

1919
// for backward compatability

libcli.spec

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version: 1.10.7
1+
Version: 1.10.8
22
Summary: Cisco-like telnet command-line library
33
Name: libcli
44
Release: 1
@@ -67,6 +67,17 @@ rm -rf $RPM_BUILD_ROOT
6767
%defattr(-, root, root)
6868

6969
%changelog
70+
* Thu Dec 1 2022 Rob 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 2022 Rob 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 2022 Rob Sanders <rsanders@forcepointgov.com> 1.10.8
79+
- Doxygen headers for libli.c routines - code provided on github by mpzanoosi on 14May2021
80+
7081
* Wed Feb 24 2021 Rob Sanders <rsanders.forcepoint.com> 1.10.7
7182
- Fix bug were an extra newline was being inserted on every line
7283
when help was being requested for options and arguments
@@ -241,7 +252,7 @@ rm -rf $RPM_BUILD_ROOT
241252
- Disable TAB completion during username entry
242253

243254
* Fri May 2 2008 David 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
245256
- Add idle timeout support
246257

247258
* Thu Jul 5 2007 Brendan O'Dea <bod@optus.net> 1.9.1-1

0 commit comments

Comments
 (0)