diff --git a/.gitignore b/.gitignore index 2e4b315..85f803f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /gofer-2.5.1.tar.gz /gofer-2.7.1.tar.gz /gofer-2.7.3.tar.gz +/gofer-2.7.4.tar.gz diff --git a/gofer.spec b/gofer.spec index 2048c9a..8f7ea72 100644 --- a/gofer.spec +++ b/gofer.spec @@ -6,8 +6,8 @@ %endif Name: gofer -Version: 2.7.3 -Release: 2%{?dist} +Version: 2.7.4 +Release: 1%{?dist} Summary: A lightweight, extensible python agent Group: Development/Languages License: LGPLv2 @@ -202,7 +202,7 @@ Summary: Gofer Qpid proton messaging adapter python package Group: Development/Languages BuildRequires: python Requires: python-%{name} = %{version} -Requires: python-qpid-proton >= 0.9-5 +Requires: python-qpid-proton >= 0.9-13 %description -n python-%{name}-proton Provides the gofer qpid proton messaging adapter package. @@ -233,9 +233,11 @@ Provides the gofer amqp messaging adapter package. %changelog -* Wed Feb 03 2016 Fedora Release Engineering - 2.7.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - +* Fri Feb 05 2016 Jeff Ortel 2.7.4-1 +- Require proton 0.9-13. (jortel@redhat.com) +- Support latency plugin descriptor property. (jortel@redhat.com) +- Fix memory leak in Pending.journal. (jortel@redhat.com) +- Connections closed after each request. (jortel@redhat.com) * Tue Jan 26 2016 Jeff Ortel 2.7.3-1 - Thread resources such as connections released between RMI requests. (jortel@redhat.com) diff --git a/sources b/sources index 95a00ee..3409a8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -537000ec1e10be51ae983d2d6d428602 gofer-2.7.3.tar.gz +153821f6e0b58344baa0e5a9bb858819 gofer-2.7.4.tar.gz