1.14 release
- teamd: lw_arp_ping: make buf static and avoid returning local pointer
This commit is contained in:
parent
7d56193724
commit
98aa8a471c
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@
|
||||
/libteam-1.11.tar.gz
|
||||
/libteam-1.12.tar.gz
|
||||
/libteam-1.13.tar.gz
|
||||
/libteam-1.14.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: libteam
|
||||
Version: 1.13
|
||||
Version: 1.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for controlling team network device
|
||||
Group: System Environment/Libraries
|
||||
@ -148,6 +148,10 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 05 2014 Jiri Pirko <jpirko@redhat.com> - 1.14-1
|
||||
- 1.14 release
|
||||
- teamd: lw_arp_ping: make buf static and avoid returning local pointer
|
||||
|
||||
* Wed Nov 05 2014 Jiri Pirko <jpirko@redhat.com> - 1.13-1
|
||||
- 1.13 release
|
||||
- teamd: fix coding style a bit after previous commit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user