Skip to content

Commit

Permalink
Automatic commit of package [katello] release [0.1.91-1].
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuckingham committed Oct 10, 2011
1 parent 571104e commit 8475254
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rel-eng/packages/katello
@@ -1 +1 @@
0.1.90-1 src/
0.1.91-1 src/
42 changes: 41 additions & 1 deletion src/katello.spec
Expand Up @@ -16,7 +16,7 @@
%global confdir deploy/common

Name: katello
Version: 0.1.90
Version: 0.1.91
Release: 1%{?dist}
Summary: A package for managing application life-cycle for Linux systems

Expand Down Expand Up @@ -236,6 +236,46 @@ if [ $1 -eq 0 ] ; then
fi

%changelog
* Mon Oct 10 2011 Brad Buckingham <bbuckingham@redhat.com> 0.1.91-1
- scoped_search - Gemfile updates to support scoped_search 2.3.4
(bbuckingham@redhat.com)
- 741656 - roles - search - chgs for search by perm type and verbs
(bbuckingham@redhat.com)
- Switch of arch and support level on subscriptions page. (jrist@redhat.com)
- repo delete - cli for deleting single repos (tstrachota@redhat.com)
- repo delete - api for deleting single repos (tstrachota@redhat.com)
- Enable running rake task for production env from git repo (inecas@redhat.com)
- Fix check on sqlite when setting up db under root for production
(inecas@redhat.com)
- Remove failing check on sqlite for root (inecas@redhat.com)
- users - fix user name on edit screen (bbuckingham@redhat.com)
- Set default rake task (inecas@redhat.com)
- Merge branch 'master' into bz731203 (bbuckingham@redhat.com)
- fixed failing roles_controller_spec (dmitri@redhat.com)
- Merge branch 'filters' (dmitri@redhat.com)
- import-stage-manifest - remove hard-coded supported archs (inecas@redhat.com)
- fix in log message (tstrachota@redhat.com)
- org orchestration - deleting dependent providers moved to orchestration layer
Having it handled by :dependent => :destroy caused wrong order of deleting
the records. The organization in Candlepin was deleted before providers and
products. This led to record-not-found errors. (tstrachota@redhat.com)
- products - delete all repos in all environments when deleting a product
(tstrachota@redhat.com)
- products - route and api for deleting products (tstrachota@redhat.com)
- Added the download icon to the system template page. (jrist@redhat.com)
- 731203 - changes so that update to the object id are reflected in pane header
(bbuckingham@redhat.com)
- 743646: fix sync due to bad rail route paths (shughes@redhat.com)
- 731203 - update panes to use object name in header/title
(bbuckingham@redhat.com)
- 731203 - updates to support ellipsis in header of tupane layout
(bbuckingham@redhat.com)
- fields residing in pulp are now present in the output of index
(dmitri@redhat.com)
- create/delete operations for filters are working now (dmitri@redhat.com)
- first cut of filters used during promotion of content from Locker
(dmitri@redhat.com)

* Fri Oct 07 2011 Lukas Zapletal <lzap+git@redhat.com> 0.1.90-1
- fix for katello-reset-dbs - pgsql support for initdb
- sms - introducing subscriptions controller
Expand Down

0 comments on commit 8475254

Please sign in to comment.