diff --git a/.gitignore b/.gitignore index 92d1a9c..795d9d8 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /subscription-manager-1.8.0.tar.gz /subscription-manager-1.8.1.tar.gz /subscription-manager-1.8.2.tar.gz +/subscription-manager-1.8.3.tar.gz diff --git a/sources b/sources index 59f3d29..0c1ba2f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a50421f74c03bd755f589f442161468 subscription-manager-1.8.2.tar.gz +1ce9d4438687384ad121921cf5330b97 subscription-manager-1.8.3.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index 3a1e9b9..6151af2 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -7,7 +7,7 @@ %endif Name: subscription-manager -Version: 1.8.2 +Version: 1.8.3 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base @@ -350,6 +350,21 @@ fi %endif %changelog +* Thu Feb 14 2013 Devan Goodwin 1.8.3-1 +- string and string catalog update from zanata (alikins@redhat.com) +- 908954: Ensure that 'Not Set' is shown in the preferences dialog if it is not + set (bkearney@redhat.com) +- 906214: rct --help should return 0. (bkearney@redhat.com) +- 909294: Add accessibility names to the preferences combo boxes + (bkearney@redhat.com) +- 878097: Clarify that the --org option is ORG_KEY and not ORG_NAME + (bkearney@redhat.com) +- Just use 0 as error for reading int keys (alikins@redhat.com) +- Old version of config entries considered to make changes backwards compatible + (wpoteat@redhat.com) +- 882459: aftermath of bug 876753 - Change --heal-interval to --attach-interval + in rhsmcertd (wpoteat@redhat.com) + * Fri Feb 08 2013 Bryan Kearney 1.8.2-1 - Update tito for RHEL 7.0 (bkearney@redhat.com) - Small cleanups for test_migrate (alikins@redhat.com)