Update subscription-manager to 1.17.6-1

Resolves: #1268094 - Avoid traceback on unreg with >1 sub (alikins@redhat.com)
Resolves: #1329397 -  github issue #1409 (stas-fomin@yandex.ru)
Resolves: #1301215 - Test proxy connection before making call 1176219: Stop before cache
Resolves: #1315591 - Catches exception and allows process to continue
Resolves: #1320507 - Use config entry before default for port and prefix
Resolves: #1317613 - Typo in selectsla.ui (wpoteat@redhat.com)
Resolves: #1321831 - Clear auto-attach dialog when consumer has been deleted
This commit is contained in:
Alex Wood 2016-05-16 14:40:59 -04:00
parent 66b5bcc7a4
commit 86f240bffe
3 changed files with 19 additions and 2 deletions

1
.gitignore vendored
View File

@ -64,3 +64,4 @@
/subscription-manager-1.17.2.tar.gz
/subscription-manager-1.17.3.tar.gz
/subscription-manager-1.17.4.tar.gz
/subscription-manager-1.17.6.tar.gz

View File

@ -1 +1 @@
e6b55ecb100a73428d8819e8e1c86b38 subscription-manager-1.17.4.tar.gz
8cbda9472c083ddc34fdc7ed42d4c23d subscription-manager-1.17.6.tar.gz

View File

@ -61,7 +61,7 @@
%endif
Name: subscription-manager
Version: 1.17.4
Version: 1.17.6
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
Group: System Environment/Base
@ -577,6 +577,22 @@ fi
%endif
%changelog
* Mon May 09 2016 Vritant Jain <vrjain@redhat.com> 1.17.6-1
- 1268094: Avoid traceback on unreg with >1 sub (alikins@redhat.com)
- 1329397: github issue #1409 (stas-fomin@yandex.ru)
- 1301215: Test proxy connection before making call 1176219: Stop before cache
is returned when using bad proxy options (wpoteat@redhat.com)
- 1315591: Catches exception and allows process to continue
(wpoteat@redhat.com)
* Fri Apr 22 2016 Vritant Jain <vrjain@redhat.com> 1.17.5-1
- Added RHEL 7.3 release target (vrjain@redhat.com)
- 1320507: Use config entry before default for port and prefix
(wpoteat@redhat.com)
- 1317613: Typo in selectsla.ui (wpoteat@redhat.com)
- 1321831: Clear auto-attach dialog when consumer has been deleted
(wpoteat@redhat.com)
* Thu Mar 31 2016 Alex Wood <awood@redhat.com> 1.17.4-1
- 1315859: Only show one proxy dialog (csnyder@redhat.com)
- 1309553: Stylish fixes for consumer fixes (csnyder@redhat.com)