Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging 1.10.8 #92

Merged
merged 21 commits into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
3ef8c51
adding doxygen documentations to all libcli.h header functions
May 15, 2021
0c5e943
fix libcli version definitions
belge-sel Sep 19, 2021
3f43846
Merge pull request #75 from belge-sel/stable
RobSanders Nov 16, 2022
88a6688
Merge pull request #74 from mpzanoosi/stable
RobSanders Nov 16, 2022
3379324
Buffer and print also what follows the last newline
JereLeppanen Apr 1, 2022
6925262
Fix issue where tab completion on 'OPTIONAL_FLAG' items only matched …
Nov 29, 2022
dcc69fd
Merge pull request #82 from dparrish/fix_optflag_tab_complete
RobSanders Nov 29, 2022
9a59da8
Return #defs for LIBCLI_VERISON_MINOR and REVISION pointing to correc…
Dec 1, 2022
05070e9
Merge pull request #79 from nokia/dev/fix-buffered-print
RobSanders Dec 1, 2022
2c4443f
Merge pull request #85 from dparrish/fix_versioning_backward_compatab…
RobSanders Dec 1, 2022
01235f3
Bump internal versioning to 1.10.8, update spec file changelog
Dec 1, 2022
e5d9868
Merge pull request #87 from dparrish/fix_versioning_and_specfile_for_…
RobSanders Dec 2, 2022
4686d15
Call regular callback regardless of client input
JereLeppanen Mar 31, 2022
41fbbb4
Bump libcli.spec file changelog comments
Dec 2, 2022
6194f26
Revert "Fix issue where tab completion on 'OPTIONAL_FLAG' items only …
Dec 7, 2022
48231a4
Revert fixes from PR82 for tab completion - needs more work
Dec 7, 2022
7d1802c
Merge pull request #88 from dparrish/fix_optional_flag_completion_issue
RobSanders Dec 7, 2022
c5f100b
Change cli_loop completor code to be case sensitive.
Dec 18, 2023
d134e7f
Merge pull request #91 from dparrish/case_sensitive_tab_completion
RobSanders Dec 28, 2023
01db2ef
Update spec file with resolution of issue #91
Dec 28, 2023
638a158
Replace strchrnul with possibly 2 calls to strchr (issue #78), update…
Dec 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PREFIX = /usr/local

MAJOR = 1
MINOR = 10
REVISION = 7
REVISION = 8
LIB = libcli.so
LIB_STATIC = libcli.a

Expand Down
Loading