-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Neil Jerram
authored and
Neil Jerram
committed
May 11, 2015
1 parent
ab2fdec
commit d268eb8
Showing
4 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
calico (0.19) trusty; urgency=medium | ||
|
||
* Further fixes and improvements to Calico components | ||
- Add script that automates the merging required for a Debian/Ubuntu package | ||
- Actually save off the endpoints in the endpoint index. | ||
- Fix reference leak in felix caused by reference cycle. | ||
- Core review markups and cleanups to ref-tracking code. | ||
- Add FV-level test that genuinely leaks an exception. | ||
|
||
-- Neil Jerram <[email protected]> Mon, 11 May 2015 12:32:26 +0100 | ||
|
||
calico (0.18) trusty; urgency=medium | ||
|
||
* Further fixes and improvements to Calico components | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Name: calico | ||
Summary: Project Calico virtual networking for cloud data centers | ||
Version: 0.18 | ||
Version: 0.19 | ||
Release: 1%{?dist} | ||
License: Apache-2 | ||
URL: http://projectcalico.org | ||
|
@@ -204,6 +204,14 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Mon May 11 2015 Neil Jerram <[email protected]> 0.19 | ||
- Further fixes and improvements to Calico components | ||
- Add script that automates the merging required for a Debian/Ubuntu package | ||
- Actually save off the endpoints in the endpoint index. | ||
- Fix reference leak in felix caused by reference cycle. | ||
- Core review markups and cleanups to ref-tracking code. | ||
- Add FV-level test that genuinely leaks an exception. | ||
|
||
* Tue May 05 2015 Neil Jerram <[email protected]> 0.18 | ||
- Further fixes and improvements to Calico components | ||
- Note that RHEL 6.5 instructions are not yet complete | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters