diff --git a/cocaine-bf.spec b/cocaine-bf.spec index 276ffb40e..8122b1d0a 100644 --- a/cocaine-bf.spec +++ b/cocaine-bf.spec @@ -2,7 +2,7 @@ Summary: Cocaine - Core Libraries Name: libcocaine-core3 -Version: 0.12.0.8 +Version: 0.12.0.9 Release: 1%{?dist} @@ -125,6 +125,16 @@ rm -rf %{buildroot} %{_sysconfdir}/cocaine/cocaine-default.conf %changelog +* Wed Apr 22 2015 Andrey Sibiryov 0.12.0.9-1 +- Native external services support. Standalone native services can now + attach themselves to the Locators to be announced. +- 'Bootstrap is complete' core signal. Services can listen for this signal + to hook into bootstrapping process. +- Blackhole v0.5. +- Bugfix: wrong lock held for certain Locator operations. +- Bugfix: routing streams are now also closed on Locator shutdown. +- Some optimizations and cleanup. + * Fri Apr 17 2015 Evgeny Safronov 0.12.0.8-1 - Bugfix: fixed app vs. published services list inconsistency. diff --git a/debian/changelog b/debian/changelog index d6f5c3cf4..cbb732096 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +cocaine-core (0.12.0.9) unstable; urgency=low + + * Native external services support. Standalone native services can now + attach themselves to the Locators to be announced. + * 'Bootstrap is complete' core signal. Services can listen for this signal + to hook into bootstrapping process. + * Blackhole v0.5. + * Bugfix: wrong lock held for certain Locator operations. + * Bugfix: routing streams are now also closed on Locator shutdown. + * Some optimizations and cleanup. + + -- Andrey Sibiryov Wed, 22 Apr 2015 19:14:31 -0400 + cocaine-core (0.12.0.8) unstable; urgency=low * Bugfix: fixed app vs. published services list inconsistency.