Skip to content

Commit

Permalink
release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Jungel committed Apr 13, 2017
1 parent 291899f commit 03dcdef
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
Expand Up @@ -9,6 +9,14 @@ Legend:
Change log
==========

v0.11.1
[+] coxmatch: added outputter for ppp(oe) experimental oxmatches
[+] crofconn: hello timeout values decreased
[B] crofconn: call handle_closed in case echo_request_expired
[+] use of __FUNCTION__ instead of __PRETTY_FUNCTION__ is sufficient
[O] Documentation updated wrt. dependencies
[B] crofbase: prevent shadowing of cthread callbacks

v0.11.0
[B] made ofp_version atomic
[B] multiple thread related issues found with tsan
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
v0.11.0
v0.11.1
8 changes: 8 additions & 0 deletions tools/rpmbuild/SPECS/rofl-common.spec.in
Expand Up @@ -69,6 +69,14 @@ make install DESTDIR=$RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT

%changelog
* Thu Apr 13 2017 Tobias Jungel <tobias.jungel@bisdn.de> - v0.11.1
- [+] coxmatch: added outputter for ppp(oe) experimental oxmatches
- [+] crofconn: hello timeout values decreased
- [B] crofconn: call handle_closed in case echo_request_expired
- [+] use of __FUNCTION__ instead of __PRETTY_FUNCTION__ is sufficient
- [O] Documentation updated wrt. dependencies
- [B] crofbase: prevent shadowing of cthread callbacks

* Mon Mar 13 2017 Tobias Jungel <tobias.jungel@bisdn.de> - v0.11.0
- [B] made ofp_version atomic
- [B] multiple thread related issues found with tsan
Expand Down

0 comments on commit 03dcdef

Please sign in to comment.