From dca7973ca9d3a5ad8e31ea466034e4c39b00644b Mon Sep 17 00:00:00 2001 From: Shannon Hughes Date: Mon, 25 Jul 2011 12:04:46 -0400 Subject: [PATCH] Automatic commit of package [katello] release [0.1.51-1]. --- rel-eng/packages/katello | 2 +- src/katello.spec | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/rel-eng/packages/katello b/rel-eng/packages/katello index fe3d3627e83..9740d0060f3 100644 --- a/rel-eng/packages/katello +++ b/rel-eng/packages/katello @@ -1 +1 @@ -0.1.50-1 src/ +0.1.51-1 src/ diff --git a/src/katello.spec b/src/katello.spec index 72076854178..534d774efe4 100644 --- a/src/katello.spec +++ b/src/katello.spec @@ -6,7 +6,7 @@ %global confdir extras/fedora Name: katello -Version: 0.1.50 +Version: 0.1.51 Release: 1%{?dist} Summary: A package for managing application lifecycle for Linux systems @@ -177,6 +177,16 @@ if [ $1 -eq 0 ] ; then fi %changelog +* Mon Jul 25 2011 Shannon Hughes 0.1.51-1 +- upgrade to compas-960-plugin 0.10.4 (shughes@redhat.com) +- upgrade to compas 0.11.5 (shughes@redhat.com) +- upgrade to haml 3.1.2 (shughes@redhat.com) +- spec - fixing katello.org url (lzap+git@redhat.com) +- Upgrades jQuery to 1.6.2. Changes Qunit tests to reflect jQuery version + change and placement of files from Refactor. (ehelms@redhat.com) +- Fixes height issue with subpanel when left panel is at its minimum height. + Fixes issue with subpanel close button closing both main and subpanel. + (ehelms@redhat.com) * Fri Jul 22 2011 Shannon Hughes 0.1.50-1 - Simple-navigation 3.3.4 fixes. Also fake-systems needed bundle exec before rails runner. (jrist@redhat.com)