diff --git a/.gitignore b/.gitignore index 3ab0f2f..5016573 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /python-rhsm-1.0.7.tar.gz /python-rhsm-1.1.1.tar.gz /python-rhsm-1.1.3.tar.gz +/python-rhsm-1.1.4.tar.gz diff --git a/python-rhsm.spec b/python-rhsm.spec index 1e0fff3..85d5371 100644 --- a/python-rhsm.spec +++ b/python-rhsm.spec @@ -5,7 +5,7 @@ Name: python-rhsm -Version: 1.1.3 +Version: 1.1.4 Release: 1%{?dist} Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform @@ -63,6 +63,12 @@ rm -rf %{buildroot} %attr(640,root,root) %{_sysconfdir}/rhsm/ca/*.pem %changelog +* Thu Nov 01 2012 Adrian Likins 1.1.4-1 +- fixing a bug where certificates with carriage returns could not be parsed. + (mhrivnak@redhat.com) +- 790481: Send up headers with the subscription-manager and python-rhsm version + info. (bkearney@redhat.com) + * Wed Oct 10 2012 Adrian Likins 1.1.3-1 - 863961: add test case for id cert default version (alikins@redhat.com) - 857426: Do not pass None when body is empty collection (mstead@redhat.com) diff --git a/sources b/sources index 0db17bc..17af3b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -89543c4c934a75b3362fcc14ab6fa336 python-rhsm-1.1.3.tar.gz +07607a5feb3e498ebda3a8065a737593 python-rhsm-1.1.4.tar.gz