Blame SPECS/subscription-manager.spec

c9b59e
# Prefer systemd over sysv on Fedora 17+ and RHEL 7+
2d607d
%global use_systemd (0%{?fedora} && 0%{?fedora} >= 17) || (0%{?rhel} && 0%{?rhel} >= 7)
2d607d
%global use_dateutil (0%{?fedora} && 0%{?fedora} >= 17) || (0%{?rhel} && 0%{?rhel} >= 6)
2d607d
%global use_old_firstboot (0%{?rhel} && 0%{?rhel} <= 6)
2d607d
%global rhsm_plugins_dir  /usr/share/rhsm-plugins
c9b59e
c9b59e
2d607d
%global _hardened_build 1
c9b59e
c9b59e
# A couple files are for RHEL 5 only:
c9b59e
%if 0%{?rhel} == 5
2d607d
%global el5 1
c9b59e
%endif
c9b59e
c9b59e
Name: subscription-manager
2d607d
Version: 1.10.14
81c89e
Release: 9%{?dist}
c9b59e
Summary: Tools and libraries for subscription and repository management
c9b59e
Group:   System Environment/Base
c9b59e
License: GPLv2
c9b59e
c9b59e
# How to create the source tarball:
c9b59e
#
c9b59e
# git clone git://git.fedorahosted.org/git/subscription-manager.git/
c9b59e
# yum install tito
c9b59e
# tito build --tag subscription-manager-$VERSION-$RELEASE --tgz
c9b59e
Source0: %{name}-%{version}.tar.gz
2d607d
Patch0: subscription-manager-1.10.14-1-to-subscription-manager-1.10.14-2.patch
2d607d
Patch1: subscription-manager-1.10.14-2-to-subscription-manager-1.10.14-3.patch
2d607d
Patch2: subscription-manager-1.10.14-3-to-subscription-manager-1.10.14-4.patch
2d607d
Patch3: subscription-manager-1.10.14-4-to-subscription-manager-1.10.14-5.patch
2d607d
Patch4: subscription-manager-1.10.14-5-to-subscription-manager-1.10.14-6.patch
2d607d
Patch5: subscription-manager-1.10.14-6-to-subscription-manager-1.10.14-7.patch
81c89e
Patch6: subscription-manager-1.10.14-7-to-subscription-manager-1.10.14-8.patch
81c89e
Patch7: subscription-manager-1.10.14-8-to-subscription-manager-1.10.14-9.patch
c9b59e
URL:     https://fedorahosted.org/subscription-manager/
c9b59e
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
c9b59e
c9b59e
Requires:  python-ethtool
c9b59e
Requires:  python-iniparse
c9b59e
Requires:  pygobject2
c9b59e
Requires:  virt-what
2d607d
Requires:  python-rhsm >= 1.10.12-2
c9b59e
Requires:  dbus-python
c9b59e
Requires:  yum >= 3.2.19-15
c9b59e
Requires:  usermode
c9b59e
# dateutil is better than our version
c9b59e
# built using PyXML utils, but PyXML is
c9b59e
# deprecated for f17+, and dateutil doesn't
c9b59e
# exist on rhel5
c9b59e
%if %use_dateutil
c9b59e
# we are building for fedora >= 12 or rhel >= 6
c9b59e
Requires: python-dateutil
c9b59e
%else
c9b59e
Requires: PyXML
c9b59e
%endif
c9b59e
c9b59e
# There's no dmi to read on these arches, so don't pull in this dep.
c9b59e
%ifnarch ppc ppc64 s390 s390x
c9b59e
Requires:  python-dmidecode
c9b59e
%endif
c9b59e
2d607d
%if %use_systemd
2d607d
Requires(post): systemd
2d607d
Requires(preun): systemd
2d607d
Requires(postun): systemd
2d607d
%else
c9b59e
Requires(post): chkconfig
c9b59e
Requires(preun): chkconfig
c9b59e
Requires(preun): initscripts
c9b59e
%endif
c9b59e
c9b59e
BuildRequires: python-devel
c9b59e
BuildRequires: gettext
c9b59e
BuildRequires: intltool
c9b59e
BuildRequires: libnotify-devel
c9b59e
BuildRequires: gtk2-devel
c9b59e
BuildRequires: desktop-file-utils
c9b59e
BuildRequires: redhat-lsb
c9b59e
BuildRequires: scrollkeeper
c9b59e
BuildRequires: GConf2-devel
2d607d
%if %use_systemd
2d607d
# We need the systemd RPM macros
2d607d
BuildRequires: systemd
2d607d
%endif
c9b59e
c9b59e
c9b59e
%description
c9b59e
The Subscription Manager package provides programs and libraries to allow users
c9b59e
to manage subscriptions and yum repositories from the Red Hat entitlement
c9b59e
platform.
c9b59e
c9b59e
c9b59e
%package -n subscription-manager-gui
c9b59e
Summary: A GUI interface to manage Red Hat product subscriptions
c9b59e
Group: System Environment/Base
c9b59e
Requires: %{name} = %{version}-%{release}
c9b59e
Requires: pygtk2 pygtk2-libglade gnome-python2 gnome-python2-canvas
c9b59e
Requires: usermode-gtk
c9b59e
Requires: dbus-x11
2d607d
Requires: gnome-icon-theme
c9b59e
Requires(post): scrollkeeper
c9b59e
Requires(postun): scrollkeeper
c9b59e
c9b59e
# Renamed from -gnome, so obsolete it properly
c9b59e
Obsoletes: %{name}-gnome < 1.0.3-1
c9b59e
Provides: %{name}-gnome = %{version}-%{release}
c9b59e
c9b59e
# Fedora can figure this out automatically, but RHEL cannot:
c9b59e
# See #987071
c9b59e
Requires: librsvg2%{?_isa}
c9b59e
c9b59e
%description -n subscription-manager-gui
c9b59e
This package contains a GTK+ graphical interface for configuring and
c9b59e
registering a system with a Red Hat Entitlement platform and manage
c9b59e
subscriptions.
c9b59e
c9b59e
%package -n subscription-manager-firstboot
c9b59e
Summary: Firstboot screens for subscription manager
c9b59e
Group: System Environment/Base
c9b59e
Requires: %{name}-gui = %{version}-%{release}
c9b59e
c9b59e
# Required for firstboot before RHEL 7:
c9b59e
%if %use_old_firstboot
c9b59e
Requires: rhn-setup-gnome
c9b59e
%endif
c9b59e
c9b59e
# Fedora can figure this out automatically, but RHEL cannot:
c9b59e
Requires: librsvg2
c9b59e
c9b59e
c9b59e
%description -n subscription-manager-firstboot
c9b59e
This package contains the firstboot screens for subscription manager.
c9b59e
c9b59e
%package -n subscription-manager-migration
c9b59e
Summary: Migration scripts for moving to certificate based subscriptions
c9b59e
Group: System Environment/Base
c9b59e
Requires: %{name} = %{version}-%{release}
c9b59e
Requires: rhnlib
c9b59e
2d607d
# Since the migration data package is not in Fedora, we can only require it
2d607d
# on RHEL.
2d607d
%if 0%{?rhel}
2d607d
Requires: subscription-manager-migration-data
2d607d
%endif
2d607d
c9b59e
%description -n subscription-manager-migration
c9b59e
This package contains scripts that aid in moving to certificate based
c9b59e
subscriptions
c9b59e
c9b59e
%prep
c9b59e
%setup -q
2d607d
%patch0 -p1
2d607d
%patch1 -p1
2d607d
%patch2 -p1
2d607d
%patch3 -p1
2d607d
%patch4 -p1
2d607d
%patch5 -p1
81c89e
%patch6 -p1
81c89e
%patch7 -p1
c9b59e
c9b59e
%build
2d607d
make -f Makefile CFLAGS="%{optflags}"
c9b59e
c9b59e
%install
c9b59e
rm -rf %{buildroot}
c9b59e
make -f Makefile install VERSION=%{version}-%{release} PREFIX=%{buildroot} MANPATH=%{_mandir}
c9b59e
c9b59e
desktop-file-validate \
c9b59e
        %{buildroot}/etc/xdg/autostart/rhsm-icon.desktop
c9b59e
c9b59e
desktop-file-validate \
c9b59e
        %{buildroot}/usr/share/applications/subscription-manager-gui.desktop
c9b59e
%find_lang rhsm
c9b59e
c9b59e
# fix timestamps on our byte compiled files so them match across arches
c9b59e
find %{buildroot} -name \*.py -exec touch -r %{SOURCE0} '{}' \;
c9b59e
c9b59e
# fake out the redhat.repo file
c9b59e
mkdir %{buildroot}%{_sysconfdir}/yum.repos.d
c9b59e
touch %{buildroot}%{_sysconfdir}/yum.repos.d/redhat.repo
c9b59e
2d607d
# fake out the certificate directories
2d607d
mkdir -p %{buildroot}%{_sysconfdir}/pki/consumer
2d607d
mkdir -p %{buildroot}%{_sysconfdir}/pki/entitlement
2d607d
c9b59e
%post -n subscription-manager-gui
c9b59e
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
c9b59e
scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
c9b59e
c9b59e
%postun -n subscription-manager-gui
c9b59e
if [ $1 -eq 0 ] ; then
c9b59e
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
c9b59e
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
c9b59e
    scrollkeeper-update -q || :
c9b59e
fi
c9b59e
c9b59e
%posttrans -n subscription-manager-gui
c9b59e
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
c9b59e
c9b59e
%clean
c9b59e
rm -rf %{buildroot}
c9b59e
c9b59e
%files -f rhsm.lang
c9b59e
%defattr(-,root,root,-)
c9b59e
c9b59e
%attr(755,root,root) %dir %{_var}/log/rhsm
2d607d
%attr(755,root,root) %dir %{_var}/spool/rhsm/debug
c9b59e
%attr(755,root,root) %dir %{_sysconfdir}/rhsm
c9b59e
%attr(755,root,root) %dir %{_sysconfdir}/rhsm/facts
2d607d
%attr(755,root,root) %dir %{_sysconfdir}/pki/consumer
2d607d
%attr(755,root,root) %dir %{_sysconfdir}/pki/entitlement
c9b59e
c9b59e
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/rhsm/rhsm.conf
c9b59e
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/com.redhat.SubscriptionManager.conf
c9b59e
c9b59e
#remove the repo file when we are deleted
c9b59e
%ghost %{_sysconfdir}/yum.repos.d/redhat.repo
c9b59e
c9b59e
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/yum/pluginconf.d/subscription-manager.conf
c9b59e
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/yum/pluginconf.d/product-id.conf
c9b59e
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/logrotate.d/subscription-manager
c9b59e
%{_sysconfdir}/bash_completion.d/subscription-manager
c9b59e
%{_sysconfdir}/bash_completion.d/rct
2d607d
%{_sysconfdir}/bash_completion.d/rhsm-debug
c9b59e
%{_sysconfdir}/bash_completion.d/rhn-migrate-classic-to-rhsm
c9b59e
%{_sysconfdir}/bash_completion.d/rhsm-icon
c9b59e
%{_sysconfdir}/bash_completion.d/rhsmcertd
c9b59e
c9b59e
%attr(700,root,root) %{_sysconfdir}/cron.daily/rhsmd
c9b59e
%{_datadir}/dbus-1/system-services/com.redhat.SubscriptionManager.service
c9b59e
c9b59e
%dir %{_datadir}/rhsm
c9b59e
%dir %{_datadir}/rhsm/subscription_manager
c9b59e
c9b59e
%{_datadir}/rhsm/subscription_manager/async.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/base_plugin.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/branding
c9b59e
%{_datadir}/rhsm/subscription_manager/cache.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/certdirectory.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/certlib.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/certmgr.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/cert_sorter.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/cli.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/dbus_interface.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/dmiinfo.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/entbranding.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/factlib.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/facts.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/hwprobe.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/isodate.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/i18n_optparse.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/i18n.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/identity.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/injection.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/injectioninit.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/__init__.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/jsonwrapper.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/listing.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/lock.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/logutil.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/managercli.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/managerlib.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/plugins.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/productid.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/release.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/repolib.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/rhelentbranding.py*
2d607d
%{_datadir}/rhsm/subscription_manager/rhelproduct.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/utils.py*
2d607d
%{_datadir}/rhsm/subscription_manager/printing_utils.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/validity.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/reasons.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/cp_provider.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/file_monitor.py*
2d607d
%{_datadir}/rhsm/subscription_manager/overrides.py*
2d607d
%{_datadir}/rhsm/subscription_manager/exceptions.py*
c9b59e
c9b59e
# subscription-manager plugins
c9b59e
%dir %{rhsm_plugins_dir}
c9b59e
%dir %{_sysconfdir}/rhsm/pluginconf.d
c9b59e
# add default plugins here when we have some
c9b59e
c9b59e
# yum plugins
c9b59e
# Using _prefix + lib here instead of libdir as that evaluates to /usr/lib64 on x86_64,
c9b59e
# but yum plugins seem to normally be sent to /usr/lib/:
c9b59e
%{_prefix}/lib/yum-plugins/subscription-manager.py*
c9b59e
%{_prefix}/lib/yum-plugins/product-id.py*
c9b59e
c9b59e
c9b59e
%attr(755,root,root) %{_sbindir}/subscription-manager
c9b59e
%attr(755,root,root) %{_bindir}/subscription-manager
c9b59e
%attr(755,root,root) %{_bindir}/rhsmcertd
c9b59e
%attr(755,root,root) %{_libexecdir}/rhsmcertd-worker
c9b59e
%attr(755,root,root) %{_libexecdir}/rhsmd
c9b59e
%attr(755,root,root) %dir %{_var}/run/rhsm
c9b59e
%attr(755,root,root) %dir %{_var}/lib/rhsm
c9b59e
%attr(755,root,root) %dir %{_var}/lib/rhsm/facts
c9b59e
%attr(755,root,root) %dir %{_var}/lib/rhsm/packages
c9b59e
%attr(755,root,root) %dir %{_var}/lib/rhsm/cache
c9b59e
%{_sysconfdir}/pam.d/subscription-manager
c9b59e
%{_sysconfdir}/security/console.apps/subscription-manager
c9b59e
c9b59e
%if %use_systemd
c9b59e
    %attr(644,root,root) %{_unitdir}/rhsmcertd.service
2d607d
    %attr(644,root,root) %{_tmpfilesdir}/%{name}.conf
c9b59e
%else
c9b59e
    %attr(755,root,root) %{_initrddir}/rhsmcertd
c9b59e
%endif
c9b59e
c9b59e
# Incude rt CLI tool
c9b59e
%dir %{_datadir}/rhsm/rct
c9b59e
%{_datadir}/rhsm/rct/__init__.py*
c9b59e
%{_datadir}/rhsm/rct/cli.py*
c9b59e
%{_datadir}/rhsm/rct/*commands.py*
c9b59e
%{_datadir}/rhsm/rct/printing.py*
c9b59e
%attr(755,root,root) %{_bindir}/rct
c9b59e
2d607d
# Include consumer debug CLI tool
2d607d
%dir %{_datadir}/rhsm/rhsm_debug
2d607d
%{_datadir}/rhsm/rhsm_debug/__init__.py*
2d607d
%{_datadir}/rhsm/rhsm_debug/cli.py*
2d607d
%{_datadir}/rhsm/rhsm_debug/*commands.py*
2d607d
%attr(755,root,root) %{_bindir}/rhsm-debug
2d607d
c9b59e
%doc
c9b59e
%{_mandir}/man8/subscription-manager.8*
c9b59e
%{_mandir}/man8/rhsmcertd.8*
c9b59e
%{_mandir}/man8/rct.8*
2d607d
%{_mandir}/man8/rhsm-debug.8*
c9b59e
%doc LICENSE
c9b59e
c9b59e
c9b59e
%files -n subscription-manager-gui
c9b59e
%defattr(-,root,root,-)
c9b59e
%dir %{_datadir}/rhsm/subscription_manager/gui
c9b59e
%dir %{_datadir}/rhsm/subscription_manager/gui/data
c9b59e
%dir %{_datadir}/rhsm/subscription_manager/gui/data/icons
c9b59e
%{_datadir}/rhsm/subscription_manager/gui/*
c9b59e
%{_datadir}/rhsm/subscription_manager/gui/data/icons/*.svg
c9b59e
%{_datadir}/applications/subscription-manager-gui.desktop
c9b59e
%{_datadir}/icons/hicolor/16x16/apps/*.png
c9b59e
%{_datadir}/icons/hicolor/22x22/apps/*.png
c9b59e
%{_datadir}/icons/hicolor/24x24/apps/*.png
c9b59e
%{_datadir}/icons/hicolor/32x32/apps/*.png
c9b59e
%{_datadir}/icons/hicolor/48x48/apps/*.png
2d607d
%{_datadir}/icons/hicolor/96x96/apps/*.png
2d607d
%{_datadir}/icons/hicolor/256x256/apps/*.png
c9b59e
%{_datadir}/icons/hicolor/scalable/apps/*.svg
c9b59e
%attr(755,root,root) %{_sbindir}/subscription-manager-gui
c9b59e
%attr(755,root,root) %{_bindir}/subscription-manager-gui
c9b59e
c9b59e
%{_bindir}/rhsm-icon
c9b59e
%{_sysconfdir}/xdg/autostart/rhsm-icon.desktop
c9b59e
c9b59e
%{_sysconfdir}/pam.d/subscription-manager-gui
c9b59e
%{_sysconfdir}/security/console.apps/subscription-manager-gui
c9b59e
%{_sysconfdir}/bash_completion.d/subscription-manager-gui
c9b59e
c9b59e
%doc
c9b59e
%{_mandir}/man8/subscription-manager-gui.8*
c9b59e
%{_mandir}/man8/rhsm-icon.8*
c9b59e
%{_datadir}/omf/subscription-manager
c9b59e
%attr(644,root,root) %{_datadir}/omf/subscription-manager/*.omf
c9b59e
%{_datadir}/gnome/help/subscription-manager
c9b59e
%attr(644,root,root) %{_datadir}/gnome/help/subscription-manager/C/*
c9b59e
%attr(755,root,root) %{_datadir}/gnome/help/subscription-manager/C/figures
c9b59e
%doc LICENSE
c9b59e
c9b59e
%files -n subscription-manager-firstboot
c9b59e
%defattr(-,root,root,-)
c9b59e
# RHEL 6 needs a different location for firstboot modules:
c9b59e
%if %use_old_firstboot
c9b59e
%{_datadir}/rhn/up2date_client/firstboot/rhsm_login.py*
c9b59e
%else
c9b59e
%{_datadir}/firstboot/modules/rhsm_login.py*
c9b59e
%endif
c9b59e
c9b59e
c9b59e
%files -n subscription-manager-migration
c9b59e
%defattr(-,root,root,-)
c9b59e
%dir %{_datadir}/rhsm/subscription_manager/migrate
c9b59e
%{_datadir}/rhsm/subscription_manager/migrate/__init__.py*
c9b59e
%{_datadir}/rhsm/subscription_manager/migrate/migrate.py*
c9b59e
%attr(755,root,root) %{_sbindir}/rhn-migrate-classic-to-rhsm
c9b59e
# Install num migration is only for RHEL 5:
c9b59e
%{?el5:%attr(755,root,root) %{_sbindir}/install-num-migrate-to-rhsm}
c9b59e
c9b59e
%doc
c9b59e
%{_mandir}/man8/rhn-migrate-classic-to-rhsm.8*
c9b59e
# Install num migration is only for RHEL 5:
c9b59e
%{?el5:%{_mandir}/man8/install-num-migrate-to-rhsm.8*}
c9b59e
%doc LICENSE
c9b59e
#only install this file on Fedora
c9b59e
%if 0%{?fedora} > 14
c9b59e
%doc README.Fedora
c9b59e
%endif
c9b59e
c9b59e
%post
c9b59e
%if %use_systemd
c9b59e
    /bin/systemctl enable rhsmcertd.service >/dev/null 2>&1 || :
c9b59e
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
c9b59e
    /bin/systemctl try-restart rhsmcertd.service >/dev/null 2>&1 || :
c9b59e
%else
c9b59e
    chkconfig --add rhsmcertd
c9b59e
%endif
c9b59e
c9b59e
if [ -x /bin/dbus-send ] ; then
c9b59e
  dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig > /dev/null 2>&1 || :
c9b59e
fi
c9b59e
c9b59e
%if !%use_systemd
c9b59e
    if [ "$1" -eq "2" ] ; then
c9b59e
        /sbin/service rhsmcertd condrestart >/dev/null 2>&1 || :
c9b59e
    fi
c9b59e
%endif
c9b59e
c9b59e
%preun
c9b59e
if [ $1 -eq 0 ] ; then
c9b59e
    %if %use_systemd
2d607d
        %systemd_preun rhsmcertd.service
c9b59e
    %else
c9b59e
        /sbin/service rhsmcertd stop >/dev/null 2>&1
c9b59e
        /sbin/chkconfig --del rhsmcertd
c9b59e
    %endif
c9b59e
c9b59e
    if [ -x /bin/dbus-send ] ; then
c9b59e
        dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig > /dev/null 2>&1 || :
c9b59e
    fi
c9b59e
fi
c9b59e
c9b59e
%postun
c9b59e
%if %use_systemd
2d607d
    %systemd_postun_with_restart rhsmcertd.service
c9b59e
%endif
c9b59e
c9b59e
%changelog
81c89e
* Wed Jun 04 2014 ckozak <ckozak@redhat.com> 1.10.14-9
81c89e
- 1104777: Don't rewrite redhat.repo unless it has changed (ckozak@redhat.com)
81c89e
81c89e
* Tue May 27 2014 ckozak <ckozak@redhat.com> 1.10.14-8
81c89e
- 1098891: Update repos, persisting local settings when possible
81c89e
  (ckozak@redhat.com)
81c89e
2d607d
* Tue Mar 25 2014 ckozak <ckozak@redhat.com> 1.10.14-7
2d607d
- 1080531: Require newer python-rhsm to support branding (ckozak@redhat.com)
2d607d
2d607d
* Fri Mar 21 2014 ckozak <ckozak@redhat.com> 1.10.14-6
2d607d
- Use the new Product.brand_name for brand_name (alikins@redhat.com)
2d607d
2d607d
* Wed Mar 19 2014 ckozak <ckozak@redhat.com> 1.10.14-5
2d607d
- 1070908: Don't count cpus without topo for lpar (alikins@redhat.com)
2d607d
- 865702: Dont render exc messages with bogus markup (alikins@redhat.com)
2d607d
- 1074568: Use our translations in optparser (ckozak@redhat.com)
2d607d
- 1075167: Avoid using injected values in migrate-classic-to-rhsm
2d607d
  (ckozak@redhat.com)
2d607d
- 1020474: Strings are 100%% translated again. (alikins@redhat.com)
2d607d
2d607d
* Tue Mar 04 2014 ckozak <ckozak@redhat.com> 1.10.14-4
2d607d
- 1030378: Latest strings from zanata. (alikins@redhat.com)
2d607d
- 1070737: correct config section for ca_cert_dir (ckozak@redhat.com)
2d607d
- Use systemd RPM macros to make life easier. (awood@redhat.com)
2d607d
2d607d
* Wed Feb 26 2014 ckozak <ckozak@redhat.com> 1.10.14-3
2d607d
- 906567: Fix translations of "Red Hat" (alikins@redhat.com)
2d607d
- 1039914: rhsm-debug updates and fixes (alikins@redhat.com)
2d607d
- 1038242: add anaconda.pid check before chroot (alikins@redhat.com)
2d607d
- 1030378,1020474: Latest translations from zanata (alikins@redhat.com)
2d607d
- 1055664: rhsm-debug now follows more config paths (alikins@redhat.com)
2d607d
- 1021069: Add reference to network usage info. (alikins@redhat.com)
2d607d
- 1035115: Update product id certs (alikins@redhat.com)
2d607d
2d607d
* Tue Feb 18 2014 ckozak <ckozak@redhat.com> 1.10.14-2
2d607d
- updated tito.props to rev release (ckozak@redhat.com)
2d607d
- 958016: use rpm %%{optflags} and _hardended_build (alikins@redhat.com)
2d607d
- 851325: Tweak activation key checkbox to left (alikins@redhat.com)
2d607d
- 1044596: Don't match beta product tags for release (alikins@redhat.com)
2d607d
- 1060727: Changes to rhsm-debug for sos report (wpoteat@redhat.com)
2d607d
- removed other releasers (ckozak@redhat.com)
2d607d
2d607d
* Tue Feb 11 2014 ckozak <ckozak@redhat.com> 1.10.14-1
2d607d
- Use glob for finding entitlement certs to remove. (dgoodwin@redhat.com)
2d607d
- Make sure entitlement cert directory exists before we clean it out.
2d607d
  (dgoodwin@redhat.com)
2d607d
- safer default args in AsyncWidgetUpdater (ckozak@redhat.com)
2d607d
- use enumerate instead of confusing myself (ckozak@redhat.com)
2d607d
- Pull in latest strings from zanata (bkearney@redhat.com)
2d607d
- make sure entitlement has a pool before reading it (ckozak@redhat.com)
2d607d
- quickly load preferences (ckozak@redhat.com)
2d607d
- 1061937: preference changes occur in the background (ckozak@redhat.com)
2d607d
- use existing signals (ckozak@redhat.com)
2d607d
- simplify preferences window (ckozak@redhat.com)
2d607d
- Fix test failure if run on system that is registered. (dgoodwin@redhat.com)
2d607d
- 1061393: Don't allow subscription-manager string to be translated
2d607d
  (ckozak@redhat.com)
2d607d
- 1016427: On string was missed from the extraction (bkearney@redhat.com)
2d607d
- 1058495: productid yum errors on yum remove (alikins@redhat.com)
2d607d
- 1026501: Preserve PKI directories and have rpm own them.
2d607d
  (dgoodwin@redhat.com)
2d607d
- 1058374: Fix crash on exception in managergui._show_buttons
2d607d
  (ckozak@redhat.com)
2d607d
2d607d
* Mon Feb 03 2014 ckozak <ckozak@redhat.com> 1.10.13-1
2d607d
- 1060917: catch exception thrown in firstboot (ckozak@redhat.com)
2d607d
- Extract the latest strings (bkearney@redhat.com)
2d607d
- 995121: require gnome-icon-theme for calendar icon (alikins@redhat.com)
2d607d
2d607d
* Mon Feb 03 2014 ckozak <ckozak@redhat.com> 1.10.12-1
2d607d
- added testing for the pooltype cache (ckozak@redhat.com)
2d607d
- 961003: Stricter matches for rhel product tags (alikins@redhat.com)
2d607d
- 1059809: Cache pool types to avoid unnecessary api calls (ckozak@redhat.com)
2d607d
- 1059809 Improve attach and remove performance add progress bar
2d607d
  (ckozak@redhat.com)
2d607d
- 908869: Fix the mis-transated options in pt-BR (bkearney@redhat.com)
2d607d
- 1044596: handle http,socket,ssl fetching release (alikins@redhat.com)
2d607d
- dont always print exception message (ckozak@redhat.com)
2d607d
- 1044596: Make release listing handle empty data (alikins@redhat.com)
2d607d
- 1020423: update help messages (jesusr@redhat.com)
2d607d
- Fix incorrect patching. (awood@redhat.com)
2d607d
- Mock ProductDatabase so tests can run without a productid.js file
2d607d
  (awood@redhat.com)
2d607d
- 825388: Properly wrap text when reaching dialog limit (mstead@redhat.com)
2d607d
- 1021443: display Consumer deleted message (jesusr@redhat.com)
2d607d
- Altering titles per mreid conversation. (wpoteat@redhat.com)
2d607d
- 1039736: Fix missed reference to CloudForms in tooltip. (dgoodwin@redhat.com)
2d607d
- Fix ta_IN translation problem. (dgoodwin@redhat.com)
2d607d
- Lock timezone to EST5EDT in timezone tests. (awood@redhat.com)
2d607d
- 1005329: add at-spi locator to the SLA selection table (ckozak@redhat.com)
2d607d
- 1039914: Update the rhsm-debug man page (bkearney@redhat.com)
2d607d
- 874169: Fix label alignment in progress UI (mstead@redhat.com)
2d607d
- 1020361: Replace the use of the term Valid with Current in the status command
2d607d
  (bkearney@redhat.com)
2d607d
- 1028596: Add the repo-override command to the subscription-manager man page
2d607d
  (bkearney@redhat.com)
2d607d
- 1020522: Update the man page for subscription-manager with new list options
2d607d
  (bkearney@redhat.com)
2d607d
- Pull in the latest strings from zanata. (bkearney@redhat.com)
2d607d
- 1057719: adding a small section on deprecated commands (dlackey@redhat.com)
2d607d
- 1017354: remove msg printed to stderr via yum (alikins@redhat.com)
2d607d
- 857147: Auto-subscribe window has a confusing name (wpoteat@redhat.com)
2d607d
- Use dateutil.tz instead of pytz. (awood@redhat.com)
2d607d
- 883486: The local time's start/end dates rendered in the list
2d607d
  --available/--consumed incorrect (wpoteat@redhat.com)
2d607d
- 1049037: Add conditional requires on migration data package.
2d607d
  (awood@redhat.com)
2d607d
- 973938: correctly handle SIGPIPE in rct (ckozak@redhat.com)
2d607d
- 878089: Add line wrapping when listing subscription-manager modules
2d607d
  (ckozak@redhat.com)
2d607d
- 1017354: Ensure all message go to stdout, not stderr (bkearney@redhat.com)
2d607d
- 851325: Anchor choose server "default" button beside the text box.
2d607d
  (dgoodwin@redhat.com)
2d607d
- 1039739: Add 96x96 and 256x256 icons (bkearney@redhat.com)
2d607d
- 873967: Move choose server tooltips closer to the elements they assist with.
2d607d
  (dgoodwin@redhat.com)
2d607d
- 1044686: Make serverurl parse error detailed again (alikins@redhat.com)
2d607d
2d607d
* Wed Jan 22 2014 ckozak <ckozak@redhat.com> 1.10.11-1
2d607d
- 1018807: Ensure virt facts are a single line (bkearney@redhat.com)
2d607d
- 1007580: Print blank spaces if there is no contract number on the list
2d607d
  command (bkearney@redhat.com)
2d607d
- Fedora 18 is at end of life. (awood@redhat.com)
2d607d
- Updated translations. (dgoodwin@redhat.com)
2d607d
- 104338: add default dest dir to rhsm-debug help (alikins@redhat.com)
2d607d
- 1042897: add proxy info to rhsm-debug completion (alikins@redhat.com)
2d607d
- 914833: rct cat-cert output reports an Order: Subscription: field.
2d607d
  (wpoteat@redhat.com)
2d607d
- 1052297: delay import of site module (ckozak@redhat.com)
2d607d
- set default encoding to utf-8 in rhsm-debug and migrate scripts
2d607d
  (ckozak@redhat.com)
2d607d
- 1048325: Set default encoding to utf-8 when running the rct script
2d607d
  (ckozak@redhat.com)
2d607d
- 1050850: re-evaluate system facts when checking for updates
2d607d
  (ckozak@redhat.com)
2d607d
- Some refactoring of rhsm-debug (alikins@redhat.com)
2d607d
- Additional improvements to rhsm-debug (wpoteat@redhat.com)
2d607d
2d607d
* Mon Jan 06 2014 ckozak <ckozak@redhat.com> 1.10.10-1
2d607d
- 1039736: Modify the remote server string to reference Satellite instead of
2d607d
  CloudForms (bkearney@redhat.com)
2d607d
- 916666: Change method of service detection (wpoteat@redhat.com)
2d607d
- Correct at-spi name for subscription type text (ckozak@redhat.com)
2d607d
2d607d
* Tue Dec 17 2013 ckozak <ckozak@redhat.com> 1.10.9-1
2d607d
- Check for RHSM_DISPLAY before loading any modules. (alikins@redhat.com)
2d607d
- 1034429: Fix stacktrace in logs on unregister. (dgoodwin@redhat.com)
2d607d
- add ServerUrlParseException strings to mapper (jesusr@redhat.com)
2d607d
- 1040167: Update installed products properly (ckozak@redhat.com)
2d607d
- Added atspi locator for overall status (ckozak@redhat.com)
2d607d
- ExceptionMapper will now traverse object graph looking for message
2d607d
  (mstead@redhat.com)
2d607d
- Convert tests on stderr to use Capture context manager. (awood@redhat.com)
2d607d
- Have Capture grab both stdout and stderr. (awood@redhat.com)
2d607d
- Updated for readability (ckozak@redhat.com)
2d607d
- replace file monitors with a single monitor (ckozak@redhat.com)
2d607d
- Rename capture context manager and use new-style classes. (awood@redhat.com)
2d607d
- Correct Makefile for RHEL 5. (awood@redhat.com)
2d607d
- 1030604: print to stdout instead of stderr for consistency
2d607d
  (mstead@redhat.com)
2d607d
- display pool type in cli and gui (ckozak@redhat.com)
2d607d
- 1031008: Properly handle exceptions when checking compliance
2d607d
  (mstead@redhat.com)
2d607d
- Change the capture() context manager to tee output. (awood@redhat.com)
2d607d
- Remove mock stdout. Nosetest captures stdout by default. (awood@redhat.com)
2d607d
- respect http(s)_proxy env variable for proxy information (jesusr@redhat.com)
2d607d
- Created ExceptionMapper to allow sharing exception messages
2d607d
  (mstead@redhat.com)
2d607d
2d607d
* Fri Dec 06 2013 ckozak <ckozak@redhat.com> 1.10.8-1
2d607d
- 1030604: Handle 400 code for add override (mstead@redhat.com)
2d607d
- Use backed to ensure a refreshed Overrides object (mstead@redhat.com)
2d607d
- 1034574: Alternate message based on why no repos exist in GUI
2d607d
  (mstead@redhat.com)
2d607d
- 1034396: No longer require entitlements to run repo-override command
2d607d
  (mstead@redhat.com)
2d607d
- 1033741: Refresh Overrides CP connection when dialog is shown
2d607d
  (mstead@redhat.com)
2d607d
- 1033690: Updated repo-overrides not supported message (mstead@redhat.com)
2d607d
- 1034649: Only allow repolib to update override cache if supported by the
2d607d
  server (mstead@redhat.com)
2d607d
- 1032673: Warn on add override if repo doesn't exist (mstead@redhat.com)
2d607d
- 1030996: Fixed usage text for repo-override add/remove options
2d607d
  (mstead@redhat.com)
2d607d
- 1032243: Updated the redhat.repo warning (mstead@redhat.com)
2d607d
- Use local ent certs to list attached pools (ckozak@redhat.com)
2d607d
- 1021013: Change wording on firstboot address screen (alikins@redhat.com)
2d607d
- 1020539: Show proxy info if no RHN in firstboot (alikins@redhat.com)
2d607d
- Make zip file of consumer information for debugging (wpoteat@redhat.com)
2d607d
2d607d
* Thu Nov 14 2013 ckozak <ckozak@redhat.com> 1.10.7-1
2d607d
- 998033: Handle Unauthorized/Forbidden exceptions in CLI/GUI
2d607d
  (mstead@redhat.com)
2d607d
- Remove unnecessary network calls after clean command (ckozak@redhat.com)
2d607d
- Bumping the python-rhsm required version (mstead@redhat.com)
2d607d
- Latest translations. (awood@redhat.com)
2d607d
- Introduced an Override model object to OverrideLib (mstead@redhat.com)
2d607d
- Use injected Identity instead of ConsumerIdentity in repolib
2d607d
  (mstead@redhat.com)
2d607d
- Catch ValueError when determining boolean value (mstead@redhat.com)
2d607d
- Use a simplier method to compare two lists of dictionaries.
2d607d
  (awood@redhat.com)
2d607d
- Hide item when server does not support overrides. (mstead@redhat.com)
2d607d
- Show message instead of repo table when no repos exist. (mstead@redhat.com)
2d607d
- Made Repository Details resemble Subscription Details (mstead@redhat.com)
2d607d
- Created an overrides module (mstead@redhat.com)
2d607d
- Created Repository Management Dialog (mstead@redhat.com)
2d607d
- Add 'repo-override' command to alter content repositories server-side.
2d607d
  (awood@redhat.com)
2d607d
c9b59e
* Thu Nov 07 2013 ckozak <ckozak@redhat.com> 1.10.6-1
c9b59e
- 985502: Use yum.i18n utf8_width function for string length in CLI
c9b59e
  (ckozak@redhat.com)
c9b59e
- 916666: Displayed 'Next System Check-In' is inaccuarate (wpoteat@redhat.com)
c9b59e
- Change wording for identity in CLI command. (dgoodwin@redhat.com)
c9b59e
- 1019753: Stop including a fake consumer UUID fact. (dgoodwin@redhat.com)
c9b59e
- 1022198: Display highest suggested quantity in contract selection
c9b59e
  (ckozak@redhat.com)
c9b59e
- Hook up the 'why register' dialog from old rhn-client-tools.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- Add screen to describe and skip registration in Fedora/EL7 firstboot.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- Fix firstboot on Fedora 19. (dgoodwin@redhat.com)
c9b59e
- Report distribution.version.modifier fact. ex 'beta' (ckozak@redhat.com)
c9b59e
- Center filter dialog on parent window when opened (mstead@redhat.com)
c9b59e
- Sort owner list in org selection screen (mstead@redhat.com)
c9b59e
- 1004318: Bash completion for rct was not handing options and file lists
c9b59e
  correctly. (bkearney@redhat.com)
c9b59e
- 1023166: Strip leading and trailing whitespaces from all usernames and
c9b59e
  passwords provided on the cli (bkearney@redhat.com)
c9b59e
- 963579: Stop hiding the Library environment. (dgoodwin@redhat.com)
c9b59e
- Fix layout issues with select sla screen in firstboot. (alikins@redhat.com)
c9b59e
- Fix the layout for "Confirm Subscriptions" screen. (alikins@redhat.com)
c9b59e
c9b59e
* Fri Oct 25 2013 ckozak <ckozak@redhat.com> 1.10.5-1
c9b59e
- 1021581: account/contract display nothing when no data exists
c9b59e
  (ckozak@redhat.com)
c9b59e
- Swap heading of selectsla/confirmsubs widgets. (alikins@redhat.com)
c9b59e
- 1006748: replace simplejson with 'ourjson' (alikins@redhat.com)
c9b59e
c9b59e
* Thu Oct 17 2013 ckozak <ckozak@redhat.com> 1.10.4-1
c9b59e
- 1017351: ignore dbus failures on show_window (alikins@redhat.com)
c9b59e
- 1016643: Fix firstboot issues with new firstboot. (alikins@redhat.com)
c9b59e
- 1005420: adding --ondate to manpage (dlackey@redhat.com.com)
c9b59e
- 1007580: Add contract number to the output of list --available
c9b59e
  (bkearney@redhat.com)
c9b59e
- 1017299: handle dmidecode module not installed (alikins@redhat.com)
c9b59e
- 846331: Add tooltips to the filters page (bkearney@redhat.com)
c9b59e
- 1015553: fix help message for no-overlap. display usage requirement
c9b59e
  (ckozak@redhat.com)
c9b59e
c9b59e
* Wed Oct 02 2013 ckozak <ckozak@redhat.com> 1.10.3-1
c9b59e
- Latest strings from zanata. (alikins@redhat.com)
c9b59e
- Latest string catalog. (alikins@redhat.com)
c9b59e
- point at the zanata 1.10.x version/branch (alikins@redhat.com)
c9b59e
- Run 'make update-po' on translations. (awood@redhat.com)
c9b59e
- Latest translations from Zanata. (awood@redhat.com)
c9b59e
- Merge pull request #782 from candlepin/ckozak/environment_completion
c9b59e
  (alikins@redhat.com)
c9b59e
- Merge pull request #776 from candlepin/alikins/1008462_log_virt_what
c9b59e
  (c4kofony@gmail.com)
c9b59e
- 1011712: add missing environments completion (ckozak@redhat.com)
c9b59e
- Merge pull request #773 from candlepin/ckozak/match_gui_filters
c9b59e
  (alikins@redhat.com)
c9b59e
- Merge pull request #787 from candlepin/awood/1006985-abort-migration
c9b59e
  (alikins@redhat.com)
c9b59e
- Use all keywords args for call to get_avail_ents (alikins@redhat.com)
c9b59e
- Add 'providedProducts' to test pool (alikins@redhat.com)
c9b59e
- stylish cleanups (alikins@redhat.com)
c9b59e
- removed subscribed filter, added testing (ckozak@redhat.com)
c9b59e
- Add some tests cases for managerlib.get_avail_ents (alikins@redhat.com)
c9b59e
- fix wrong index in get_filtered_pools_list (ckozak@redhat.com)
c9b59e
- remove unused args, remove unnecessary idcert read (ckozak@redhat.com)
c9b59e
- add completion for new CLI filters (ckozak@redhat.com)
c9b59e
- 654501: add some filtering to list available (ckozak@redhat.com)
c9b59e
- Merge pull request #765 from candlepin/alikins/redhataccount
c9b59e
  (awood@redhat.com)
c9b59e
- Move capture() context manager to fixtures.py (awood@redhat.com)
c9b59e
- Merge pull request #786 from candlepin/ckozak/cli_list_provided
c9b59e
  (alikins@redhat.com)
c9b59e
- 1006985: Abort migration when we detect different certs with the same ID.
c9b59e
  (awood@redhat.com)
c9b59e
- Merge pull request #781 from candlepin/ckozak/cat_cert_unlimited
c9b59e
  (alikins@redhat.com)
c9b59e
- 996993: add provided to list available (ckozak@redhat.com)
c9b59e
- Merge pull request #784 from candlepin/ckozak/gui_unentitled_string
c9b59e
  (alikins@redhat.com)
c9b59e
- 1012501: Correct number of entitled products with expired ents
c9b59e
  (ckozak@redhat.com)
c9b59e
- 1012566: rhsmd cron job 700 (ckozak@redhat.com)
c9b59e
- 1011703: Do not allow selection on listview (mstead@redhat.com)
c9b59e
- Merge pull request #779 from candlepin/alikins/flex_branding3
c9b59e
  (c4kofony@gmail.com)
c9b59e
- 1011961: -1 quantity is printed as unlimited (ckozak@redhat.com)
c9b59e
- Merge pull request #774 from candlepin/ckozak/fix_gui_completion
c9b59e
  (alikins@redhat.com)
c9b59e
- Make certlib repo and brand updating similar. (alikins@redhat.com)
c9b59e
- 1004385: remove some gtk help options (ckozak@redhat.com)
c9b59e
- Make BrandingInstaller run every cert install/rm (alikins@redhat.com)
c9b59e
- Merge pull request #778 from candlepin/ckozak/update_repolib_attach
c9b59e
  (alikins@redhat.com)
c9b59e
- keep repolib in certmgr (ckozak@redhat.com)
c9b59e
- 1011234: no service level displays empty string (ckozak@redhat.com)
c9b59e
- 1008016: update repos on certlib change (ckozak@redhat.com)
c9b59e
- fix traceback when poolstash is empty (ckozak@redhat.com)
c9b59e
- 1008462: log more virt-what output (alikins@redhat.com)
c9b59e
- 1008462: Log detected virt info as we detect it. (alikins@redhat.com)
c9b59e
- 1004341: gui completion no longer resets (ckozak@redhat.com)
c9b59e
- Merge pull request #761 from candlepin/ckozak/overlap_filter_ondate
c9b59e
  (alikins@redhat.com)
c9b59e
- Refactor credentials gathering. (awood@redhat.com)
c9b59e
- Merge pull request #771 from candlepin/alikins/cmd_name_logging
c9b59e
  (jmrodri@nc.rr.com)
c9b59e
- Merge pull request #769 from
c9b59e
  candlepin/ckozak/catch_exception_updating_installed (jmrodri@nc.rr.com)
c9b59e
- Merge remote branch 'origin/master' into alikins/redhataccount
c9b59e
  (awood@redhat.com)
c9b59e
- Merge pull request #768 from candlepin/ckozak/status_ondate_completion
c9b59e
  (jmrodri@nc.rr.com)
c9b59e
- Merge pull request #766 from candlepin/alikins/make_zanata
c9b59e
  (jmrodri@nc.rr.com)
c9b59e
- 973838: refresh redhat.repo after register (alikins@redhat.com)
c9b59e
- make default logger include sys.argv[0] (alikins@redhat.com)
c9b59e
- Merge pull request #770 from candlepin/mstead/add-virt-type-info
c9b59e
  (c4kofony@gmail.com)
c9b59e
- Add System Type to output of list --consumed (mstead@redhat.com)
c9b59e
- Add Type column to Confirm Subscription screen (mstead@redhat.com)
c9b59e
- 1008603: Catch and log connection error while updating installed products
c9b59e
  (ckozak@redhat.com)
c9b59e
- Merge pull request #767 from candlepin/ckozak/attach_suggested_quantity
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 1004385: Add missing rhsm-icon debug options (ckozak@redhat.com)
c9b59e
- suggested quantity in list available (ckozak@redhat.com)
c9b59e
- Merge pull request #754 from candlepin/alikins/flex_branding2
c9b59e
  (c4kofony@gmail.com)
c9b59e
- 1001820: added ondate to completion (ckozak@redhat.com)
c9b59e
- cleanup comments (alikins@redhat.com)
c9b59e
- remove call on filter change, use None instead of now (ckozak@redhat.com)
c9b59e
- Adding autocomplete stuff for new migration script options.
c9b59e
  (awood@redhat.com)
c9b59e
- 767754: overlap filter ondate (ckozak@redhat.com)
c9b59e
- Add a 'make zanata' target that syncs zanata (alikins@redhat.com)
c9b59e
- Adding unit tests for new migration script options. (awood@redhat.com)
c9b59e
- Correct failing unit tests and add convenience method. (awood@redhat.com)
c9b59e
- Change brand attribute from 'os' to 'brand_type' (alikins@redhat.com)
c9b59e
- Make rct show branding info (alikins@redhat.com)
c9b59e
- Move to RHELBrandsInstaller by default. (alikins@redhat.com)
c9b59e
- Split RHEL specific brand install bits (alikins@redhat.com)
c9b59e
- Add a BrandsInstaller that handles multiple brands (alikins@redhat.com)
c9b59e
- Invert dependencies, and add RHEL specific impls. (alikins@redhat.com)
c9b59e
- Stylish cleanups. (alikins@redhat.com)
c9b59e
- Added new parameters to the script (tazimkolhar@gmail.com)
c9b59e
- clean up comments (alikins@redhat.com)
c9b59e
- More entbranding logging and testing. (alikins@redhat.com)
c9b59e
- Allow multi ents that provide identical branding (alikins@redhat.com)
c9b59e
- More entbranding test cases. (alikins@redhat.com)
c9b59e
- Add BrandPicker and Brand base class. (alikins@redhat.com)
c9b59e
- Add branding support to ent cert importer. (alikins@redhat.com)
c9b59e
- Update branding on cert sorter dir moniter event (alikins@redhat.com)
c9b59e
- Move all branded product logic to entbranding (alikins@redhat.com)
c9b59e
- make it more clear this is for RHEL branded ents (alikins@redhat.com)
c9b59e
- Add support for populating product branding info. (alikins@redhat.com)
c9b59e
c9b59e
* Thu Sep 12 2013 Alex Wood <awood@redhat.com> 1.10.2-1
c9b59e
- update translations from zanata (alikins@redhat.com)
c9b59e
- 1004893: update prods before compliance (ckozak@redhat.com)
c9b59e
- 1004908: Remove the rhn-setup-gnome dep even more. (alikins@redhat.com)
c9b59e
- 1004908: move rhn-setup-gnome requires to -gui subpackage
c9b59e
  (pbabinca@redhat.com)
c9b59e
- 1004385: rhsm icon completion fix (ckozak@redhat.com)
c9b59e
- 1004341: add gui completion (ckozak@redhat.com)
c9b59e
- 1001820: fix autocompletion (ckozak@redhat.com)
c9b59e
- rev min python version for "make stylish" to 2.6 (alikins@redhat.com)
c9b59e
- 994344: messaging for bad filetypes (ckozak@redhat.com)
c9b59e
- 995597: continue attaching if a pool cannot be found (ckozak@redhat.com)
c9b59e
- 1001169: fix pythonic empty string identity problems (ckozak@redhat.com)
c9b59e
c9b59e
* Thu Aug 22 2013 Alex Wood <awood@redhat.com> 1.10.1-1
c9b59e
- Adding Fedora 20 branch to releaser. (awood@redhat.com)
c9b59e
- Subscribe/unsubscribe mirror attach/remove tests (alikins@redhat.com)
c9b59e
- Revert "990195: remove subscribe options" (alikins@redhat.com)
c9b59e
- 994620: reword tooltip message (ckozak@redhat.com)
c9b59e
- 997935: stop making requests after unregister (ckozak@redhat.com)
c9b59e
- 997740: allow autoheal call more often (ckozak@redhat.com)
c9b59e
- Prevent name collision over the parent variable in RHEL 5 Firstboot.
c9b59e
  (awood@redhat.com)
c9b59e
- 997189: error is now a sys.exc_info() tuple. (awood@redhat.com)
c9b59e
- self._parent is not defined here. (awood@redhat.com)
c9b59e
- bump version and remove rhel-6.5 releaser (jesusr@redhat.com)
c9b59e
- Convert contract selection window to use a MappedListStore.
c9b59e
  (awood@redhat.com)
c9b59e
- Stripe rows whenever the My Subs or All Available tabs are shown.
c9b59e
  (awood@redhat.com)
c9b59e
- 991165: Refresh row striping after the TreeView is resorted.
c9b59e
  (awood@redhat.com)
c9b59e
- Remove unused background attribute in Installed Products tab.
c9b59e
  (awood@redhat.com)
c9b59e
- Set background color on progress bar renderer. (awood@redhat.com)
c9b59e
- No need to set a hint to true in glade then false in code. (awood@redhat.com)
c9b59e
- Remove duplicate import. (awood@redhat.com)
c9b59e
- Add a very simple "smoke" test script (alikins@redhat.com)
c9b59e
- 842402: Re-aligning Subscription Manager Gui (cschevia@redhat.com)
c9b59e
c9b59e
* Wed Aug 14 2013 jesus m. rodriguez <jesusr@redhat.com> 1.9.2-1
c9b59e
- 851321: Refresh/redraw tables after removing subscriptions (cschevia@redhat.com)
c9b59e
- 974587: allow certs with no content (ckozak@redhat.com)
c9b59e
- 977920, 983660: manpage updates (dlackey@redhat.com.com)
c9b59e
- 987579: Re-arranged preferences dialog (cschevia@redhat.com)
c9b59e
- 990195: remove subscribe options (ckozak@redhat.com)
c9b59e
- 991214: refresh ent dir, catch exception gracefully (ckozak@redhat.com)
c9b59e
- 991548: Display correct error message for registration failures.  (awood@redhat.com)
c9b59e
- 991580: add rhsmd debug to stdout (ckozak@redhat.com)
c9b59e
- 993202: fix default config, take advantage of rhsmconfig options (ckozak@redhat.com)
c9b59e
- 994266: list consumed shows expired bugs (ckozak@redhat.com)
c9b59e
- 994997: Fix Unknown is_guest during firstboot. (dgoodwin@redhat.com)
c9b59e
- Changed 'It is' to possessive 'Its' (cschevia@redhat.com)
c9b59e
- Remove unused WARNING_DAYS variable (ckozak@redhat.com)
c9b59e
- Bump python-rhsm requires to 1.9.1 for config changes. (dgoodwin@redhat.com)
c9b59e
- add ondate to status (ckozak@redhat.com)
c9b59e
- Fedora 17 is at end of life. (awood@redhat.com)
c9b59e
c9b59e
* Wed Jul 31 2013 Alex Wood <awood@redhat.com> 1.9.1-1
c9b59e
- latest translations from zanata (alikins@redhat.com)
c9b59e
- Preserve traceback when an exception is thrown from background thread.
c9b59e
  (awood@redhat.com)
c9b59e
- Remove logging of injection setup (alikins@redhat.com)
c9b59e
- 988411: more at-spi changes for QA (ckozak@redhat.com)
c9b59e
- 908521: Pull in the latest mr strings (bkearney@redhat.com)
c9b59e
- 928469: Pull in latest ml strings from zanata (bkearney@redhat.com)
c9b59e
- 927990: Pull in latest ta_IN strings from zanata (bkearney@redhat.com)
c9b59e
- 987579: Make clicking autoheal label work (cschevia@redhat.com)
c9b59e
- 988430, 988861: remove logging from write_cache to avoid segfault
c9b59e
  (ckozak@redhat.com)
c9b59e
- 966422: Do not hang firstboot if there is an exception during registration.
c9b59e
  (awood@redhat.com)
c9b59e
- 978329: catch IdentityCertException gracefully (ckozak@redhat.com)
c9b59e
- 988482: fix gtk warnings on gtk-2.10 (alikins@redhat.com)
c9b59e
- 988411: fixed at-spi locator name (ckozak@redhat.com)
c9b59e
- fixed dbus on rhel5 (ckozak@redhat.com)
c9b59e
- 987071: specify arch of librsvg dep (alikins@redhat.com)
c9b59e
- 987626: Remove PUTS while opening preferences dialog, fix related test
c9b59e
  (cschevia@redhat.com)
c9b59e
- 987551: correctly reconnect to rhsmd daemon (ckozak@redhat.com)
c9b59e
- 981611, 981565: fixed icon and text truncation (ckozak@redhat.com)
c9b59e
- rev zanata branch to 1.9.X (alikins@redhat.com)
c9b59e
- Rev master to 1.9.x (alikins@redhat.com)
c9b59e
- 968820: raise timeout exceptions for cli calls (alikins@redhat.com)
c9b59e
- 950892: add ents-nag-warning.png to docs install (alikins@redhat.com)
c9b59e
- add new file to spec (ckozak@redhat.com)
c9b59e
- 978466: fix missing socket info s390x/ppc64 (alikins@redhat.com)
c9b59e
- 985515: moved DbusIface to fix anaconda productId (ckozak@redhat.com)
c9b59e
- 983193: remove unused 'Virt Limit' cat-cert field (alikins@redhat.com)
c9b59e
- Correcting whitespace error. (awood@redhat.com)
c9b59e
- 986971: String Update: Quantity > Available (cschevia@redhat.com)
c9b59e
- 980724: allsubstab cleared on identity change, check redeem on register
c9b59e
  (ckozak@redhat.com)
c9b59e
- 921222: add 'status' to bash completion (alikins@redhat.com)
c9b59e
- 977580: Preferences dialog hide and show (cschevia@redhat.com)
c9b59e
- 977481: make proxy cli check require_connection (alikins@redhat.com)
c9b59e
- 977896: Fixes for Workstation/Desktop certs (alikins@redhat.com)
c9b59e
- Added comma to satisfy grammar rules (cschevia@redhat.com)
c9b59e
- added at-spi locator for autoheal checkbox (jmolet@redhat.com)
c9b59e
- 984203: Fix german translations (bkearney@redhat.com)
c9b59e
- 974587: Add more checks for no order portion being present
c9b59e
  (bkearney@redhat.com)
c9b59e
- 984206: Removed Spaces from String (cschevia@redhat.com)
c9b59e
- Remove releasers due to branching. (dgoodwin@redhat.com)
c9b59e
- 983670: Improved auto-attach description (cschevia@redhat.com)
c9b59e
- 982286: Adjusted markup removal (cschevia@redhat.com)
c9b59e
- 983250: 983281: certs check warning period (ckozak@redhat.com)
c9b59e
- Adding Fedora 19 Yum releasers. (awood@redhat.com)
c9b59e
c9b59e
* Wed Jul 10 2013 jesus m. rodriguez <jesusr@redhat.com> 1.8.13-1
c9b59e
- Latest translations from zanata. (dgoodwin@redhat.com)
c9b59e
- new strings (jesusr@redhat.com)
c9b59e
c9b59e
* Wed Jul 10 2013 jesus m. rodriguez <jesusr@redhat.com> 1.8.12-1
c9b59e
- 877331: Add --org and --environment options to migration script.  (awood@redhat.com)
c9b59e
- 915847: Clear old proxy settings if the --no-proxy option is used. (awood@redhat.com)
c9b59e
- 928401: Fixed translation issue in redeem dialog (cschevia@redhat.com)
c9b59e
- 974123: default behavior is help, no longer status (ckozak@redhat.com)
c9b59e
- 976689: Handle no xorg server, allow help (ckozak@redhat.com)
c9b59e
- 976848: 976851: thread cache write, limit disk reads, singleton
c9b59e
- 976865: dbus iface singleton for gui (ckozak@redhat.com)
c9b59e
- 976866: single instance of ProdDir and EntDir (ckozak@redhat.com)
c9b59e
- 976868: improve rhsmd logging (alikins@redhat.com)
c9b59e
- 976868: enable logging from /usr/libexec/rhsmd (alikins@redhat.com)
c9b59e
- 976924: empty service level and type (ckozak@redhat.com)
c9b59e
- 977481: added proxy options to status (ckozak@redhat.com)
c9b59e
- 977535: cli uses utf8 too (ckozak@redhat.com)
c9b59e
- 977851: 977321: Centralize CertSorter, drive updates, refresh properly
c9b59e
- 978322: fixed client deleting certs (ckozak@redhat.com)
c9b59e
- 979492: register auto-attach force recreates cert dirs (ckozak@redhat.com)
c9b59e
- 980209: removed injection calls from migration script (ckozak@redhat.com)
c9b59e
- 980640: include stacked ents in provided (ckozak@redhat.com)
c9b59e
- 981689: fix attach command (ckozak@redhat.com)
c9b59e
- 982286: Fixed empty dialog message (cschevia@redhat.com)
c9b59e
- latests strings from zanata and new keys.pot (alikins@redhat.com)
c9b59e
- Fixed Preferences dialog to be non-threaded (cschevia@redhat.com)
c9b59e
- updated spec to require python-rhsm v1.8.13-1 or greater (cschevia@redhat.com)
c9b59e
- Added auto-attach property in the preferences dialog (cschevia@redhat.com)
c9b59e
- Added autoheal command to subman CLI (cschevia@redhat.com)
c9b59e
- Add support for SUBMAN_DEBUG to log to stdout (alikins@redhat.com)
c9b59e
- remove logging of plugin args (alikins@redhat.com)
c9b59e
- Fixed auto-complete script for auto-attach command (cschevia@redhat.com)
c9b59e
* Thu Jun 20 2013 jesus m. rodriguez <jesusr@redhat.com> 1.8.11-1
c9b59e
- 844532: xen dom0 cpu topology lies, work around it (alikins@redhat.com)
c9b59e
- 854380: fix overlap filter (ckozak@redhat.com)
c9b59e
- 915847: Provide option to skip using proxy when connecting to RHSM.
c9b59e
- 921222: Fixed tab completion (cschevia@redhat.com)
c9b59e
- 922871: Call pre_product_id_install hook on product install (mstead@redhat.com)
c9b59e
- 924766: Show machine type when attaching 'virt only' subscriptions (wpoteat@redhat.com)
c9b59e
- 927340: added empty warning, block auth unless proxy enabled (ckozak@redhat.com)
c9b59e
- 928401: Fixed translation issue in redeem dialog (cschevia@redhat.com)
c9b59e
- 947485: System 'disconnected' if no cache and disconnected (ckozak@redhat.com)
c9b59e
- 947788: facts plugin can handle no 'facter' (alikins@redhat.com)
c9b59e
- 966137: stat-cert handles ent cert with no content (alikins@redhat.com)
c9b59e
- 972883: Add entries to productid.js during migration. (awood@redhat.com)
c9b59e
- 973938: Flush std out and catch errors to work around the broken pipe from the more command (bkearney@redhat.com)
c9b59e
- 974123: default behavior is help, no longer status (ckozak@redhat.com)
c9b59e
- 974587: Allow list --consumed to handle certificates with empty order sections (bkearney@redhat.com) (awood@redhat.com)
c9b59e
- 975164: 975186: fix certlib exception handling (ckozak@redhat.com)
c9b59e
- Pull PluginManager from dependency injection framework (mstead@redhat.com)
c9b59e
- Performance enhancements (ckozak@redhat.com)
c9b59e
- added cp_provider doc strings, modified test fixture (ckozak@redhat.com)
c9b59e
- Fix expand options so there is no border txt view (alikins@redhat.com)
c9b59e
- Make PluginManager lazy loading (mstead@redhat.com)
c9b59e
c9b59e
* Tue Jun 04 2013 jesus m. rodriguez <jesusr@redhat.com> 1.8.10-1
c9b59e
- 922825: pre_subscribe conduit now contains more data (mstead@redhat.com)
c9b59e
- 921222: Fixed subman auto-complete scripts (cschevia@redhat.com)
c9b59e
- 922806: Fix RHEL 5 firstboot issue with backButton. (dgoodwin@redhat.com)
c9b59e
- 960465: Subman disconnected when consumer cert is invalid (ckozak@redhat.com)
c9b59e
- 966747: handle a custom facts file being empty (alikins@redhat.com)
c9b59e
- 969280: Fix traceback on disconnected sub detach (ckozak@redhat.com)
c9b59e
- handle s390x's without vm info in sysinfo (alikins@redhat.com)
c9b59e
c9b59e
* Fri May 31 2013 jesus m. rodriguez <jesusr@redhat.com> 1.8.9-1
c9b59e
- 905136: added accessibily name for owner_label (jmolet@redhat.com)
c9b59e
- 928175: fixed status command after user deletion (ckozak@redhat.com)
c9b59e
- 950672: Added data for yellow. Added list view. (ckozak@redhat.com)
c9b59e
- 963796: Unified descriptions (cschevia@redhat.com)
c9b59e
- 966745: Correct typo in name of configuration value. (awood@redhat.com)
c9b59e
- 967863: Suggest package to install when mapping file is missing. (awood@redhat.com)
c9b59e
- 968364: show the issuer for certs in rct. (bkearney@redhat.com)
c9b59e
- 966262 for rct.8; 959563 for subscription-manager.8 (dlackey@redhat.com.com)
c9b59e
- Extract latest strings from code. (dgoodwin@redhat.com)
c9b59e
- close file objects deliberately (alikins@redhat.com)
c9b59e
- Use fnmatch to add wildcard support (bkearney@redhat.com)
c9b59e
- One more miss from my issuer/errata debacle (bkearney@redhat.com)
c9b59e
- Extend use of compliance status from cp (ckozak@redhat.com)
c9b59e
- Add s390 lpar specific socket counting (alikins@redhat.com)
c9b59e
- be extra paranoid and strip nul from /sys reads (alikins@redhat.com)
c9b59e
- use new cpu info method by default (alikins@redhat.com)
c9b59e
- Add a new method for calculating cpu sockets (alikins@redhat.com)
c9b59e
- Added reasons to Subscription Details (ckozak@redhat.com)
c9b59e
- Support enable and disable of all repos. (bkearney@redhat.com)
c9b59e
c9b59e
* Tue May 21 2013 jesus m. rodriguez <jesusr@redhat.com> 1.8.8-1
c9b59e
- Fix echo'ing of exit status or exception on exit (alikins@redhat.com)
c9b59e
- 962905: Fixing errors with quantity spinner. (awood@redhat.com)
c9b59e
- 961124: Allow rct dump-manifest to be called more than once (bkearney@redhat.com)
c9b59e
- 921249: Fix Unknown virt status being reported to server.  (dgoodwin@redhat.com)
c9b59e
- 905136: Make the accessability value unique (bkearney@redhat.com)
c9b59e
- 913635: typo (dlackey@redhat.com.com)
c9b59e
- 889582 (dlackey@redhat.com.com)
c9b59e
- 962520: require python-rhsm 1.8.11 for arches (alikins@redhat.com)
c9b59e
- 919706: Relax rhn-setup-gnome dependency. (dgoodwin@redhat.com)
c9b59e
- Add new expiring icon (bkearney@redhat.com)
c9b59e
- use os.linesep as imported (alikins@redhat.com)
c9b59e
- cleanup camelCase usage in various files (alikins@redhat.com)
c9b59e
- adding architecture data (ckozak@redhat.com)
c9b59e
- Default option is status (ckozak@redhat.com)
c9b59e
- changed list --status to status (ckozak@redhat.com)
c9b59e
- adding data to installed prods (ckozak@redhat.com)
c9b59e
- SORT ALL THE IMPORTS! (alikins@redhat.com)
c9b59e
- stylish cleanup (alikins@redhat.com)
c9b59e
- mock.patch ConsumerIdentity instead of monkey patch (alikins@redhat.com)
c9b59e
c9b59e
* Thu May 09 2013 jesus m. rodriguez <jesusr@redhat.com> 1.8.7-1
c9b59e
- 959563, 956298: for rhel 5.10 (dlackey@redhat.com.com)
c9b59e
- 905922: use get_int instead of get in order to consume the value as a
c9b59e
  booolean (bkearney@redhat.com)
c9b59e
- enhancements to tests (alikins@redhat.com)
c9b59e
- Update expected rct output for content arch info (alikins@redhat.com)
c9b59e
- let 'rct cat-cert' show arches info on content sets (alikins@redhat.com)
c9b59e
- Use the unknown icon when it is appropriate. (bkearney@redhat.com)
c9b59e
- Do not allow manual entry of numbers that aren't multiples of spinner
c9b59e
  increment. (awood@redhat.com)
c9b59e
- 959570: Subscription names were being mangled in the installed products page.
c9b59e
  (bkearney@redhat.com)
c9b59e
- 959124: Consistant system status between CLI and GUI (ckozak@redhat.com)
c9b59e
- re-added compatibility for old candlepin servers. (ckozak@redhat.com)
c9b59e
- 885130: Switch from using xmlrpclib to rhnlib's rpclib. (awood@redhat.com)
c9b59e
- 958827: fixed duplicate reasons from bundled subs, removed messages for valid
c9b59e
  products, refactoreed client-side reasons code (ckozak@redhat.com)
c9b59e
- 958775: correct info for future subscriptions (ckozak@redhat.com)
c9b59e
- Removing messages from compliant installed products caused by bad overconsumption (ckozak@redhat.com)
c9b59e
- Use server provided value to determine quantity increment. (awood@redhat.com)
c9b59e
- 957218: Bump system.certificate_version for cores support (mstead@redhat.com)
c9b59e
- 956285, 913635, 913628. still need to finalize output for 913628.  (dlackey@redhat.com.com)
c9b59e
- 955142: Display core limit in rct cat-cert tool (mstead@redhat.com)
c9b59e
- Warn when we detect we need a newer version of 'mock' (alikins@redhat.com)
c9b59e
- 924919: remove loging about isodate implementation (alikins@redhat.com)
c9b59e
- 957195: Pull in the latest or fix from zanata. (bkearney@redhat.com)
c9b59e
- Add the unkown icon (bkearney@redhat.com)
c9b59e
- Add reasons to list --installed and list --consumed.  Added list --status
c9b59e
  (ckozak@redhat.com)
c9b59e
- 908037: remove all ¶ characters from the ml.po file. Zanata was also updated
c9b59e
  (bkearney@redhat.com)
c9b59e
- 906552: Fixed mis translation of subscription-manager in pa.po and zh_CN.po.
c9b59e
  Zanata was also updated (bkearney@redhat.com)
c9b59e
- 908059: Fix a pt_BR translation which did not include the http portion of a
c9b59e
  url. Zanata is fixed as well (bkearney@redhat.com)
c9b59e
- Add F19, 5.10, 6.4 releasers. (dgoodwin@redhat.com)
c9b59e
- use "assert_string_equal" for multiline str asserts (alikins@redhat.com)
c9b59e
- add "assert_string_equals" that diffs multiline strings (alikins@redhat.com)
c9b59e
c9b59e
* Thu Apr 18 2013 Devan Goodwin <dgoodwin@rm-rf.ca> 1.8.6-1
c9b59e
- Latest translations. (dgoodwin@redhat.com)
c9b59e
- 903298: Fix a few more examples of Register to (bkearney@redhat.com)
c9b59e
- 878634: Fix the final three uses of id instead of ID (bkearney@redhat.com)
c9b59e
- Fix string formatting done outside of gettext _() (alikins@redhat.com)
c9b59e
- 950892: entity typo (dlackey@redhat.com.com)
c9b59e
- when no parameters are given, dump manifest uses current directory
c9b59e
  (ckozak@redhat.com)
c9b59e
- fixed zipfile creation in python 2.4 (ckozak@redhat.com)
c9b59e
- 919561: moving cat manifest into memory (ckozak@redhat.com)
c9b59e
- 914717: Fields taken from pool data. (wpoteat@redhat.com)
c9b59e
- 924919: stop log to stderr in isodata module (alikins@redhat.com)
c9b59e
- 919561: refactored some code into additional methods, fixed naming
c9b59e
  conventions, and added test cases (ckozak@redhat.com)
c9b59e
- Dont log exception if a repo doesn't have productid (alikins@redhat.com)
c9b59e
- 919561: checking manifest zip for files outside of scope (ckozak@redhat.com)
c9b59e
- 919561: moved new extractall into a class that extends ZipFile
c9b59e
  (ckozak@redhat.com)
c9b59e
- 919561: fixed variable naming in new extractall method (ckozak@redhat.com)
c9b59e
- 919561: replaced reference to zipfile.extractall (aded in python2.6)
c9b59e
  (ckozak@redhat.com)
c9b59e
c9b59e
* Wed Mar 27 2013 Devan Goodwin <dgoodwin@rm-rf.ca> 1.8.5-1
c9b59e
- 927875: Fix GUI bug if there is an expired certificate. (dgoodwin@redhat.com)
c9b59e
- 922806: Use dependency injection with firstboot module. (awood@redhat.com)
c9b59e
- 919512: Remove proxy options from config command. (awood@redhat.com)
c9b59e
- 921126: latest string updates from zanata (alikins@redhat.com)
c9b59e
- 919255: Remove extraneous print statement. (awood@redhat.com)
c9b59e
- 919584: Fix unicode error in RHEL 5. (awood@redhat.com)
c9b59e
- Implement entitlement/product status caching. (dgoodwin@redhat.com)
c9b59e
- 921245: Update installed products tab after registration. (awood@redhat.com)
c9b59e
- 893993: some refactoring, show_autosubscribe_output returns 0 or 1
c9b59e
  (ckozak@redhat.com)
c9b59e
- 859197: add special case for products that provide 'rhel-' tags
c9b59e
  (alikins@redhat.com)
c9b59e
- productid db now supports multiple repos per product id (alikins@redhat.com)
c9b59e
- let ProductData support multiple repos per product (alikins@redhat.com)
c9b59e
- 893993: attach --auto now prints the proper text when no products are
c9b59e
  installed (ckozak@redhat.com)
c9b59e
- 918746: Switched or ordering for disabling repos.  Will now print all
c9b59e
  repository validation errors (ckozak@redhat.com)
c9b59e
- 914717: rct cat-manifest fails to report Contract from the embedded
c9b59e
  entitlement cert (wpoteat@redhat.com)
c9b59e
- More convenient dep injection. (dgoodwin@redhat.com)
c9b59e
- Try to handle the really old dbus-python on rhel5 (alikins@redhat.com)
c9b59e
- add missing conf file for all_slots plugin (alikins@redhat.com)
c9b59e
- 919700: Reload consumer identity after force subscribing.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- utils.parseDate is now isodate.parse_date (alikins@redhat.com)
c9b59e
- Remove  ent/prod dir arguments to CLI commands. (dgoodwin@redhat.com)
c9b59e
- PluginsCommand does not need network cli options (alikins@redhat.com)
c9b59e
- Fix pluginDir config value in default config file (alikins@redhat.com)
c9b59e
c9b59e
* Fri Mar 08 2013 Devan Goodwin <dgoodwin@rm-rf.ca> 1.8.4-1
c9b59e
- Pull latest strings from zanata. (dgoodwin@redhat.com)
c9b59e
- Use PyXML for iso8601 date on RHEL5 and dateutil after (alikins@redhat.com)
c9b59e
- Major switchover to server for compliance checking logic. (dgoodwin@redhat.com)
c9b59e
- Introduce dependency injection framework. (dgoodwin@redhat.com)
c9b59e
- 916369: Do not persist config changes until the action completes
c9b59e
  (bkearney@redhat.com)
c9b59e
- Fix a bug with changing installed products during healing.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- 912776: fix migration test scripts to expect get_int usage
c9b59e
  (alikins@redhat.com)
c9b59e
- 912776: cast port numbers from cli to int immediately (alikins@redhat.com)
c9b59e
- 912776: use config.get_int for server port as well (alikins@redhat.com)
c9b59e
- 905649: subscription-manager does not work with dbus-python-1.1.1-1
c9b59e
  (wpoteat@redhat.com)
c9b59e
- use ngettext for plural messages in certlib/managercli (alikins@redhat.com)
c9b59e
- 912776: use cfg.get_int for proxy port (alikins@redhat.com)
c9b59e
- 878097: update service-level org key help text (alikins@redhat.com)
c9b59e
- Handle manifests with no subscriptions in the archive (alikins@redhat.com)
c9b59e
- 878664: Add filename support to the bash completion for the rct tool.
c9b59e
  (bkearney@redhat.com)
c9b59e
- 877590: Changes to the branding messages when the user attempts to register
c9b59e
  twice (bkearney@redhat.com)
c9b59e
- New plugin framework. (alikins@redhat.com / awood@redhat.com)
c9b59e
- 886115: Remove line continuations within strings. (bkearney@redhat.com)
c9b59e
- 913302: Support Level and Support Type should be shown as Service Level and
c9b59e
  Service Type (bkearney@redhat.com)
c9b59e
- Add unknown product status state. (dgoodwin@redhat.com)
c9b59e
- 913703: Prefer the use of SKU over Product ID (bkearney@redhat.com)
c9b59e
- 913720: Use the term order number instead of subscription id
c9b59e
  (bkearney@redhat.com)
c9b59e
- 878634: Use correct capitalization for ID in the rct tool
c9b59e
  (bkearney@redhat.com)
c9b59e
- 878097: Help text for service-level command should be consistent with other
c9b59e
  help texts (bkearney@redhat.com)
c9b59e
- 906554: Add ui_repoid_vars line to yum based on the variables which are in
c9b59e
  the baseurl (bkearney@redhat.com)
c9b59e
- 912707: Remove a use of the deprecated hasNow() function.
c9b59e
  (bkearney@redhat.com)
c9b59e
- 913187: Allow older manifests to print out correctly. (bkearney@redhat.com)
c9b59e
- 912776: Cast proxy port to an integer. (awood@redhat.com)
c9b59e
- 882459: Deprecated message in help for cert-interval (wpoteat@redhat.com)
c9b59e
- 895447: Changed messages to distinguish between local and server-side
c9b59e
  removal. (wpoteat@redhat.com)
c9b59e
- 908671: Display the pool ID when available. (awood@redhat.com)
c9b59e
- 911386: Displaying combined Service Level and Type should handle empty values
c9b59e
  for both items (jmolet@redhat.com)
c9b59e
c9b59e
* Thu Feb 14 2013 Devan Goodwin <dgoodwin@rm-rf.ca> 1.8.3-1
c9b59e
- string and string catalog update from zanata (alikins@redhat.com)
c9b59e
- 908954: Ensure that 'Not Set' is shown in the preferences dialog if it is not
c9b59e
  set (bkearney@redhat.com)
c9b59e
- 906214: rct --help should return 0. (bkearney@redhat.com)
c9b59e
- 909294: Add accessibility names to the preferences combo boxes
c9b59e
  (bkearney@redhat.com)
c9b59e
- 878097: Clarify that the --org option is ORG_KEY and not ORG_NAME
c9b59e
  (bkearney@redhat.com)
c9b59e
- Just use 0 as error for reading int keys (alikins@redhat.com)
c9b59e
- Old version of config entries considered to make changes backwards compatible
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 882459: aftermath of bug 876753 - Change --heal-interval to --attach-interval
c9b59e
  in rhsmcertd (wpoteat@redhat.com)
c9b59e
c9b59e
* Fri Feb 08 2013 Bryan Kearney <bkearney@redhat.com> 1.8.2-1
c9b59e
- Update tito for RHEL 7.0 (bkearney@redhat.com)
c9b59e
- Small cleanups for test_migrate (alikins@redhat.com)
c9b59e
- Write repofile once instead of during every iteration. (awood@redhat.com)
c9b59e
- Add unit test for migration script. (awood@redhat.com)
c9b59e
- Adding more tests for the migration script. (awood@redhat.com)
c9b59e
- Bump the required version of python-rhsm to pick up the new config file
c9b59e
  defaults (bkearney@redhat.com)
c9b59e
- Modify migration script tests to run on Fedora. (awood@redhat.com)
c9b59e
- Give users the ability to disable package reporting (bkearney@redhat.com)
c9b59e
- 891377: Note in deprecated string that auto-attach-interval is a command
c9b59e
  option (bkearney@redhat.com)
c9b59e
- 901612: Yum plugin warnings should go to stderr, not stdout
c9b59e
  (bkearney@redhat.com)
c9b59e
- 903298: Replace use of 'Register to' with 'Register with'
c9b59e
  (bkearney@redhat.com)
c9b59e
- Rewrite of the migration script featuring unit tests. (awood@redhat.com)
c9b59e
- Remove F16 and old cvs releasers, add F18. (dgoodwin@redhat.com)
c9b59e
c9b59e
* Thu Jan 24 2013 Devan Goodwin <dgoodwin@rm-rf.ca> 1.8.1-1
c9b59e
- Add two manifest commands to rct. (bkearney@redhat.com)
c9b59e
- latest translations from zanata (alikins@redhat.com)
c9b59e
- 895447: The count of subscriptions removed is zero for certs that have been
c9b59e
  imported. (wpoteat@redhat.com)
c9b59e
- 895462: Message for subscription-manager repos --list for disabled repo needs
c9b59e
  to be modified (wpoteat@redhat.com)
c9b59e
- 885964: After registration, recreate the UEP connection using the identity
c9b59e
  cert. (awood@redhat.com)
c9b59e
- 869306: Add org ID to facts dialog. (awood@redhat.com)
c9b59e
- 888853: Put output into proper columns regardless of the output language.
c9b59e
  (awood@redhat.com)
c9b59e
- Update python-rhsm requires version (wpoteat@redhat.com)
c9b59e
- 888052: Add all binaries to the makefile path for gettext string extraction
c9b59e
  (bkearney@redhat.com)
c9b59e
- 851303: additional term updates (dlackey@redhat.com.com)
c9b59e
- 844411: Add an --insecure option to subscription-manager. (awood@redhat.com)
c9b59e
- 891621: Users can incorrectly enter activation keys when registering to
c9b59e
  hosted. (awood@redhat.com)
c9b59e
- 889573: Only persist serverurl and baseurl when registering.
c9b59e
  (awood@redhat.com)
c9b59e
- 889204: Encode the unicode string to utf-8 to avoid syslog errors
c9b59e
  (bkearney@redhat.com)
c9b59e
- 889621: String substitution inside gettext causes message translations to
c9b59e
  never be found (bkearney@redhat.com)
c9b59e
- 890296: Unicode characters with a - are causing printing issues for rct
c9b59e
  printing (bkearney@redhat.com)
c9b59e
- 878269 (dlackey@redhat.com.com)
c9b59e
- 784056: Raise a running instance of the GUI to the forefront.
c9b59e
  (awood@redhat.com)
c9b59e
- 888968: Improve the gui message formatting for SLA selection
c9b59e
  (bkearney@redhat.com)
c9b59e
- 873601: Return a non zero code if subscription manager is run with an
c9b59e
  incorrect command name (bkearney@redhat.com)
c9b59e
- 839779: Improve messaging when autosubscribe does not work because of SLA
c9b59e
  (bkearney@redhat.com)
c9b59e
- 867603: Add quantity to confirm subscriptions dialog. (awood@redhat.com)
c9b59e
- 888790: Rebuild UEP connection after registering with activation keys.
c9b59e
  (awood@redhat.com)
c9b59e
- 886280; 878257; 878264; 878269 (dlackey@redhat.com.com)
c9b59e
- 814378: disable linkify if we are running as firstboot (alikins@redhat.com)
c9b59e
- 886887: Take the user back to the activation key page if he enters an invalid
c9b59e
  key. (awood@redhat.com)
c9b59e
- 863572: Make forward/back insensitive when registering (alikins@redhat.com)
c9b59e
- 825950: updating SAM registration procedure; other term edits and updated
c9b59e
  screenshot (dlackey@redhat.com.com)
c9b59e
- 885964: Do not make a getOwner call when not necessary. (awood@redhat.com)
c9b59e
- Ask for the org in environments and service-level modules. (awood@redhat.com)
c9b59e
- 886992: Fix for bad fix for 886604, wrong path for yum repos
c9b59e
  (alikins@redhat.com)
c9b59e
- matt reid's edits to rct; bz886280; bz878257; bz878269; bz878264
c9b59e
  (dlackey@redhat.com.com)
c9b59e
- 841496: Do not use hyphens in bash completion files as these are invalid for
c9b59e
  identifiers in the sh shell. (bkearney@redhat.com)
c9b59e
- Improve logging for rhsmcertd scenarios (wpoteat@redhat.com)
c9b59e
- 878609: Do not use public url redirectors, instead use a redhat.com address
c9b59e
  (bkearney@redhat.com)
c9b59e
- 886604: Fix incorrect path in repos.d check (alikins@redhat.com)
c9b59e
- 727092: Read in the org key during registration if none is given.
c9b59e
  (awood@redhat.com)
c9b59e
- 845622: If an identity certificate has expired, there should be a friendly
c9b59e
  error message (wpoteat@redhat.com)
c9b59e
- 883123: Have the migration code use the name and the label for org and
c9b59e
  environment lookup. (bkearney@redhat.com)
c9b59e
- 886110: help blurb for --auto-attach formatted poorly (alikins@redhat.com)
c9b59e
- 880070: require latest python-rhsm to handle unicode issues
c9b59e
  (alikins@redhat.com)
c9b59e
- 798788: Results from subscription-manager facts --update after a server-side
c9b59e
  consumer was deleted. (wpoteat@redhat.com)
c9b59e
- 878634: Improve the consistency of capitalization of URL, ID, HTTP, and CPU
c9b59e
  (bkearney@redhat.com)
c9b59e
- 878657: Make consistent use of the term unregister instead of un-register
c9b59e
  (bkearney@redhat.com)
c9b59e
- 883735: load branding module slightly differently (jesusr@redhat.com)
c9b59e
- Stylish fix. (dgoodwin@redhat.com)
c9b59e
- 878664: Add bash completion script for rct (bkearney@redhat.com)
c9b59e
- 880764: Command line options which can be specified more than once should use
c9b59e
  the same help text (bkearney@redhat.com)
c9b59e
- 867070: Adjust default sizing of subscriptions pane in Installed Products
c9b59e
  tab. (awood@redhat.com)
c9b59e
- 873791: Expected exit codes from unsubscribe with multiple serial numbers
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 800323: Set default output stream encoding to UTF-8. (awood@redhat.com)
c9b59e
- 862852: Fix double separator in redeem dialog. (dgoodwin@redhat.com)
c9b59e
- Display "None" if environments value is empty on consumer. (awood@redhat.com)
c9b59e
- 872351: Display environment in GUI facts dialog and CLI identity command.
c9b59e
  (awood@redhat.com)
c9b59e
- 881091: Remove punctuation in the help message (bkearney@redhat.com)
c9b59e
- Revert "878986: refactor to use curses/textwrap for format"
c9b59e
  (alikins@redhat.com)
c9b59e
- 877579: Fix -1 quantity to consume for unlimited pools. (dgoodwin@redhat.com)
c9b59e
- 881117: Add at-spi locator to redemption dialog. (awood@redhat.com)
c9b59e
- 881952: Warn and continue if encountering a failure during system deletion.
c9b59e
  (awood@redhat.com)
c9b59e
- 878820: Fix console error when yum.repos.d does not exist.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- 839772: Display "Not Set" instead of "" in SLA and release preferences.
c9b59e
  (awood@redhat.com)
c9b59e
- rev zanata branch version to 1.8.X (alikins@redhat.com)
c9b59e
- 878986: refactor to use curses/textwrap for format (alikins@redhat.com)
c9b59e
- 878986: Default to no line breaking if no stty is available
c9b59e
  (bkearney@redhat.com)
c9b59e
- 878588: Move the requires on usermode from subscription-manager-gui to
c9b59e
  subscription-manager (bkearney@redhat.com)
c9b59e
- 878648: Make the help usage formatting consistent for the rct and
c9b59e
  subscription manager commands (bkearney@redhat.com)
c9b59e
- 869046: Remove stray 'print' (jbowes@redhat.com)
c9b59e
- 864207: Autosubscribe should not run when all products are already
c9b59e
  subscribed. (wpoteat@redhat.com)
c9b59e
- 854702: Place the asterisk indicating editability into the quantity cell.
c9b59e
  (awood@redhat.com)
c9b59e
c9b59e
* Tue Nov 20 2012 Devan Goodwin <dgoodwin@rm-rf.ca> 1.8.0-1
c9b59e
- Reversioning to 1.8.x stream.
c9b59e
c9b59e
* Mon Nov 19 2012 Adrian Likins <alikins@redhat.com> 1.1.10-1
c9b59e
- latest strings from zanata (alikins@redhat.com)
c9b59e
- 874623: Tell users running the version command if they are not registered.
c9b59e
  (awood@redhat.com)
c9b59e
- 873418: Add at-spi locators to the activation key window. (awood@redhat.com)
c9b59e
c9b59e
* Fri Nov 16 2012 Adrian Likins <alikins@redhat.com> 1.1.9-1
c9b59e
- latest strings from zanata (alikins@redhat.com)
c9b59e
- 864207: mark these strings for translation (alikins@redhat.com)
c9b59e
- 854388: use ngettext to specify contract/contracts (alikins@redhat.com)
c9b59e
- 876753: change rhsmcertd --heal-interval to --auto-attach-interval
c9b59e
  (alikins@redhat.com)
c9b59e
- We require python-rhsm-1.1.5 now (ram) (alikins@redhat.com)
c9b59e
- 876340: Move the last of the commands and help string to --auto-attach
c9b59e
  (bkearney@redhat.com)
c9b59e
- 876294: Use attach instead of subscirbe in the rhn migration tooling
c9b59e
  (bkearney@redhat.com)
c9b59e
- 856735: Move the Next Update notification to the About dialog.
c9b59e
  (awood@redhat.com)
c9b59e
- Removed stacking from RAM (mstead@redhat.com)
c9b59e
- Improved comments/logging/tests for RAM (mstead@redhat.com)
c9b59e
- Updated the entitlement_version of client (mstead@redhat.com)
c9b59e
- Added RAM limit to rct cat-cert output (mstead@redhat.com)
c9b59e
- Removing dead code (mstead@redhat.com)
c9b59e
- Check RAM when determining status (mstead@redhat.com)
c9b59e
c9b59e
* Tue Nov 13 2012 Adrian Likins <alikins@redhat.com> 1.1.8-1
c9b59e
- 862909: install rct man page (alikins@redhat.com)
c9b59e
- Fix to LocalTz DST determination (cduryee@redhat.com)
c9b59e
c9b59e
* Mon Nov 12 2012 Adrian Likins <alikins@redhat.com> 1.1.7-1
c9b59e
- 873631: Migrate correctly when there is only one org. (awood@redhat.com)
c9b59e
- 874147: Handle changes in python-ethool api (alikins@redhat.com)
c9b59e
c9b59e
* Thu Nov 08 2012 Adrian Likins <alikins@redhat.com> 1.1.6-1
c9b59e
- 872847: Change unsubscribe feedback when consumer has been deleted
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 869934: make "release" related cdn usage use proper urlparse
c9b59e
  (alikins@redhat.com)
c9b59e
- 852328: Improve the server version checking (bkearney@redhat.com)
c9b59e
- 871146: Fix proxy errors on first yum operation after registration.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- 850430: Pressing Enter in the password entry now activates registration.
c9b59e
  (awood@redhat.com)
c9b59e
- Attach subscriptions after registration with an activation key.
c9b59e
  (awood@redhat.com)
c9b59e
c9b59e
* Thu Nov 01 2012 Adrian Likins <alikins@redhat.com> 1.1.5-1
c9b59e
- latest strings from zanata (alikins@redhat.com)
c9b59e
c9b59e
* Wed Oct 31 2012 Adrian Likins <alikins@redhat.com> 1.1.4-1
c9b59e
- 864177: Add the count for the first word in calculating where to break the
c9b59e
  line (bkearney@redhat.com)
c9b59e
- 785666: For bonded interfaces, find mac address of members
c9b59e
  (alikins@redhat.com)
c9b59e
- 839779: Add more context around how to cover the machine with a given SLA
c9b59e
  (bkearney@redhat.com)
c9b59e
- 864177: Attempt to detect the size of the terminal to influence how product
c9b59e
  names are split up. (bkearney@redhat.com)
c9b59e
- 864569: Make the date picker widget 10 characters wide (bkearney@redhat.com)
c9b59e
- 855050: Set the icon-name property on all dialogs and windows
c9b59e
  (bkearney@redhat.com)
c9b59e
- 848095: Reduce the indentation on the help text to improve the layout on
c9b59e
  smaller terminals. (bkearney@redhat.com)
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 862848: Change the name of the button to Cancel instead of Close
c9b59e
  (bkearney@redhat.com)
c9b59e
- 867766: Unsubscribe from multiple entitlement certificates using serial
c9b59e
  numbers (wpoteat@redhat.com)
c9b59e
- Clear any cached environments when registering with activation keys.
c9b59e
  (awood@redhat.com)
c9b59e
  (bryan.kearney@gmail.com)
c9b59e
- Clear any cached activation key values. (awood@redhat.com)
c9b59e
- 869729: --autosubscribe and --activationkey should be mutually exclusive
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 857191: Stacking shows a useless parent in All Available Subscriptions tab
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 863133: Subscription-Manager version command should have server type listed
c9b59e
  first (wpoteat@redhat.com)
c9b59e
- updates for failed-qa issues in bz857195 (dlackey@redhat.com.com)
c9b59e
- Increment the hardcoded page number due to added activation key screen.
c9b59e
  (awood@redhat.com)
c9b59e
- 864555: add "menu" window hint to filters.glade (alikins@redhat.com)
c9b59e
- 850870: Update on-line documentation link. (awood@redhat.com)
c9b59e
- 817671: Add support for Activation Keys in the GUI. (awood@redhat.com)
c9b59e
- 840415: Print an error message if the destination directory does not exist.
c9b59e
  (awood@redhat.com)
c9b59e
- Fail fast if the user enters a bad org. (awood@redhat.com)
c9b59e
- Marking a string for translation. (awood@redhat.com)
c9b59e
- 866579: Fail fast if the user enters a bad environment. (awood@redhat.com)
c9b59e
- Enable logging in firstboot (alikins@redhat.com)
c9b59e
- 865954: Return to creds screen if consumer name is invalid
c9b59e
  (alikins@redhat.com)
c9b59e
- 852107: Make the banners the same width (bkearney@redhat.com)
c9b59e
- 748912: Make the error message a bit more friendly when there is no cert file
c9b59e
  to import (bkearney@redhat.com)
c9b59e
- 865590: Fix broken offline unsubscribe. (dgoodwin@redhat.com)
c9b59e
- 852328: Report Classic and Subscription Management consistently in the
c9b59e
  version and identity commands (bkearney@redhat.com)
c9b59e
- 864159: Add a new message in the gui when no subscriptions are available on a
c9b59e
  specific date. (bkearney@redhat.com)
c9b59e
- 850531: Change the label 'Certificate Status' to 'Status'
c9b59e
  (bkearney@redhat.com)
c9b59e
- 850533: Change the label from 'Next Update' to 'Next System Check-in'
c9b59e
  (bkearney@redhat.com)
c9b59e
- 855365: Display a singular sentence if only one subscription is removed
c9b59e
  (bkearney@redhat.com)
c9b59e
- 862885: Change the text for unlimited to Unlimited (bkearney@redhat.com)
c9b59e
- 864184: Make the machine type uppercase to be consistent with other output
c9b59e
  (bkearney@redhat.com)
c9b59e
- 865545: Added report log when cert has no products. (mstead@redhat.com)
c9b59e
- update releases.conf (alikins@redhat.com)
c9b59e
c9b59e
* Wed Oct 10 2012 Adrian Likins <alikins@redhat.com> 1.1.3-1
c9b59e
- 863961: Expect id cert Version to be populated in tests (alikins@redhat.com)
c9b59e
- 863565: Give focus to the login field during subscription registration.
c9b59e
  (awood@redhat.com)
c9b59e
- 838123: remove python2.5ism (alikins@redhat.com)
c9b59e
- 844072: remove use and dep of PyXML (alikins@redhat.com)
c9b59e
- 838123: Omit mac addresses from facts for lot and sit ipaddress types
c9b59e
  (bkearney@redhat.com)
c9b59e
- 856236: Do not allow environmenets to be specified during registration if an
c9b59e
  activation key is used (bkearney@redhat.com)
c9b59e
- 858289: Rename the desktop file to subscription-manager-gui.deskstop
c9b59e
  (bkearney@redhat.com)
c9b59e
- 808217: Add a text banner to the output of release --list
c9b59e
  (bkearney@redhat.com)
c9b59e
- 863428: Add environment support to the migration script. (awood@redhat.com)
c9b59e
- 862099: Fix several dialog closing issues. (dgoodwin@redhat.com)
c9b59e
- 854374: Removed extra spacing around help, and improved he rct text output a
c9b59e
  bit. (bkearney@redhat.com)
c9b59e
- 853572: Fix a typoin the help messages (bkearney@redhat.com)
c9b59e
- 859090: Remove the word technology from the branding string
c9b59e
  (bkearney@redhat.com)
c9b59e
- 862308: Subscription Manager version reports registered to value when system
c9b59e
  not registered (wpoteat@redhat.com)
c9b59e
- 861443: Re-raise GoneException in rhsmcertd-worker (mstead@redhat.com)
c9b59e
- 861151: make stylish cleanup (alikins@redhat.com)
c9b59e
- 852911: Add padding around firstboot tooltips icon. (dgoodwin@redhat.com)
c9b59e
- 854312: Do not install a certificate that has expired. (mstead@redhat.com)
c9b59e
- Make rhsm-icon work on gnome 3 (jbowes@redhat.com)
c9b59e
- 853885: Fix icon notification popup only displaying once.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- 853006: Wrap label in the manually subscribe firstboot screen.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- 861151: release should not list for incompatible variants
c9b59e
  (alikins@redhat.com)
c9b59e
- 861170: re.escape() values provided to the apply_hightlight() function.
c9b59e
  (awood@redhat.com)
c9b59e
- 852630: Suscription manager unsubscribe --all shows error on expired
c9b59e
  subscriptions (wpoteat@redhat.com)
c9b59e
- Freeze obsoletes version for -gnome to -gui rename (jbowes@redhat.com)
c9b59e
- 860084: remove unused _x from ja_JP translation (alikins@redhat.com)
c9b59e
- 860088: remove trailing dot from url in de_DE.po (alikins@redhat.com)
c9b59e
- Don't reparse entitlement certs on every search filter change
c9b59e
  (jbowes@redhat.com)
c9b59e
- 855257: fix issues with default contract quantity being wrong
c9b59e
  (alikins@redhat.com)
c9b59e
- 860088: some translations were splitting urls into two lines
c9b59e
  (alikins@redhat.com)
c9b59e
- Add to nosetest to ensure that Cert V3 check for validity passes.
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 860344: Subscription-manager import --certificate fails to recognize a new
c9b59e
  version 3.0 certificate (wpoteat@redhat.com)
c9b59e
- New icon set. (awood@redhat.com)
c9b59e
- 853035: Fix firstboot "back" issues. (dgoodwin@redhat.com)
c9b59e
- Check the full version info of the yum api in productid (alikins@redhat.com)
c9b59e
- 847319: Left align manually subscribe firstboot message (jbowes@redhat.com)
c9b59e
- 860030: make server_version_check use a non authenticated call
c9b59e
  (alikins@redhat.com)
c9b59e
- 847387: Display tooltip for info icon in RHEL 5.9. (awood@redhat.com)
c9b59e
c9b59e
* Mon Sep 24 2012 Adrian Likins <alikins@redhat.com> 1.1.2-1
c9b59e
- 829825: Adding tests. (awood@redhat.com)
c9b59e
- 853876: No need to check for GoneException when getting status
c9b59e
  (mstead@redhat.com)
c9b59e
- 829825: Disable unsubscribe button when nothing is selected.
c9b59e
  (awood@redhat.com)
c9b59e
- Remove unused import. (awood@redhat.com)
c9b59e
- 859197: Fix product cert cleanup. (dgoodwin@redhat.com)
c9b59e
- 781280: Add I18N comments for some string length issues.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- 830193: Ensure logging is not diabled by RHN Classic Registration
c9b59e
  (bkearney@redhat.com)
c9b59e
- remove unused RepoFile import (alikins@redhat.com)
c9b59e
- 855081: Translate Arch as Arq. (bkearney@redhat.com)
c9b59e
- Check identity cert permissions when running CLI commands (mstead@redhat.com)
c9b59e
- mock all of RepoFile for the cli tests (alikins@redhat.com)
c9b59e
- 845349: Don't clutter the repo file with empty keys (jbowes@redhat.com)
c9b59e
- 845349: remove 'return' left in for debugging (jbowes@redhat.com)
c9b59e
- Stylish errors for mr.po (bkearney@redhat.com)
c9b59e
- 855085: Fixed the translation for [OPTIONS] (bkearney@redhat.com)
c9b59e
- 855087: Fix a mis translated [OPTIONS] in the mr.po file.
c9b59e
  (bkearney@redhat.com)
c9b59e
- Strings with the same value are not always the same instance.
c9b59e
  (awood@redhat.com)
c9b59e
- updates from sefler for bz850881 (dlackey@redhat.com.com)
c9b59e
- mock out utils.is_valid_server_info for tests (alikins@redhat.com)
c9b59e
- 846207: Print error message for each invalid repo. (awood@redhat.com)
c9b59e
- change test async to check for a number of thread callbacks
c9b59e
  (alikins@redhat.com)
c9b59e
- latest strings from zanata (alikins@redhat.com)
c9b59e
c9b59e
* Wed Sep 19 2012 Devan Goodwin <dgoodwin@rm-rf.ca> 1.1.1-1
c9b59e
- updates to stat-cert for cert v3 (jbowes@redhat.com)
c9b59e
- rct: Check for and handle files that aren't x509 certs (jbowes@redhat.com)
c9b59e
- rct: remove content set count from cat-cert. use stat-cert instead.
c9b59e
  (jbowes@redhat.com)
c9b59e
- implement aliases for cli commands (jbowes@redhat.com)
c9b59e
- rct: add a stat-cert command (jbowes@redhat.com)
c9b59e
- Switch certv2 related code to certv3 (jbowes@redhat.com)
c9b59e
- 852107: Make banner headings equal in length (bkearney@redhat.com)
c9b59e
- 842768: Remove --serverurl option from redeem command. (awood@redhat.com)
c9b59e
- Set correct parent for these error dialogs. (awood@redhat.com)
c9b59e
- set_parent_window() on RegisterScreen has been removed. (awood@redhat.com)
c9b59e
- make regex better (jesusr@redhat.com)
c9b59e
- 855762: Set correct parent for error dialog boxes raised by Autobind wizard.
c9b59e
  (awood@redhat.com)
c9b59e
- 856349: rct cat-cert now printing content for all content types
c9b59e
  (mstead@redhat.com)
c9b59e
- 842768: Limit --serverurl and --baseurl to specific commands.
c9b59e
  (awood@redhat.com)
c9b59e
- 854467: Use of activation keys requires an org. (awood@redhat.com)
c9b59e
  (dgoodwin@rm-rf.ca)
c9b59e
- 854879: Fixes for Anaconda desktop/workstation product cert installation.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- 840415: Handle copyfile errors gracefully. (awood@redhat.com)
c9b59e
- Adding new line b/w products when printed by rct (mstead@redhat.com)
c9b59e
- 850920: --servicelevel and --no-auto are mutually exclusive.
c9b59e
  (awood@redhat.com)
c9b59e
- Explicitly set GMT when doing entitlement date math (cduryee@redhat.com)
c9b59e
- adding --unset option to service-level and release cmds
c9b59e
  (dlackey@redhat.com.com)
c9b59e
- updated images for bz840599; changed rhsmcertd intervals, bz853571
c9b59e
  (dlackey@redhat.com.com)
c9b59e
- 853233: Do not allow 68.pem and 71.pem to coexist after migration.
c9b59e
  (awood@redhat.com)
c9b59e
- 852706: Fix server side certs not being deleted client side
c9b59e
  (alikins@redhat.com)
c9b59e
- editing manpages and gnome help per UXD feedback; updating manpages for new
c9b59e
  command arguments; bz852323, bz850881, bz854357 (dlackey@redhat.com.com)
c9b59e
  rf.ca)
c9b59e
- 845349: Support setting unknown values in the yum repo file
c9b59e
  (jbowes@redhat.com)
c9b59e
- Add a count of content sets to entitlement certificates (bkearney@redhat.com)
c9b59e
- 830988: Stacking is showing an odd parent in the My Subscriptions Tab
c9b59e
  (wpoteat@redhat.com)
c9b59e
c9b59e
* Fri Aug 31 2012 Alex Wood <awood@redhat.com> 1.0.17-1
c9b59e
- Fix gettext_lint issue with concat string in rhn-migrate (alikins@redhat.com)
c9b59e
- 851124: Fix GUI unsubscribe. (dgoodwin@redhat.com)
c9b59e
- fix po version for ta_IN.po (alikins@redhat.com)
c9b59e
- latest strings (alikins@redhat.com)
c9b59e
c9b59e
* Thu Aug 30 2012 Alex Wood <awood@redhat.com> 1.0.16-1
c9b59e
- 853187: Verbiage change in install-num-migrate-to-rhsm. (awood@redhat.com)
c9b59e
- 852894: Abort migration if multiple JBEAP channels are detected.
c9b59e
  (awood@redhat.com)
c9b59e
- 850715: Fix malloc for Config (jbowes@redhat.com)
c9b59e
- 852001: output the orgs key as part of the identity command.
c9b59e
  (bkearney@redhat.com)
c9b59e
- fix "make gettext", wrong var name for the find root (alikins@redhat.com)
c9b59e
- 850715: Fixes based on coverity scans (bkearney@redhat.com)
c9b59e
- 846316: Use the full name of Subscrition Manager during first boot
c9b59e
  (bkearney@redhat.com)
c9b59e
- 851346: Remove special case channel certs before subscribing.
c9b59e
  (awood@redhat.com)
c9b59e
- 847354: When printing, translate None type into an empty string
c9b59e
  (bkearney@redhat.com)
c9b59e
c9b59e
* Wed Aug 29 2012 Alex Wood <awood@redhat.com> 1.0.15-1
c9b59e
- Replace 16x16 icon with a new version that has no background
c9b59e
  (bkearney@redhat.com)
c9b59e
- 852107: Update verbiage in migration script. (awood@redhat.com)
c9b59e
- 847060: Push dependency higher up in the chain (bkearney@redhat.com)
c9b59e
- 848534: Change the about dialog icon to be a PNG to ensure accurate
c9b59e
  representation. (bkearney@redhat.com)
c9b59e
- 841396: Select first item in My Subscriptions table by default.
c9b59e
  (awood@redhat.com)
c9b59e
- 849483: Prompt user for org name if necessary. (awood@redhat.com)
c9b59e
- 849644: Calls made with --no-auto were not actually registering the system.
c9b59e
  (awood@redhat.com)
c9b59e
- 849494: Fix variable name collision. (awood@redhat.com)
c9b59e
- 846834: Use Subscription instead of entitlement certificate
c9b59e
  (bkearney@redhat.com)
c9b59e
- 847859: Expiration highlighting was being set incorrectly. (awood@redhat.com)
c9b59e
- 847750: Handle bad proxy values in migration script. (awood@redhat.com)
c9b59e
- 841961: Ignore case when specifying the service level in migration
c9b59e
  (bkearney@redhat.com)
c9b59e
- 842020: Remove an extraneous option group for rhsmcertd (bkearney@redhat.com)
c9b59e
- Refactored some of the shared CLI code in 'rct' (mstead@redhat.com)
c9b59e
c9b59e
* Fri Aug 17 2012 Alex Wood <awood@redhat.com> 1.0.14-1
c9b59e
- 849171: Remove an extraneous print statement (bkearney@redhat.com)
c9b59e
- 849105: Fixed a typo in the error message (bkearney@redhat.com)
c9b59e
- 772161: Notifiy virt who, if running, when the identity changes
c9b59e
  (bkearney@redhat.com)
c9b59e
- Reduce reads/parses of certificates (jbowes@redhat.com)
c9b59e
- remove unused function 'getInstalledProductHashMap' (jbowes@redhat.com)
c9b59e
- 843191: handle network errors better for 'version' command
c9b59e
  (alikins@redhat.com)
c9b59e
- 826739, 827553: Combine Service Level and Service Type and move up in display
c9b59e
  order. (awood@redhat.com)
c9b59e
- 847316: Remove the menu path for Subscription Manager from the manual
c9b59e
  registration screen. (bkearney@redhat.com)
c9b59e
- 848409,848195,848190,848184: Do not print the exception when attempting to do
c9b59e
  the server version check (bkearney@redhat.com)
c9b59e
- 847795: String and terminology clean up (bkearney@redhat.com)
c9b59e
- 847380: Update the verbiage to prefer the term Subscription Management
c9b59e
  (bkearney@redhat.com)
c9b59e
- 846834: Updated verbiage to focus on subsriptions and not on entitlements
c9b59e
  (bkearney@redhat.com)
c9b59e
- 846105: Verbiage changes to empasize subscriptions over entitlements
c9b59e
  (bkearney@redhat.com)
c9b59e
- 836933: Handle empty spaces for servce levels (bkearney@redhat.com)
c9b59e
- 836932,835050: Fix the service level lifecycle (bkearney@redhat.com)
c9b59e
- 836932: Reduce extra loggging when setting the service level
c9b59e
  (bkearney@redhat.com)
c9b59e
- About dialog was not working due to key errors from python
c9b59e
  (bkearney@redhat.com)
c9b59e
- 833319: Updated the help text for registration and service levels
c9b59e
  (bkearney@redhat.com)
c9b59e
- 847060: Add missing requires on pygobject2 (bkearney@redhat.com)
c9b59e
- 828954: Fix ta_IN.po file error with options (bkearney@redhat.com)
c9b59e
- 842898: re-implement string fix for it.po (bkearney@redhat.com)
c9b59e
- 828958: Fix the accidental translation of an option (bkearney@redhat.com)
c9b59e
- fix up make stylish (jbowes@redhat.com)
c9b59e
- No longer require root to run rct (mstead@redhat.com)
c9b59e
- Remove manually_subscribe.py, it's class moved to rhsm_login.py
c9b59e
  (alikins@redhat.com)
c9b59e
- Bumping the required python-rhsm version (mstead@redhat.com)
c9b59e
- Renamed rt command to rct. (mstead@redhat.com)
c9b59e
- Fix test case failure on 5.9 (Exception.message) (alikins@redhat.com)
c9b59e
- Refactor ManuallySubscribeScreen to use new Screen api (alikins@redhat.com)
c9b59e
- Check passed args as None to allow empty args (mstead@redhat.com)
c9b59e
- Exception.message is deprecated, just let _str_ do it (alikins@redhat.com)
c9b59e
- use MockStdout intead of nosetests sys.stdout.getvalue() (alikins@redhat.com)
c9b59e
c9b59e
* Thu Aug 09 2012 Alex Wood <awood@redhat.com> 1.0.13-1
c9b59e
- Fix "Project-Id-Version" for ta_IN.po (alikins@redhat.com)
c9b59e
- latest strings from zanata (alikins@redhat.com)
c9b59e
- Remove the 'repos' unittests until they are more mockable
c9b59e
  (alikins@redhat.com)
c9b59e
- Created CLI tool for viewing certificate data. (mstead@redhat.com)
c9b59e
- add versionlint to "make stylish" (alikins@redhat.com)
c9b59e
- add versionlint, requires pyqver (alikins@redhat.com)
c9b59e
- Remove unused mock return values (alikins@redhat.com)
c9b59e
- Remove enable_grid_lines from contract details glade file
c9b59e
  (alikins@redhat.com)
c9b59e
- more test cases for ConfigCommand (alikins@redhat.com)
c9b59e
- 837897: Terminology Change: Service Level Agreement -> Service Level
c9b59e
  (wpoteat@redhat.com)
c9b59e
- add test cases for ConfigCommand (alikins@redhat.com)
c9b59e
- Better error when rm'ing config item from missing section
c9b59e
  (alikins@redhat.com)
c9b59e
- unittest coverage for managercli.CLI (alikins@redhat.com)
c9b59e
- Adding unit tests for migration script regexes. (awood@redhat.com)
c9b59e
- 812903: Autosubscribe not working for newly added product cert after Register
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 845827: Update command that do not require a candlepin connection
c9b59e
  (alikins@redhat.com)
c9b59e
- 845827: Split server version checkout out to avoid errors
c9b59e
  (alikins@redhat.com)
c9b59e
- Hack to address double mapping for 180.pem and 17{6|8}.pem (awood@redhat.com)
c9b59e
- fix pep8 (jesusr@redhat.com)
c9b59e
- don't show access.redhat.com url after registering to Katello
c9b59e
  (jesusr@redhat.com)
c9b59e
- remove the explicit url search from error handling. (jesusr@redhat.com)
c9b59e
- Make gettext_lint also check for _(foo) usage (alikins@redhat.com)
c9b59e
- Remove unneeded _(somevar) (alikins@redhat.com)
c9b59e
- Fix NameError in migration script. (awood@redhat.com)
c9b59e
- bogus newline in glade file (alikins@redhat.com)
c9b59e
- 826874: Reenable grid lines on newer gtk (alikins@redhat.com)
c9b59e
- 826874: Remove enable_grid_lines from treeviews in glade (alikins@redhat.com)
c9b59e
- 826874: Removing more properties that don't exist on gtk2.10
c9b59e
  (alikins@redhat.com)
c9b59e
- 826874: Change gtk target version to gtk 2.10 for all glade files
c9b59e
  (alikins@redhat.com)
c9b59e
- 826874: Clean of gtk properties not in gtk2.10 in our glade files
c9b59e
  (alikins@redhat.com)
c9b59e
- Add support for migrating to Katello. (jesusr@redhat.com)
c9b59e
- 843191: 'version' command showed wrong info with no network
c9b59e
  (alikins@redhat.com)
c9b59e
- 843915: Multiple-specifications of --enable and --disable repos
c9b59e
  (wpoteat@redhat.com)
c9b59e
- fix Package-Id-Version in ta_IN.po (alikins@redhat.com)
c9b59e
- Fix es_ES.po (missing newline) (alikins@redhat.com)
c9b59e
- 842898: fix missing --password in it.po (alikins@redhat.com)
c9b59e
- 843113: latest strings from zanata (alikins@redhat.com)
c9b59e
- 837280: Show users that we strip out any scheme given with a proxy.
c9b59e
  (awood@redhat.com)
c9b59e
- new strings (alikins@redhat.com)
c9b59e
- Refactor of SubDetailsWidget and GladeWidget (alikins@redhat.com)
c9b59e
- 826729: Move Cert Status up to top of Product's Subscription Details
c9b59e
  (wpoteat@redhat.com)
c9b59e
c9b59e
* Thu Aug 02 2012 Alex Wood <awood@redhat.com> 1.0.12-1
c9b59e
- remove test cases that use si_LK locale (alikins@redhat.com)
c9b59e
- 842845: Show better error if serverurl port is non numeric
c9b59e
  (alikins@redhat.com)
c9b59e
- 838113: 'unregister' was not cleaning up repos (alikins@redhat.com)
c9b59e
- 842170: replace None service level/type with "" not None (alikins@redhat.com)
c9b59e
- 844069: Allow register --force even if ID cert is totally invalid.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- 826874: Remove use of deprecated Gtk.Notebook.set_page (alikins@redhat.com)
c9b59e
- 818355: Terminology Change: Contract Number -> Contract (wpoteat@redhat.com)
c9b59e
- 844368: productid plugin was failing on ProductCert.product
c9b59e
  (alikins@redhat.com)
c9b59e
- Ignore warning about use of dbus.dbus_bindings (alikins@redhat.com)
c9b59e
- 844178: Fix error message when importing a non-entitlement cert bundle.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- remove deprecated use of DateRange.hasNow() (jbowes@redhat.com)
c9b59e
- remove use of DateRange.hasDate() (alikins@redhat.com)
c9b59e
c9b59e
* Wed Jul 25 2012 Alex Wood <awood@redhat.com> 1.0.11-1
c9b59e
- Remove deprecated use of hasDate. (dgoodwin@redhat.com)
c9b59e
- Fix missed use of renamed method. (dgoodwin@redhat.com)
c9b59e
- make stylish clean (alikins@redhat.com)
c9b59e
- use isoformat() here instead of strftime format string (alikins@redhat.com)
c9b59e
- create warn and expire colors once, fix test failure (alikins@redhat.com)
c9b59e
- make stylish cleanups (alikins@redhat.com)
c9b59e
- Additional tests for date logic. (awood@redhat.com)
c9b59e
- Update for some minor changes in python-rhsm. (dgoodwin@redhat.com)
c9b59e
- add rhsm_display module (alikins@redhat.com)
c9b59e
- Add module to set DISPLAY if RHSM_DISPLAY is set (alikins@redhat.com)
c9b59e
- 837132: fix typo (alikins@redhat.com)
c9b59e
- Add "ctrl-X" as accelerator for proxy config (alikins@redhat.com)
c9b59e
- Make "Usage" consistent across rhel5/6 (alikins@redhat.com)
c9b59e
- Add __str__ for our fake exception. (alikins@redhat.com)
c9b59e
- class ClassName(): is not legal syntax on python2.4 (alikins@redhat.com)
c9b59e
- Exception by default doesn't pass 'args' (alikins@redhat.com)
c9b59e
- Linkify() doesn't work on rhel5, so disble the tests there
c9b59e
  (alikins@redhat.com)
c9b59e
- hashlib doesn't exist on 2.4, md5 is deprecated on 2.6 (alikins@redhat.com)
c9b59e
- use simplejson since 'json' isnt part of python 2.4 (alikins@redhat.com)
c9b59e
- Use ISO8601 date format in allsubs tab (alikins@redhat.com)
c9b59e
- Fix syntax for RHEL5. (dgoodwin@redhat.com)
c9b59e
- Fix awkward stretching in Subscription column. (awood@redhat.com)
c9b59e
- 804144: Fix awkward stretching of Product column. (awood@redhat.com)
c9b59e
- 814731: Change the name of the menu item to Preferences from Settings, and
c9b59e
  change the accelerator keys (bkearney@redhat.com)
c9b59e
- 837132: Clean up the error message in the yum plugin (bkearney@redhat.com)
c9b59e
- 837038: Fix a grammatical error in the yum plugin (bkearney@redhat.com)
c9b59e
- Fix certificate parsing error reporting. (dgoodwin@redhat.com)
c9b59e
- Removing unnecessary assignments. (awood@redhat.com)
c9b59e
- F15 builds can't be submitted in Fedora anymore. (dgoodwin@redhat.com)
c9b59e
- updating options for rhn-migrate-classic-to-rhsm per bz840152; rewriting
c9b59e
  rhsmcertd for different options and usage examples (dlackey@redhat.com.com)
c9b59e
- Account/contract number field rename. (dgoodwin@redhat.com)
c9b59e
- Stylish fixes. (dgoodwin@redhat.com)
c9b59e
- Fix a certv2 error. (dgoodwin@redhat.com)
c9b59e
- 829825: Alter highlighting used in My Subscriptions tab (awood@redhat.com)
c9b59e
- 772040: Have no overlap filter properly handles subscription dates.
c9b59e
  (mstead@redhat.com)
c9b59e
- Update order support level/type to service. (dgoodwin@redhat.com)
c9b59e
- Remove explicit use of certificate2 module. (dgoodwin@redhat.com)
c9b59e
- Fix issues introduced in certv2 refactor. (dgoodwin@redhat.com)
c9b59e
- Change entitlement_version fact to certificate_version. (dgoodwin@redhat.com)
c9b59e
- Update to use new certificate2 module and classes. (dgoodwin@redhat.com)
c9b59e
- Send entitlement version fact. (dgoodwin@redhat.com)
c9b59e
c9b59e
* Thu Jul 19 2012 Alex Wood <awood@redhat.com> 1.0.10-1
c9b59e
- 828903: Pull in the latest translation for error messages with no options
c9b59e
  translated (bkearney@redhat.com)
c9b59e
- 841011: Fix double words in the korean translations (bkearney@redhat.com)
c9b59e
- 828958: Untranslate the word password when it it used as an option in the
c9b59e
  pt_BR translations (bkearney@redhat.com)
c9b59e
- Fixes for translations from zanata (alikins@redhat.com)
c9b59e
- Latest translations from zanata (alikins@redhat.com)
c9b59e
- 839887: Make error message text more clear when network is disconnected
c9b59e
  (bkearney@redhat.com)
c9b59e
- 839760: Fix the screen text for preferences based on UXD feedback
c9b59e
  (bkearney@redhat.com)
c9b59e
- 818355: Rename the use of 'Contract Number' to contract in the gui
c9b59e
  (bkearney@redhat.com)
c9b59e
- 840169: The service level was incorrectly being set after auto-subscription.
c9b59e
  (awood@redhat.com)
c9b59e
- 840637: Fixed missing reference to parent window. (mstead@redhat.com)
c9b59e
- Import and translate error strings for 'envirovment' cmd (alikins@redhat.com)
c9b59e
- Removed --wait arg, delay 2 min in rhsmcertd (mstead@redhat.com)
c9b59e
- Interval CLI args for rhsmcertd now specified as minutes. (mstead@redhat.com)
c9b59e
- Update rhsmcertd.init.d to use new CLI args (mstead@redhat.com)
c9b59e
- Bad url format test and a refactor of parse_url (alikins@redhat.com)
c9b59e
- Print message when rhsmcertd is shutting down (mstead@redhat.com)
c9b59e
- Fixed spelling and newline issues in rhsmcertd (mstead@redhat.com)
c9b59e
- Handle a few new bad url formats (http//foo or http:sdf) (alikins@redhat.com)
c9b59e
- Add wait and now args to rhsmcertd (mstead@redhat.com)
c9b59e
- 839683: Add some strings from older optparse to our i18n version
c9b59e
  (alikins@redhat.com)
c9b59e
- 838146: Subscription-manager cli does not allow unsubscribe when consumer not
c9b59e
  registered. (wpoteat@redhat.com)
c9b59e
- rhsmcertd: add format specifier checking to r_log (jbowes@redhat.com)
c9b59e
- Improve rhsmcertd logging (jbowes@redhat.com)
c9b59e
- Fix bug where filter options were not persisted when the dialog was reopened.
c9b59e
  (awood@redhat.com)
c9b59e
- 838242: proxy password from the cli wasn't getting used (alikins@redhat.com)
c9b59e
- Adding options parsing support (work-in-progress). (mstead@redhat.com)
c9b59e
- Added initial check delay to rhsmcertd (mstead@redhat.com)
c9b59e
c9b59e
* Tue Jul 10 2012 Alex Wood <awood@redhat.com> 1.0.9-1
c9b59e
- On invalid credentials in register, return to the login screen
c9b59e
  (jbowes@redhat.com)
c9b59e
- 821065: Make SLA/subscription asyncronous (jbowes@redhat.com)
c9b59e
- 838942: make gui and cli use the same releaseVer check (jbowes@redhat.com)
c9b59e
- fixes for translations from zanata (alikins@redhat.com)
c9b59e
- latest strings from zanata (alikins@redhat.com)
c9b59e
- Remove check for date parsing not failing when we expect it to
c9b59e
  (alikins@redhat.com)
c9b59e
- Remove glade orientation properties. (awood@redhat.com)
c9b59e
- Moving the filter counting mechanism into the Filters class.
c9b59e
  (awood@redhat.com)
c9b59e
- Adjust expand and fill properties for the filter dialog. (awood@redhat.com)
c9b59e
- add za_CN.utf to list of known busted locales (alikins@redhat.com)
c9b59e
- 824424: Fixing AttributeError thrown when accessing online help in RHEL 5.
c9b59e
  (awood@redhat.com)
c9b59e
- Add icon to update progress window. (awood@redhat.com)
c9b59e
- 806986: Display SKU for available and consumed subscriptions
c9b59e
  (jbowes@redhat.com)
c9b59e
- Increase the default size of the subscriptions viewport. (awood@redhat.com)
c9b59e
- Add no overlapping to the default filters. (awood@redhat.com)
c9b59e
- Tweaks to filter options dialog. (awood@redhat.com)
c9b59e
- 801187: print Provides: for all subs, even with no provides
c9b59e
  (jbowes@redhat.com)
c9b59e
- The filter dialog now updates results in real time. (awood@redhat.com)
c9b59e
- 837106: Add a11y property for register button (jbowes@redhat.com)
c9b59e
- 813336: Break filter options out into a separate dialog box.
c9b59e
  (awood@redhat.com)
c9b59e
- 837036: Do not refer to options as commands (bkearney@redhat.com)
c9b59e
- 829495: Delete a mis-translated string to force re-translation
c9b59e
  (bkearney@redhat.com)
c9b59e
- 828966: Delete a mis-translated string to force trasnlations
c9b59e
  (bkearney@redhat.com)
c9b59e
- 767133: Remove english to english translations from bn_IN to force a new
c9b59e
  translation (bkearney@redhat.com)
c9b59e
- 829491: Remove english trnaslations for italian translations
c9b59e
  (bkearney@redhat.com)
c9b59e
c9b59e
* Tue Jul 03 2012 Devan Goodwin <dgoodwin@rm-rf.ca> 1.0.8-1
c9b59e
- Add rpmlint config for tmpfiles.d (jbowes@redhat.com)
c9b59e
- Use the i18n_optparse.OptionParser instead of optparse (alikins@redhat.com)
c9b59e
- Use our i18n_optparse for the migration scripts (alikins@redhat.com)
c9b59e
- Look for rhn-migrate* in bin for generating string catalogs
c9b59e
  (alikins@redhat.com)
c9b59e
- 826874: add gladelint support for 'orientation' prop (alikins@redhat.com)
c9b59e
- 826874: Remove unneeded property 'orientation' from glade
c9b59e
  (alikins@redhat.com)
c9b59e
- 796782: add systemd tmpfiles configuration (jbowes@redhat.com)
c9b59e
c9b59e
* Thu Jun 28 2012 Alex Wood <awood@redhat.com> 1.0.7-1
c9b59e
- Revamp choose server screen. (dgoodwin@redhat.com)
c9b59e
c9b59e
* Thu Jun 28 2012 Alex Wood <awood@redhat.com> 1.0.6-1
c9b59e
- rhsmcertd no longer exits when not registered. (mstead@redhat.com)
c9b59e
- po file cleanups (alikins@redhat.com)
c9b59e
- latest strings from zanata (alikins@redhat.com)
c9b59e
- Free config resources in one place (mstead@redhat.com)
c9b59e
- rhsmcertd: free GKeyFile when done (jbowes@redhat.com)
c9b59e
- rhsmcertd: remove studlyCaps (jbowes@redhat.com)
c9b59e
- "make stylish" should failed on "swapped" in glade files (alikins@redhat.com)
c9b59e
- Remove 'swapped=on' from glade signal markup. (alikins@redhat.com)
c9b59e
- add 'fix-glade-swapped' target to de-'swapped' glade files
c9b59e
  (alikins@redhat.com)
c9b59e
- make stylish fixups (alikins@redhat.com)
c9b59e
- Fix at-spi label for "offline_radio" widget (alikins@redhat.com)
c9b59e
- shorter messages for cases where registered to RHN Classic
c9b59e
  (alikins@redhat.com)
c9b59e
- Tighten up the gettext_lint regex (alikins@redhat.com)
c9b59e
- Fix string that was breaking xgettext (alikins@redhat.com)
c9b59e
- 810998: Add a button to test a proxy connection. (awood@redhat.com)
c9b59e
- new messages, and remove checking of rhn serverURL (alikins@redhat.com)
c9b59e
- remove unused es.po file (bkearney@redhat.com)
c9b59e
- 829486: Removed untranslated words to force a re-translation
c9b59e
  (bkearney@redhat.com)
c9b59e
- Remove unused bn.po file (bkearney@redhat.com)
c9b59e
- 826856: Add check for service-level command that --org can only be used with
c9b59e
  --list option (bkearney@redhat.com)
c9b59e
- 829483: Remove english to english translation to force a re-translations
c9b59e
  (bkearney@redhat.com)
c9b59e
- Remove unused de po file (bkearney@redhat.com)
c9b59e
- 819665: on 'version' display if we are registered to RHN Classic
c9b59e
  (alikins@redhat.com)
c9b59e
c9b59e
* Tue Jun 26 2012 Alex Wood <awood@redhat.com> 1.0.5-1
c9b59e
- 804109: Give a specific message when providing invalid credentials.
c9b59e
  (awood@redhat.com)
c9b59e
- 810360: update wording in gnome help file (cduryee@redhat.com)
c9b59e
- use new bin location of files for $STYLEFILES (alikins@redhat.com)
c9b59e
- add 'debuglint' for checking for leftover debugger imports
c9b59e
  (alikins@redhat.com)
c9b59e
- Update make clean target (jbowes@redhat.com)
c9b59e
- Move py executables to bin/ (jbowes@redhat.com)
c9b59e
- Put no results text inside the scrolled window (jbowes@redhat.com)
c9b59e
- 817901: Show text when there are no subscriptions to show.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- Move initd file to etc-conf (jbowes@redhat.com)
c9b59e
- Move plugins to their own src dir (jbowes@repl.ca)
c9b59e
- More test cases for utils.parse_url (alikins@redhat.com)
c9b59e
- 829482: Delete unstranslated strings in order force a retranslation
c9b59e
  (bkearney@redhat.com)
c9b59e
- 811602: Fix the help output based on UXD feedback (bkearney@redhat.com)
c9b59e
- 828867: Removed the extra %%s string from the te translation
c9b59e
  (bkearney@redhat.com)
c9b59e
- 829479: Remove unstranslated strings to force a re-translation
c9b59e
  (bkearney@redhat.com)
c9b59e
- Delete the unused pt.po file (bkearney@redhat.com)
c9b59e
- 829476: Remove untranslated strings. (bkearney@redhat.com)
c9b59e
- 811553: Improve the text for auto subscribe during registration
c9b59e
  (bkearney@redhat.com)
c9b59e
- 829471: Fix the translation for usage, and remove a translation for %%org id
c9b59e
  to force a retranslation (bkearney@redhat.com)
c9b59e
- Remove an outdated ta.po file (bkearney@redhat.com)
c9b59e
- 828810: Remove extra %%s in translation (bkearney@redhat.com)
c9b59e
- Test to ensure that pool id is in the output for list --available
c9b59e
  (wpoteat@redhat.com)
c9b59e
- Close registration window even if it failed. (dgoodwin@redhat.com)
c9b59e
- 825923: Subscription-manager service-level set should say "Service level set
c9b59e
  to:" (wpoteat@redhat.com)
c9b59e
- 811594: Default behavior for ReposCommand is --list (wpoteat@redhat.com)
c9b59e
- 832400: service-level --unset should display proper message for unregistered
c9b59e
  client. (wpoteat@redhat.com)
c9b59e
c9b59e
* Tue Jun 19 2012 Alex Wood <awood@redhat.com> 1.0.4-1
c9b59e
- 818978: Use systemd instead of sysv when installing on F17+ and RHEL7+.
c9b59e
  (mstead@redhat.com)
c9b59e
- 827035: update identity certificate (jmrodri@gmail.com)
c9b59e
- registergui: make screens without guis more generic (jbowes@redhat.com)
c9b59e
- Incorrect field value removed on previous change (wpoteat@redhat.com)
c9b59e
- 829812: Add an unset command for the release command (bkearney@redhat.com)
c9b59e
- 823659: Update SLA text in Settings to Service Level (wpoteat@redhat.com)
c9b59e
- Use a temp file for finding used widgets (jbowes@redhat.com)
c9b59e
- clean up some unused import warnings (jbowes@redhat.com)
c9b59e
- default to running style checks on tests (jbowes@redhat.com)
c9b59e
- Make test cases stylish as well... (alikins@redhat.com)
c9b59e
- Fix "make stylish" (alikins@redhat.com)
c9b59e
- 829803: Added an unset command to service level. (bkearney@redhat.com)
c9b59e
- Remove reference to InstalledProductsTab.product_id_text (alikins@redhat.com)
c9b59e
- Add a "find-missing-widgets" target to makefile (alikins@redhat.com)
c9b59e
- 830949: add accessibility locators for registration widgets
c9b59e
  (alikins@redhat.com)
c9b59e
- 824979: No message for subscription-manager release --list with no
c9b59e
  subscriptions. (wpoteat@redhat.com)
c9b59e
- Added UnRegisterCommand and UnSubscribeCommand nosetests (wpoteat@redhat.com)
c9b59e
- registergui: get firstboot working with new new code (jbowes@repl.ca)
c9b59e
- registergui: Create a PreformRegisterScreen class (jbowes@repl.ca)
c9b59e
- registergui: add a post method for setting data on the parent
c9b59e
  (jbowes@repl.ca)
c9b59e
- registergui: create a 'pre' hook for screens (jbowes@repl.ca)
c9b59e
  (cduryee@redhat.com)
c9b59e
- 819665: print msg if user is registered to RHN Classic on "identity" command
c9b59e
  (cduryee@redhat.com)
c9b59e
  (wpoteat@redhat.com)
c9b59e
- Add F17 yum repo release target. (dgoodwin@redhat.com)
c9b59e
- fix make stylish (jbowes@redhat.com)
c9b59e
- 810352: Disable the expansion of the system name selection in the register
c9b59e
  dialog (bkearney@redhat.com)
c9b59e
- 824530: add test case for setting proxy cli for release (alikins@redhat.com)
c9b59e
- rhsm-icon codestyle cleanups (jbowes@repl.ca)
c9b59e
- 829900: Use the term 'Subscription Management Service' to refer to SAM, CFSE,
c9b59e
  etc (root@bkearney.(none))
c9b59e
- 829898: Make the no service level option a bit clearer as to its meaning
c9b59e
  (bkearney@redhat.com)
c9b59e
- Improve the logging so that the user only sees the approved output by default
c9b59e
  (bkearney@redhat.com)
c9b59e
- 830193: Modify the output of the yum plugin to be consistent with RHN
c9b59e
  (bkearney@redhat.com)
c9b59e
- 824530: "release" command ignoring cli proxy options (alikins@redhat.com)
c9b59e
- 828042,828068: Make ja_JP's Confirm Subscription unique for firstboot.
c9b59e
  (mstead@redhat.com)
c9b59e
- Updating strings from zanata (mstead@redhat.com)
c9b59e
- 825309: Remove the archiecture field from the table. (bkearney@redhat.com)
c9b59e
- 823608: Rename the software pane to product (bkearney@redhat.com)
c9b59e
- 810369: Prefer the term Subscription to Entitlement (bkearney@redhat.com)
c9b59e
- Add a warning comment about firstboot module titles (alikins@redhat.com)
c9b59e
- Clean up an option (bkearney@redhat.com)
c9b59e
- 827208: Fix the xmltag bugs in the or po file (bkearney@redhat.com)
c9b59e
- 827214: Clean up the XML tags in ta po file. (bkearney@redhat.com)
c9b59e
- Slight change in the path for the ta po file (bkearney@redhat.com)
c9b59e
- Slight change in the path for the ta po file (bkearney@redhat.com)
c9b59e
- Slight change in the path for the ml po file (bkearney@redhat.com)
c9b59e
- 828583: Add some spacing at the end of the file paths in the ko.po file
c9b59e
  (bkearney@redhat.com)
c9b59e
- 828816: the %%prog variable should not be translated (bkearney@redhat.com)
c9b59e
- 828821: Fix the addition of a new variable in the hi po file
c9b59e
  (bkearney@redhat.com)
c9b59e
- 828903: Fix translation of options in the bn po file. (bkearney@redhat.com)
c9b59e
- Fix part of the mis translated options (bkearney@redhat.com)
c9b59e
- 828965: Fix a translated option which should not have been translated
c9b59e
  (bkearney@redhat.com)
c9b59e
- 828954: fix the --pool option in the translated string (bkearney@redhat.com)
c9b59e
- 828958: --available should not be translated (bkearney@redhat.com)
c9b59e
- Add --password as an option, not a string. This cause several strings to be
c9b59e
  retranslated (bkearney@redhat.com)
c9b59e
- 828969: Fix the options in the translated string (bkearney@redhat.com)
c9b59e
- 828985: Fix the url in the translated string (bkearney@redhat.com)
c9b59e
- 828989: Fix the access url (bkearney@redhat.com)
c9b59e
- 818205: Release --set command should only accept values from --list.
c9b59e
  (awood@redhat.com)
c9b59e
- registergui: extract out a screen superclass (jbowes@repl.ca)
c9b59e
- registergui: get button label from screen class (jbowes@repl.ca)
c9b59e
- registergui: keep screens in a list (jbowes@repl.ca)
c9b59e
- registergui: pull out environment screen into its own class (jbowes@repl.ca)
c9b59e
- registergui: sensitivity refactor and method move (jbowes@repl.ca)
c9b59e
- registergui: extract out credentials_entered method (jbowes@repl.ca)
c9b59e
- registergui: move organization screen to its own class (jbowes@repl.ca)
c9b59e
- registergui: move credentials screen to its own class (jbowes@repl.ca)
c9b59e
- registergui: move choose server screen to its own class (jbowes@repl.ca)
c9b59e
- registergui: switch from GladeWrapper to GladeWidget (jbowes@repl.ca)
c9b59e
- registergui: Remove some unused globals (jbowes@repl.ca)
c9b59e
c9b59e
* Thu Jun 07 2012 Alex Wood <awood@redhat.com> 1.0.3-1
c9b59e
- 817938: Add sorting to the contract selection table. (awood@redhat.com)
c9b59e
- 822706: gtk widget visibility toggle compat for el5 (jbowes@repl.ca)
c9b59e
- 822706: Display Register button on Installed Product tab if not registered.
c9b59e
  (mstead@redhat.com)
c9b59e
- 825286: Handle unset service levels in a manner similar to unset release
c9b59e
  versions. (awood@redhat.com)
c9b59e
- 826735: Merge start/end date sub details into one row. (dgoodwin@redhat.com)
c9b59e
- fix make stylish (jbowes@repl.ca)
c9b59e
- 811593: Feedback when not providing command options is not consistent.
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 806986: Subscription-Manager should refer to subscription name and product
c9b59e
  name. (wpoteat@redhat.com)
c9b59e
- 825737: Service-level --set should configure proper value for GUI
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 817901: Disable the match installed products filter. (dgoodwin@redhat.com)
c9b59e
- Remove unecessary use of lambda. (dgoodwin@redhat.com)
c9b59e
- 818282: Sort virtual subscriptions to the top of contract selector.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- 818383: display better messages for yum plugin usage (cduryee@redhat.com)
c9b59e
- Fix logging of deleted expired certs (jbowes@repl.ca)
c9b59e
- Remove the constants module (jbowes@repl.ca)
c9b59e
- Remove useless format specifier (jbowes@repl.ca)
c9b59e
- 801187: condense list --consumed output (jbowes@repl.ca)
c9b59e
- Don't use kwargs for cli subclasses; it makes things shorter (jbowes@repl.ca)
c9b59e
- Remove desc cli argument, no module used it (jbowes@repl.ca)
c9b59e
- Use super for cli module init (jbowes@repl.ca)
c9b59e
- Clean up rpmlint messages (jbowes@repl.ca)
c9b59e
- Autogenerate the cli usage message (jbowes@repl.ca)
c9b59e
- Remove obsolete nose tests (jbowes@repl.ca)
c9b59e
- 812410: Show product name on CLI subscribe to pool. (dgoodwin@redhat.com)
c9b59e
- 824680: make init script status return proper exit code (alikins@redhat.com)
c9b59e
- fix nosetests for progress gui (jbowes@repl.ca)
c9b59e
- Rework urlparse calls to work with RHEL 5. (awood@redhat.com)
c9b59e
- 818238: Set a better progress title for sub search (jbowes@repl.ca)
c9b59e
- 771756: Drop "rhsm icon" from the rhsm-icon usage message (jbowes@repl.ca)
c9b59e
- 820294: Let candlepin handle org/env/key validation (jbowes@repl.ca)
c9b59e
- 818397: Rename subscription-manager-gnome to -gui (jbowes@repl.ca)
c9b59e
- Reduce wordiness of version command. (awood@redhat.com)
c9b59e
- 824333: use rhel5-friendly urlparse options (cduryee@redhat.com)
c9b59e
- Log the program versions when starting the GUI or making a CLI call.
c9b59e
  (awood@redhat.com)
c9b59e
- Fix the About dialog to work in RHEL 5.8 (awood@redhat.com)
c9b59e
- 821544: Remove the stacking id attribute from my susbcriptions since it is
c9b59e
  not being used currently. (bkearney@redhat.com)
c9b59e
- add checkcommits exception for 824100 (alikins@redhat.com)
c9b59e
- 824100: update zanata.xml to grab latest pt_BR.po (alikins@redhat.com)
c9b59e
- 822057: do not hard-code cdn to port 443 (cduryee@redhat.com)
c9b59e
- Display sane error on CLI if missing CA certificate. (dgoodwin@redhat.com)
c9b59e
- Display sane error in GUI if missing CA certificate. (dgoodwin@redhat.com)
c9b59e
- 812373: Terminology change for list --installed and --consumed
c9b59e
  (wpoteat@redhat.com)
c9b59e
- zanata client will push any po/*.pot files it finds. Stop.
c9b59e
  (alikins@redhat.com)
c9b59e
- 789182: Fix UnicodeEncodeError when logging. (awood@redhat.com)
c9b59e
- README for github and people who like to read (alikins@redhat.com)
c9b59e
- checkcommits exception for xgettext patch fixed in master
c9b59e
  (alikins@redhat.com)
c9b59e
- 820743: Fix these strings so xgettext finds extracts them
c9b59e
  (alikins@redhat.com)
c9b59e
- refine the regex for "make gettext_lint" (alikins@redhat.com)
c9b59e
- Upload el6 yum packages to another dir for compatability.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
c9b59e
* Wed May 16 2012 Devan Goodwin <dgoodwin@rm-rf.ca> 1.0.2-1
c9b59e
- Updating strings from zanata (mstead@redhat.com)
c9b59e
- Add new server setup GUI screen. (dgoodwin@redhat.com)
c9b59e
- Add new server setup CLI options. (alikins@redhat.com)
c9b59e
- 813296: Remove check for candlepin_version (jbowes@redhat.com)
c9b59e
- Allow importing multiple subscriptions at once (jbowes@redhat.com)
c9b59e
- 820170: Subscription Manager release --list should display "not supported"
c9b59e
  message for older candlepin. (wpoteat@redhat.com)
c9b59e
- 817938: Make columns in subscription-manager tables sortable.
c9b59e
  (awood@redhat.com)
c9b59e
- 812153: Release command should have a --show command which is the default.
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 820080: Fix "Configuration" spelling on firstboot page (alikins@redhat.com)
c9b59e
- Set the parent window for the about dialog (mstead@redhat.com)
c9b59e
- removing a sentence from the manpage about working on RHEL 5.8 and later,
c9b59e
  bz820765 (deon@deonlackey.com)
c9b59e
- 821024: Properly handle ESC on preferences dialog (mstead@redhat.com)
c9b59e
- Replaced toolbar with menubar. (mstead@redhat.com)
c9b59e
- 820040,820037,820030: don't break multibyte help blurbs (alikins@redhat.com)
c9b59e
- 817036: Add a version command to subscription-manager. (awood@redhat.com)
c9b59e
- The unbindAll command now returns JSON. (awood@redhat.com)
c9b59e
- Explain the conditional imports more accurately. (alikins@redhat.com)
c9b59e
- Print different message when subscribing to no service level.
c9b59e
  (awood@redhat.com)
c9b59e
- remove deprecated use of "md5" module (alikins@redhat.com)
c9b59e
- Enable and disable available repos on client machine from Subscription
c9b59e
  Manager CLI (wpoteat@redhat.com)
c9b59e
- 790939: Add SLA to rhn-migrate-classic-to-rhsm. (awood@redhat.com)
c9b59e
- 812388: Show the number of entitlements unsubscribed from. (awood@redhat.com)
c9b59e
- 818298: release --list should not display rhel-5 when only rhel-6 product is
c9b59e
  installed (wpoteat@redhat.com)
c9b59e
- 810236: Update facts after registering with --consumerid.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- 818461: invalid date format error when using or_IN.UTF-8 (cduryee@redhat.com)
c9b59e
- Store date of migration in migration facts for rhn-migrate-classic-to-rhsm.
c9b59e
  (awood@redhat.com)
c9b59e
- Unify our el5 and el6 firstboot modules (jbowes@redhat.com)
c9b59e
- add a gconf setting for users who do not want to use the icon
c9b59e
  (cduryee@redhat.com)
c9b59e
- do not use the gui by default when migrating (cduryee@redhat.com)
c9b59e
- Allow service level change for consumer via CLI independent of other calls.
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 815479: Incorrect owner should be relayed on service level list call.
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 817390: add completion support for servicelevel (alikins@redhat.com)
c9b59e
- 817117: fix completion of environment command (alikins@redhat.com)
c9b59e
- 816377: handle cert migration data being missing (alikins@redhat.com)
c9b59e
- Store date of migration and installation number in migration facts.
c9b59e
  (awood@redhat.com)
c9b59e
- Fixing registration error when loading SlaWizard (mstead@redhat.com)
c9b59e
c9b59e
* Thu Apr 26 2012 Michael Stead <mstead@redhat.com> 1.0.1-1
c9b59e
- latest strings from zanata (alikins@redhat.com)
c9b59e
- add test cases for autobind.py (alikins@redhat.com)
c9b59e
- pep8 and pyflakes cleanups (jbowes@redhat.com)
c9b59e
- 815563: Remove incorrect at-spi locators. (awood@redhat.com)
c9b59e
- 795541: Environment command should omit the Library from katello
c9b59e
  (bkearney@redhat.com)
c9b59e
- 806993: Tolerate the provision of a scheme with the proxy string.
c9b59e
  (awood@redhat.com)
c9b59e
- remove remnants of subscription_assistant.py (alikins@redhat.com)
c9b59e
- 811952: Don't try to unsubscribe old ents if we register (alikins@redhat.com)
c9b59e
- 811952: Handle errors on unsubscribing ent certs (alikins@redhat.com)
c9b59e
- 812929: Fix issue with selected sla not being in suitable_slas
c9b59e
  (mstead@redhat.com)
c9b59e
- 812897: Use consistent casing for the word "Error" (awood@redhat.com)
c9b59e
- Improve preferences dialog error message. (dgoodwin@redhat.com)
c9b59e
- 811863: Handle unforseen errors in preferences dialog. (dgoodwin@redhat.com)
c9b59e
- 811340: Select the first product in My Installed Software table by default.
c9b59e
  (awood@redhat.com)
c9b59e
- 811594: The config, repos, and facts commands should default to --list if no
c9b59e
  options are provided. (awood@redhat.com)
c9b59e
- 812104: add "release" and "service-level" to completion (alikins@redhat.com)
c9b59e
- 801434: Add at-spi accessibility name to calendar widget. (awood@redhat.com)
c9b59e
- updates to man pages (deon@deonlackey.com)
c9b59e
- 811591: Use consistent messages for not being registered
c9b59e
  (bkearney@redhat.com)
c9b59e
- Updated the --servicelevel option description (deon@deonlackey.com)
c9b59e
- Use numeric index to access value returned by urlparse. (awood@redhat.com)
c9b59e
- 790579: Show translations for errors thrown by installation number parsing.
c9b59e
  (awood@redhat.com)
c9b59e
- adding --servicelevel option to list command (deon@deonlackey.com)
c9b59e
- 810306: Improved messaging in firstboot (mstead@redhat.com)
c9b59e
- 811337: unregister any time we return to rhsm_login (jbowes@redhat.com)
c9b59e
- 807153: Allow more aggressive deletion of product certs. (awood@redhat.com)
c9b59e
- 810399: require the latest rhn-setup-gnome for firstboot (alikins@redhat.com)
c9b59e
- 810290: use correct calculation for "Next update" time in sm-gui
c9b59e
  (cduryee@redhat.com)
c9b59e
- 810363: handle socket errors for bad proxy host in firstboot
c9b59e
  (alikins@redhat.com)
c9b59e
- Latest man page and documentation (dlackey@redhat.com)
c9b59e
- 809989: Add the shortened password url to the strings files.
c9b59e
  (bkearney@redhat.com)
c9b59e
- 809989: Add a shorter URL to the registration screen (bkearney@redhat.com)
c9b59e
- rev the zanata version to 1.0.X (alikins@redhat.com)
c9b59e
- Incrementing version number after 6.3 branch. (mstead@redhat.com)
c9b59e
c9b59e
* Wed Apr 04 2012 Michael Stead <mstead@redhat.com> 0.99.13-1
c9b59e
- latest strings into keys.pot and updated from zanata (alikins@redhat.com)
c9b59e
- 809611: Fix undefined variable in installedtab for expired
c9b59e
  (alikins@redhat.com)
c9b59e
- pep8/pyflakes cleanups (alikins@redhat.com)
c9b59e
- Repolib now requires a UEP connection. (awood@redhat.com)
c9b59e
- Use numeric index to access portion of URL. (awood@redhat.com)
c9b59e
- 807785: use a better title on the autobind wizard (jbowes@redhat.com)
c9b59e
- latest strings from zanata (alikins@redhat.com)
c9b59e
- Add release selection to preferences dialog (alikins@redhat.com)
c9b59e
- 805415: handle entitlements for socket count of 0 (alikins@redhat.com)
c9b59e
- 804201: Fix sla select in firstboot after back button (jbowes@redhat.com)
c9b59e
- 807477: Delay attempt to connect to RHN until after basic error checks.
c9b59e
  (awood@redhat.com)
c9b59e
- 803374: Change the 'Subscribe' button to read 'Auto-subscribe.'
c9b59e
  (awood@redhat.com)
c9b59e
- 808217: Add a header to the release list (bkearney@redhat.com)
c9b59e
- 807153: Provide a more informative error message when encountering repodata
c9b59e
  errors. (awood@redhat.com)
c9b59e
- 807822: Allow setting release to '' (mstead@redhat.com)
c9b59e
- 807036: Instruct users to go to All Subscriptions for all SLA failures
c9b59e
  (bkearney@redhat.com)
c9b59e
- 807407: Subscripton Manager substitutes "" for $releasever when releaseVer
c9b59e
  not set on consumer (wpoteat@redhat.com)
c9b59e
- 803756: Trap RemoteServerException as well as RestLibException (404) for
c9b59e
  service-level command (mstead@redhat.com)
c9b59e
- 806941: Removed unknown swapped attribute from autobind.glade.
c9b59e
  (mstead@redhat.com)
c9b59e
- 807360: Allow the repos command to work without being registered
c9b59e
  (bkearney@redhat.com)
c9b59e
- 806457: Fix deletion of productids with yum localinstall (alikins@redhat.com)
c9b59e
c9b59e
* Fri Mar 23 2012 Michael Stead <mstead@redhat.com> 0.99.12-1
c9b59e
- Don't skip past firstboot login page on invalid user/pass (jbowes@redhat.com)
c9b59e
- 805690: Turn repo gpgcheck off if no gpgkey specified. (dgoodwin@redhat.com)
c9b59e
- 795552: Put safe int conversions around certain fact checks.
c9b59e
  (bkearney@redhat.com)
c9b59e
- 804100: display an error when candlepin doesn't support release
c9b59e
  (jbowes@redhat.com)
c9b59e
- 804227: expect a Release object instead of a bare string (alikins@redhat.com)
c9b59e
- Latest string files from zanata (bkearney@redhat.com)
c9b59e
- 805450: display better error message when autosubscribing
c9b59e
  (cduryee@redhat.com)
c9b59e
- 805594: Give each "Subscribe" button in the GUI a unique at-spi name.
c9b59e
  (awood@redhat.com)
c9b59e
- 803374: Provide unambiguous at-spi names for widgets. (awood@redhat.com)
c9b59e
- 805353: subscription-manager list --help should use consistent wording for
c9b59e
  servicelevel option. (awood@redhat.com)
c9b59e
c9b59e
* Thu Mar 22 2012 Michael Stead <mstead@redhat.com> 0.99.11-1
c9b59e
- 805906: fix missing imports for firstboot (jbowes@redhat.com)
c9b59e
- Fix RHEL6 firstboot attribute error (dgoodwin@redhat.com)
c9b59e
- 772218: throw an error if unparsed command line options exist
c9b59e
  (cduryee@redhat.com)
c9b59e
- Add missing imports to rhsm_login for error dialogs (jbowes@redhat.com)
c9b59e
- 803386: Display product ID in GUI and CLI. (awood@redhat.com)
c9b59e
- Fix specfile for el5 firstboot (jbowes@redhat.com)
c9b59e
- 804227,804076,804228: Handle 404's from old candlepin servers without
c9b59e
  /release (alikins@redhat.com)
c9b59e
- 803778: Updated the --servicelevel not supported messages for subscribe
c9b59e
  command (mstead@redhat.com)
c9b59e
- 803778: Updated the --servicelevel not supported messages for register
c9b59e
  command (mstead@redhat.com)
c9b59e
- 803756,803762: Updated error message for service-level command
c9b59e
  (mstead@redhat.com)
c9b59e
- fixups for strings from zanata (alikins@redhat.com)
c9b59e
- latest strings from zanata (alikins@redhat.com)
c9b59e
- 789007: Migration should fail early when attempted with non org admin user.
c9b59e
  (awood@redhat.com)
c9b59e
- 805024: Hide extra separator along with redeem button. (awood@redhat.com)
c9b59e
- 800999: Added --servicelevel arg to CLI list command (mstead@redhat.com)
c9b59e
- 804227: Fix issues with repos --list (alikins@redhat.com)
c9b59e
- Add proper back/forward logic for firstboot sla subscribe (jbowes@redhat.com)
c9b59e
- 800933: Display service level and type in CLI list commands.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- 789008: Print a more specific error message when Candlepin calls fail.
c9b59e
  (awood@redhat.com)
c9b59e
- hook up sla firstboot to more registration cases (jbowes@redhat.com)
c9b59e
- Define globals at module scope. (awood@redhat.com)
c9b59e
- Remove firstboot subscriptions module (jbowes@redhat.com)
c9b59e
- Fix broken tests for DST. Stop using time.time() (alikins@redhat.com)
c9b59e
- Add error cases for firstboot autobind (jbowes@redhat.com)
c9b59e
- Perform the actual entitlement bind on confirm subs screen
c9b59e
  (jbowes@redhat.com)
c9b59e
- Set up shared state for AutobindController in firstboot (jbowes@redhat.com)
c9b59e
- Extract a controller class for sla select logic (jbowes@redhat.com)
c9b59e
- Break apart autobind first boot module (jbowes@redhat.com)
c9b59e
- Add some autobind wizard button spacing. (dgoodwin@redhat.com)
c9b59e
- Always update the icon and notification details on status change.
c9b59e
  (mstead@redhat.com)
c9b59e
- Only add icon click listeners once. (mstead@redhat.com)
c9b59e
- Adding notification nag icon support for Registration Required
c9b59e
  (mstead@redhat.com)
c9b59e
- add firstboot rhsm_autobind to spec file (jbowes@redhat.com)
c9b59e
- Autobind cancel during registration will now unregister you.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- Update CLI to handle server that doesn't support service levels.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- Move back/forward/cancel buttons in sla selection to parent
c9b59e
  (jbowes@redhat.com)
c9b59e
- Revert "Update CLI to handle server that doesn't support service levels."
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- Update GUI to handle server that does not support service levels.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- Update CLI to handle server that doesn't support service levels.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- Add autobind screen to firstboot (jbowes@redhat.com)
c9b59e
- Fix firstboot unregister import error. (dgoodwin@redhat.com)
c9b59e
- Add missing spacers to main window toolbar. (dgoodwin@redhat.com)
c9b59e
- Fix an error handling bug. (dgoodwin@redhat.com)
c9b59e
- Get register screen working in el6 firstboot (jbowes@redhat.com)
c9b59e
- Center wizard's error dialog on main window (mstead@redhat.com)
c9b59e
- Removing commented out code in register dialog (mstead@redhat.com)
c9b59e
- Add skip option instead of autobind in register dialog. (mstead@redhat.com)
c9b59e
- Fix preferences dialog error when not registered. (dgoodwin@redhat.com)
c9b59e
- Improved error handling for autobind wizard. (dgoodwin@rm-rf.ca)
c9b59e
- Fix message window warnings. (dgoodwin@rm-rf.ca)
c9b59e
- Fix alignment on select SLA screen. (dgoodwin@redhat.com)
c9b59e
- Display the service level selected when confirming autobind subs (dgoodwin
c9b59e
  @rm-rf.ca)
c9b59e
- Implement Cancel button on autobind wizard screens. (dgoodwin@redhat.com)
c9b59e
- Allow setting service level from preferences dialog. (dgoodwin@redhat.com)
c9b59e
- First cut at a preferences dialog. (dgoodwin@redhat.com)
c9b59e
- Pack SLA's into a scrolled window. (dgoodwin@rm-rf.ca)
c9b59e
- Handle any exception that happens when the autobind wizard is loaded.
c9b59e
  (mstead@redhat.com)
c9b59e
- Setting parent window on AutobindDialog and add titles to screens.
c9b59e
  (mstead@redhat.com)
c9b59e
- Integrating autobind wizard with register gui. (mstead@redhat.com)
c9b59e
- Fix autobind wizard disappearing on window switch. (dgoodwin@redhat.com)
c9b59e
- Do not set SLA until user hit's subscribe button. (dgoodwin@redhat.com)
c9b59e
- Polish autobind glade UI (dgoodwin@redhat.com)
c9b59e
- Set and use the system's service level. (dgoodwin@redhat.com)
c9b59e
- Cleaning up Select SLA screen (mstead@redhat.com)
c9b59e
- Added framework for back button support (mstead@redhat.com)
c9b59e
- Handle no SLAs cover all installed products. (dgoodwin@rm-rf.ca)
c9b59e
- Handle launching autobind when no entitlements needed. (dgoodwin@rm-rf.ca)
c9b59e
- Set detected prod list in Select SLA screen (mstead@redhat.com)
c9b59e
- Close autobind wizard once complete. (dgoodwin@redhat.com)
c9b59e
- Hookup actual bind in autobind wizard. (dgoodwin@redhat.com)
c9b59e
- SelectSLA now keeps track of selected SLA and pass to confirm dialog.
c9b59e
  (mstead@redhat.com)
c9b59e
- Load the autobind glade file on wizard creation. (mstead@redhat.com)
c9b59e
- Switch to more explicit screen switching. (dgoodwin@redhat.com)
c9b59e
- Set screen title when screen is changed. (mstead@redhat.com)
c9b59e
- Allow screens to pass custum data during wizard screen change.
c9b59e
  (mstead@redhat.com)
c9b59e
- Hooking up button signals for selectsla (mstead@redhat.com)
c9b59e
- Add callback to allow screen change in wizard (mstead@redhat.com)
c9b59e
- Fixing broken tests due to leap year. (mstead@redhat.com)
c9b59e
- Attempt to keep button bar right aligned. (mstead@redhat.com)
c9b59e
- Removed the button bar form the wizard. (mstead@redhat.com)
c9b59e
- Created AutobindWizardScreen to provide contract for AutobindWizard
c9b59e
  (mstead@redhat.com)
c9b59e
- Display appropriate screen in SLA wizard. (mstead@redhat.com)
c9b59e
- Fixed GtkWarning: IA__gtk_widget_reparent error when launchig dialog
c9b59e
  (mstead@redhat.com)
c9b59e
- First cut at adding the Select SLA screen. (mstead@redhat.com)
c9b59e
- Check if dry-run results cover required products. (dgoodwin@redhat.com)
c9b59e
- Check dry run autobind results for each service level. (dgoodwin@redhat.com)
c9b59e
- Sketch out an autobind wizard class. (dgoodwin@redhat.com)
c9b59e
- Start sketching out the confirm subscriptions screen. (dgoodwin@redhat.com)
c9b59e
c9b59e
* Wed Mar 14 2012 Michael Stead <mstead@redhat.com> 0.99.10-1
c9b59e
- latest strings from zanata (alikins@redhat.com)
c9b59e
- 801434: Add at-spi accessibility name to calendar selection widget.
c9b59e
  (awood@redhat.com)
c9b59e
- 800917: Display service level and type in All Subs tab (dgoodwin@redhat.com)
c9b59e
- Add support for "release" command (alikins@redhat.com)
c9b59e
- 801517: Missed translating a label during the registration process
c9b59e
  (bkearney@redhat.com)
c9b59e
- 801513: One translation had a copy/paste error (bkearney@redhat.com)
c9b59e
- The migration script should write default proxy auth settings.
c9b59e
  (awood@redhat.com)
c9b59e
- Revert "801513: A replacement variable was used in a translation file where
c9b59e
  it was not needed" (dgoodwin@redhat.com)
c9b59e
- 801545: Break apart the string to make them easier for the translators
c9b59e
  (bkearney@redhat.com)
c9b59e
- 801513: A replacement variable was used in a translation file where it was
c9b59e
  not needed (bkearney@redhat.com)
c9b59e
- 798015: Migration script should play nicely with proxies. (awood@redhat.com)
c9b59e
- 742033: Unsubscribe button is not greyed out when nothing is selected
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 783990: Handle network errors when migrating. (awood@redhat.com)
c9b59e
c9b59e
* Tue Mar 06 2012 Michael Stead <mstead@redhat.com> 0.99.9-1
c9b59e
- Updating required version of python-rhsm (mstead@redhat.com)
c9b59e
- fixes for po files (alikins@redhat.com)
c9b59e
- latest translations from zanata (alikins@redhat.com)
c9b59e
- 799394: Do not attempt to remove redhat.repo if it does not exist.
c9b59e
  (awood@redhat.com)
c9b59e
- 800121: do not attempt to call UEP when system is unregistered
c9b59e
  (cduryee@redhat.com)
c9b59e
- 799271: The usage string for service-levels contained the incorrect command
c9b59e
  name (bkearney@redhat.com)
c9b59e
- 799271: The usage string for service-levels contained the incorrect command
c9b59e
  name (bkearney@redhat.com)
c9b59e
- 704408: date field patch fixes per jbowes (cduryee@redhat.com)
c9b59e
- 797243: make unregister finish updating repos (alikins@redhat.com)
c9b59e
- 704408: allow users to clear the date box for contract searches
c9b59e
  (cduryee@redhat.com)
c9b59e
- 799316: Re-add librsvg2 dependency (dgoodwin@redhat.com)
c9b59e
- 797996: Add manage_repos setting to default rhsm.conf (dgoodwin@redhat.com)
c9b59e
- 795564: Add a newline at the end of the options error (bkearney@redhat.com)
c9b59e
- 752756: Cache the facts, and refresh the validity facts whenever they change.
c9b59e
  (bkearney@redhat.com)
c9b59e
- Return a consistent scope for public IPv6 addresses across EL5 and EL6.
c9b59e
  (awood@redhat.com)
c9b59e
- 737773: Do not show the forgotten password url as a link.
c9b59e
  (bkearney@redhat.com)
c9b59e
- Fixing broken tests due to leap year. (mstead@redhat.com)
c9b59e
- Explicitly define el5 macro in spec file. (dgoodwin@redhat.com)
c9b59e
- 796730: Improve the clarity of the usage statement (bkearney@redhat.com)
c9b59e
- 767790: Improve the messaging when a system is not registered.
c9b59e
  (bkearney@redhat.com)
c9b59e
- 797294: Typo in commit caused execution error. (bkearney@redhat.com)
c9b59e
- 796756: use only the basename for the usage string (bkearney@redhat.com)
c9b59e
- 796756: The usage string should be less verbose to be more consistent with
c9b59e
  the other executable files (bkearney@redhat.com)
c9b59e
- CLI service-levels touchups. (dgoodwin@redhat.com)
c9b59e
- 656896: remove attribute 'swapped' (msuchy@redhat.com)
c9b59e
- Release to Fedora 17 branch as well. (dgoodwin@redhat.com)
c9b59e
c9b59e
* Wed Feb 22 2012 Devan Goodwin <dgoodwin@rm-rf.ca> 0.99.8-1
c9b59e
- 790205: do not lay down install-num-migrate-to-rhsm on rhel6 systems
c9b59e
  (cduryee@redhat.com)
c9b59e
- latest translations from zanata (alikins@redhat.com)
c9b59e
- 795541: Change the environment filtering which is being done on the client
c9b59e
  side (bkearney@redhat.com)
c9b59e
- Add consumer deleted on server detection. (jbowes@redhat.com)
c9b59e
- Fix spec for both Fedora 15+ and RHEL 7+. (dgoodwin@redhat.com)
c9b59e
- Fix Makefile for both Fedora 15+ and RHEL 7+. (dgoodwin@redhat.com)
c9b59e
- Add service level to register and subscribe CLI commands.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- Add service-level CLI command. (dgoodwin@redhat.com)
c9b59e
- delete consumer on rhsmcertd checkin (jbowes@redhat.com)
c9b59e
- pull out rhsmcertd python worker to its own file (jbowes@redhat.com)
c9b59e
- clean up some compiler warnings in rhsmcertd (jbowes@redhat.com)
c9b59e
- String cleanups (alikins@redhat.com)
c9b59e
- 790217: install-num-migrate-to-rhsm shouldn't copy both Desktop and
c9b59e
  Workstation product certs. (awood@redhat.com)
c9b59e
c9b59e
* Mon Feb 13 2012 Michael Stead <mstead@redhat.com> 0.99.7-1
c9b59e
- Improve relevancy of details on my installed products tab.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- 719743: Added better punctuation to one status message (bkearney@redhat.com)
c9b59e
- Have client check sockets on non-stacked entitlements as well.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- New date compare implemetation for determining start/end dates
c9b59e
  (mstead@redhat.com)
c9b59e
- Add "zanata-pull" and "zanata-push" makefile targets (alikins@redhat.com)
c9b59e
- as_IN seems busted on RHEL6, so skip it (alikins@redhat.com)
c9b59e
- pep8/make stylish cleanups (alikins@redhat.com)
c9b59e
- 741155: Fixed start/end date calculations for My Installed Software tab
c9b59e
  (mstead@redhat.com)
c9b59e
- fixes for po files from zanata (alikins@redhat.com)
c9b59e
- new po files from zanata (alikins@redhat.com)
c9b59e
- 767620: Add manage_repos config option. (dgoodwin@redhat.com)
c9b59e
- 784031: remove katello plugin (cduryee@redhat.com)
c9b59e
- Make return code from import consistent with subscribe. (awood@redhat.com)
c9b59e
- Add Fedora release target. (dgoodwin@redhat.com)
c9b59e
c9b59e
* Wed Feb 01 2012 Devan Goodwin <dgoodwin@rm-rf.ca> 0.99.6-1
c9b59e
- 783542: Return code for bad input to install-num-migrate-to-rhsm should be 1.
c9b59e
  (awood@redhat.com)
c9b59e
- 773707: remove hard coded reference to /etc/pki/product (cduryee@redhat.com)
c9b59e
- 783278: do not alter system facts on dry run (cduryee@redhat.com)
c9b59e
- IPv4 and IPv6 facts that are undefined should return 'Unknown' instead of
c9b59e
  'None'. (awood@redhat.com)
c9b59e
c9b59e
* Fri Jan 27 2012 Michael Stead <mstead@redhat.com> 0.99.5-1
c9b59e
- Updated releasers.conf for rhel-6.3 (mstead@redhat.com)
c9b59e
- Making return code from subscribe --pool consistent with subscribe --auto
c9b59e
  (awood@redhat.com)
c9b59e
- 785018: Corrected help text for --no-auto. (awood@redhat.com)
c9b59e
- 656944: List IPv6 information in facts. (awood@redhat.com)
c9b59e
- 689608: Subscription failure should result in a return code of 1.
c9b59e
  (awood@redhat.com)
c9b59e
- 772921: Do not show message dialog when multiple sub-man launches detected.
c9b59e
  (mstead@redhat.com)
c9b59e
- 772921: Clicking notification icon shuts down subscription manager.
c9b59e
  (mstead@redhat.com)
c9b59e
- 734533: Failure to import should result in a return code of 1.
c9b59e
  (awood@redhat.com)
c9b59e
- 782549: Subscription manager throws exception when an expired cert exists.
c9b59e
  (mstead@redhat.com)
c9b59e
- 772338: Subscription-manager-gui help documentation review
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 772338: subscription-manager-gui Help documentation needs a review
c9b59e
  (wpoteat@redhat.com)
c9b59e
- latest strings from zanata (alikins@redhat.com)
c9b59e
- 781510: 'subscription-manager clean' should delete redhat.repo
c9b59e
  (awood@redhat.com)
c9b59e
- 771726: Man page for rhsm-compliance-icon should be re-authored to rhsm-icon
c9b59e
  (wpoteat@redhat.com)
c9b59e
c9b59e
* Thu Jan 12 2012 Devan Goodwin <dgoodwin@rm-rf.ca> 0.99.4-1
c9b59e
- 766778: Improvements on quantity spinner max value entry. (mstead@redhat.com)
c9b59e
- 736465: "Product's Subscription Details" in the gui is neglecting stack
c9b59e
  subscriptions (wpoteat@redhat.com)
c9b59e
- 772209: install-num-migrate-to-rhsm does not work on x86 arch
c9b59e
  (cduryee@redhat.com)
c9b59e
- 761140: enable the help button in firstboot (jbowes@redhat.com)
c9b59e
- 771726: Rename man manpage for rhsm-compliance-icon to rhsm-icon.
c9b59e
  (bkearney@redhat.com)
c9b59e
- 758038: Guest's system facts displays "virt.uuid: Unknown"
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 767265: Always send up the list of packages on registration.
c9b59e
  (awood@redhat.com)
c9b59e
- 768983: show future subs in list --consumed (jbowes@redhat.com)
c9b59e
c9b59e
* Tue Jan 03 2012 Devan Goodwin <dgoodwin@rm-rf.ca> 0.99.3-1
c9b59e
- 768983: don't purge future dated entitlements (jbowes@redhat.com)
c9b59e
- 769642: confusing output from rhn-migrate-to-rhsm when autosubscribe fails
c9b59e
  (cduryee@redhat.com)
c9b59e
- 769433: make rhel5 firstboot modules use bound gettext (alikins@redhat.com)
c9b59e
- Custom facts should be loaded after hardware facts. (awood@redhat.com)
c9b59e
- 745973: Fixed missing product icons for partially stacked future entitlement.
c9b59e
  (mstead@redhat.com)
c9b59e
- 769433: Tag the module names as gettext (alikins@redhat.com)
c9b59e
- 761478: Facts viewed in the GUI were getting out of date when system
c9b59e
  entitlement status changed. (awood@redhat.com)
c9b59e
- 761133: Support fixing yellow state in compliance assistant.
c9b59e
  (dgoodwin@redhat.com)
c9b59e
- 766577: use unicode strings for possible server errors (alikins@redhat.com)
c9b59e
- 768415: remove hardcoded reference to x86_64 for extra channel enablement
c9b59e
  (cduryee@redhat.com)
c9b59e
c9b59e
* Fri Dec 16 2011 Devan Goodwin <dgoodwin@redhat.com> 0.99.2-1
c9b59e
- Initial Fedora build. (dgoodwin@redhat.com)
c9b59e
- 754425: Remove grace period logic (jbowes@redhat.com)
c9b59e
- 766577: Fix error on "redeem" with multibyte lang (alikins@redhat.com)
c9b59e
- Add README.Fedora to Fedora builds (cduryee@redhat.com)
c9b59e
- 757697: report xen dom0 as host, not guest (cduryee@redhat.com)
c9b59e
- 747014: Help icon was not working in RHEL 5. (awood@redhat.com)
c9b59e
- 767754: Invalid certificate status when stacked entitlements have overlapping
c9b59e
  dates (wpoteat@redhat.com)
c9b59e
- 745995: Ensure default quantity calc does not include future entitlements.
c9b59e
  (mstead@redhat.com)
c9b59e
- 760017: Display a friendly message when an invalid installation number is
c9b59e
  encountered. (awood@redhat.com)
c9b59e
- 758162: allow --force to override missing mappings (cduryee@redhat.com)
c9b59e
- 759069: catch exception when enabling invalid repositories
c9b59e
  (cduryee@redhat.com)
c9b59e
c9b59e
* Mon Dec 12 2011 William Poteat <wpoteat@redhat.com> 0.98.8-1
c9b59e
- 755861: Fixed quantity selection issue due to older version of pygtk on 5.8.
c9b59e
  (mstead@redhat.com)
c9b59e
- 765905: add man pages for subscription-manager-migration (cduryee@redhat.com)
c9b59e
c9b59e
* Wed Dec 07 2011 William Poteat <wpoteat@redhat.com> 0.98.7-1
c9b59e
- mismatch newlines in strings (jesusr@redhat.com)
c9b59e
c9b59e
* Wed Dec 07 2011 William Poteat <wpoteat@redhat.com> 0.98.6-1
c9b59e
- 755031: Update to Subscription Assistant quantity check in unlimited pool
c9b59e
  case. (wpoteat@redhat.com)
c9b59e
c9b59e
* Mon Dec 05 2011 William Poteat <wpoteat@redhat.com> 0.98.5-1
c9b59e
- 755031: Unregister before attempting to run a second registration
c9b59e
  (jbowes@redhat.com)
c9b59e
c9b59e
* Mon Dec 05 2011 William Poteat <wpoteat@redhat.com> 0.98.4-1
c9b59e
- 740788: Getting error with quantity subscribe using subscription-assitance
c9b59e
  page. (wpoteat@redhat.com)
c9b59e
- 755130: add extra whitespace to classic warning (cduryee@redhat.com)
c9b59e
- 759199: rhsmcertd is logging the wrong value for certFrequency
c9b59e
  (cduryee@redhat.com)
c9b59e
- 758471: install-num-migrate-to-rhsm threw traceback when no instnum was
c9b59e
  found. (awood@redhat.com)
c9b59e
- 752572: add interval logging statements back in on rhsmcertd startup
c9b59e
  (cduryee@redhat.com)
c9b59e
- 756507: do not use output from "getlocale" as input for "setlocale"
c9b59e
  (cduryee@redhat.com)
c9b59e
- 746259: Don't allow the user to pass in an empty string as an activation key
c9b59e
  (awood@redhat.com)
c9b59e
- 705883: Fix error dialog modal issues. (dgoodwin@redhat.com)
c9b59e
- 756173: Unexpected behavoir change in subscription-manager unregister
c9b59e
  (wpoteat@redhat.com)
c9b59e
- 746732: Only use fallback locales for dates we need to parse
c9b59e
  (alikins@redhat.com)
c9b59e
- 753093: The available subscriptions count does not show correctly in
c9b59e
  Subscription Manager GUI (wpoteat@redhat.com)
c9b59e
- 749636: Client should not support users entering activation keys and existing
c9b59e
  consumer ids (bkearney@redhat.com)
c9b59e
- 719743: Improved text output for successful pool subscription
c9b59e
  (bkearney@redhat.com)
c9b59e
- 755541: Enhanced the message in the katello plugin to debug when the backend
c9b59e
  system does not support environments. (bkearney@redhat.com)
c9b59e
- 755035: Migration script should work on RHEL 5.7 and up. (awood@redhat.com)
c9b59e
- 749332: Normalize the error messages for not being registered
c9b59e
  (bkearney@redhat.com)
c9b59e
- 754821: Default org of "Unknown" was not marked for gettext
c9b59e
  (alikins@redhat.com)