Skip to content

Commit

Permalink
Version 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Jerram authored and Neil Jerram committed May 11, 2015
1 parent ab2fdec commit d268eb8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
11 changes: 11 additions & 0 deletions debian/changelog
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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '0.18'
version = '0.19'
# The full version, including alpha/beta/rc tags.
release = '0.18'
release = '0.19'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
10 changes: 9 additions & 1 deletion rpm/calico.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def filter_requirements(filters, file):

setuptools.setup(
name = "calico",
version = "0.18",
version = "0.19",
packages = setuptools.find_packages(),
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit d268eb8

Please sign in to comment.