We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47cd649 commit 399d055Copy full SHA for 399d055
1 file changed
libcli.spec
@@ -1,7 +1,7 @@
1
Version: 1.10.0
2
Summary: Cisco-like telnet command-line library
3
Name: libcli
4
-Release: 1
+Release: 2
5
License: LGPL
6
Group: Library/Communication
7
Source: %{name}-%{version}.tar.gz
@@ -67,6 +67,11 @@ rm -rf $RPM_BUILD_ROOT
67
%defattr(-, root, root)
68
69
%changelog
70
+* Tue Jul 23 2019 Rob Sanders <rsanders@forcepoint.com> 1.10.0-2
71
+- Fix spec file and rpm build issues
72
+- Fix 2 memory leaks (tab completion and help formatting)
73
+- Expose cli_set_optarg_value() for external use
74
+
75
* Tue Jul 16 2019 Rob Sanders <rsanders@forcepoint.com> 1.10.0-1
76
- Add support for named arguments, optional flags, and optional arguments
77
- Support help and tab complete for options/arguments
0 commit comments