horizon (2012.2-0ubuntu2) quantal; urgency=low

  * debian/control: Set strict version requirements between python-django-horizon,
    openstack-dashboard, and openstack-ubuntu-theme. (LP: #1061961)
  * debian/theme/css/ubuntu.css: Refreshed against Folsom. (LP: #1064420)
  * debian/patches/add_juju_panel.patch: Update and refresh for Folsom
    compatability. (LP: #1064605)
  * debian/patches/allow_alternate_css.patch: Remove unapplied, obsolete
    patch.

 -- Adam Gandelman <adamg@canonical.com>  Tue, 09 Oct 2012 09:59:55 -0700

horizon (2012.2-0ubuntu1) quantal; urgency=low

  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 27 Sep 2012 11:56:26 -0500

horizon (2012.2~rc2-0ubuntu1) quantal; urgency=low

  [ Adam Gandelman ]
  * Re-enable openstack-dashboard-ubuntu-theme.

  [ Chuck Short ]
  * New upstream release

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 21 Sep 2012 08:03:36 -0500

horizon (2012.2~rc1-0ubuntu1) quantal; urgency=low

  [ Adam Gandelman ]
  * debian/patches/ubuntu_local_settings.patch: Squash all patches that
    touch local_settings.py.example into one.
  * Drop node-less dependency (LP: #1024326).
      - debian/static/openstack-dashboard: Pre-compressed and compiled JS, CSS
        and compressor manifest.json.
      - debian/patches/ubuntu_local_settings.patch: Set COMPRESS_OFFLINE=True
        to enable offline compression and pre-compressed static files by
        default.

  [ Chuck Short ]
  * New upstream release

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 12 Sep 2012 12:21:33 -0500

horizon (2012.2~rc1~20120904.2043-0ubuntu1) quantal; urgency=low

  [ Adam Gandelman ]
  * debian/patches/fix-coverage-binary-name.patch: Drop, merge into
    fix-ubuntu-tests.patch.
  * debian/patches/set_login_redirects.patch: Configure login URLs in
    local_settings.py according to the default apache configuration
    installed. (LP: #1037349)
  * debian/patches/fix-dashboard-manage.patch: Refresh.

  [ Soren Hansen ]
  * Update debian/watch to account for symbolically named tarballs and
    use newer URL.
  * Fix Launchpad URLs in debian/watch.

  [ Chuck Short ]
  * New upstream version

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 07 Sep 2012 12:35:36 -0500

horizon (2012.2~f3-0ubuntu2) quantal; urgency=low

  * Depend on python-openstack-auth rather than on the removed
    python-django-openstack-auth.

 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 22 Aug 2012 10:34:11 +0100

horizon (2012.2~f3-0ubuntu1) quantal; urgency=low

  [ Chuck Short ]
  * New upstream release.
  * debian/patches/fix-ubuntu-tests.patch: Fix test suites again to
    run during the builds.
  * debian/watch: Update.
  * debian/control: Add python-glanceclient. (LP: #1030911)
  * debian/openstack-dashboard.conf: Don't hijack apache's webroot. (LP:
    #1020313)
  * debian/control: Update horizon deps to reflect reality.

  [ Adam Gandelman ]
  * debian/control: Bump required python-django version to 1.4.
  * wrap-and-sort.
  * Fix (LP: #1036571):
      - debian/rules, openstack-dashboard.{links, dirs, postinst}: Add required
        symlinks and directories to allow Horizon to function with the packaged
        lessc.
      - debian/control: Add python-{cinder, swift, quantum}client,
        python-django-openstack-auth, python-netaddr, python-compressor, lessc.
  * debian/rules: Improve dh_auto_clean.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 16 Aug 2012 14:01:33 -0500

horizon (2012.2~f2-0ubuntu1) quantal; urgency=low

  * New usptream version.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 06 Jul 2012 11:38:55 -0400

horizon (2012.2~f2~20120622.1833-0ubuntu2) quantal; urgency=low

  * debian/patches/{use-memcache.patch, turn-off-debug.patch}: Refresh.

 -- Adam Gandelman <adamg@canonical.com>  Tue, 03 Jul 2012 14:09:15 -0700

horizon (2012.2~f2~20120622.1833-0ubuntu1) quantal; urgency=low

  [ Chuck Short ]
  * New upstream version.
  * debian/copyright: Fix lintian warnings.

  [ Adam Gandelman ]
  * Disabled during Folsom dev cycle, to be refreshed against first Folsom RC:
    - debian/patches/add_juju_settings_panel.patch
    - debian/patches/allow_alternate_css.patch
  * debian/patches/fix-coverage-binary-name.patch: Refreshed.
  * debian/patches/turn-off-debug.patch: Refreshed.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 22 Jun 2012 11:31:06 -0400

horizon (2012.2~f2~20120530.1777-0ubuntu1) quantal; urgency=low

  * New upstream release.
  * debian/patches/add_juju_settings_panel.patch: Refreshed
  * debian/patches/turn-off-debug.patch: Refreshed

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 01 Jun 2012 10:57:56 -0400

horizon (2012.2~f1-0ubuntu1) quantal; urgency=low

  * New usptream release.
  * Prepare for quantal:
    - debian/patches/fix-coverage-binary-name.patch: Refreshed.
  * Temporarily pass the testsuite.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 24 May 2012 14:33:20 -0400

horizon (2012.1-0ubuntu8) precise-proposed; urgency=low

  * debian/control: Added memcached as a Recommends of python-django-horizon,
    to ensure a memcached is running and can be used via default install.
    - LP: #988435

 -- Dave Walker (Daviey) <DaveWalker@ubuntu.com>  Wed, 25 Apr 2012 18:30:00 +0100

horizon (2012.1-0ubuntu7) precise; urgency=low

  * debian/patches/use-memcache.patch: Use memcache for session engine by
    default to avoid frequent logouts, as sessions are not shared across
    workers. LP: #968850

 -- Dave Walker (Daviey) <DaveWalker@ubuntu.com>  Wed, 25 Apr 2012 10:55:18 +0100

horizon (2012.1-0ubuntu6) precise; urgency=low

  [ Adam Gandelman ]
  * debian/openstack-dashboard.links: Create symlink to horizon's static js
    files. (LP: #987535)

  [ Jamie Strandboge ]
  * debian/control: don't Build-Depends on python-cherrypy3. It is used by
    only the dashboard tests and they are disabled in Ubuntu builds

 -- Adam Gandelman <adamg@canonical.com>  Tue, 24 Apr 2012 10:43:12 -0700

horizon (2012.1-0ubuntu5) precise; urgency=low

  [ Adam Gandelman ]
  * debian/patches/turn-off-debug.patch: Enable again
  * debian/openstack-dashboard.conf: Add an Alias mapping '/static'
    to '/usr/share/opensack-dashboard/openstack_dashboard/static/'
    (LP: #980787)
  * debian/patches/allow_alternate_css.patch: Allow loading of ubuntu.css
    and favicon if they exists
  * debian/control: Drop libjs-jquery dependencies

  [ Dave Walker (Daviey) ]
  * debian/control: Drop duplicate depends python-cloudfiles.

 -- Dave Walker (Daviey) <DaveWalker@ubuntu.com>  Mon, 23 Apr 2012 10:04:39 +0100

horizon (2012.1-0ubuntu4) precise; urgency=low

  *  debian/patches/turn-off-debug.patch; Reverted, breaks CSS templates.
     (LP: #980787)

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 13 Apr 2012 09:58:54 -0400

horizon (2012.1-0ubuntu3) precise; urgency=low

  [ Adam Gandelman ]
  * debian/patches/add_juju_settings_panel.patch, debian/rules,
    debian/juju.png: Add an Ubuntu-specific panel to easily generate
    Juju environments.yaml

  [ Chuck Short ]
  * debian/patches/turn-off-debug.patch: Turn off debugging.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 12 Apr 2012 12:42:04 -0400

horizon (2012.1-0ubuntu2) precise; urgency=low

  * Make openstack-dashboard Pre-Depends: dpkg (>= 1.15.7.2) for
    dpkg-maintscript-helper.

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 10 Apr 2012 17:58:25 +0100

horizon (2012.1-0ubuntu1) precise; urgency=low

  * New upstream release.
  * debian/patches/turn-off-debug.patch: Turn off debugging.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 12 Apr 2012 10:46:00 -0400

horizon (2012.1~rc2-0ubuntu1) precise; urgency=low

  [ Chuck Short ]
  * New usptream release.
  * debian/control: Use python-cherrypy3
  * debian/rules: Update pythonpath in order to run tests.
  * debian/patches/fix-coverage-binary-name.patch: Make the testsuite
    run.
  * debian/rules: Fail build if tests fail.

  [ A Gandelman ]
  * debian/control: Add python-memcache
  * debain/dashboard.conf: Update to match current upstream documentation
    (LP: #966069)

  [ Adrien Cunin ]
  * Renamed Apache config file from dashboard.conf to openstack-dashboard.conf
    (LP: #965410)
    - Updated post{inst,rm} and added preinst to handle correctly the rename

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 04 Apr 2012 07:21:15 -0400

horizon (2012.1~rc1-0ubuntu1) precise; urgency=low

  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 20 Mar 2012 14:49:24 -0400

horizon (2012.1~rc1~20120315.1545-0ubuntu1) precise; urgency=low

  [Adam Gandelman]
  * New upstream release.

  [Chuck Short]
  * debian/control: Update run-time depends

 -- Adam Gandelman <adamg@canonical.com>  Fri, 16 Mar 2012 12:29:27 -0700

horizon (2012.1~rc1~20120308.1479-0ubuntu1) precise; urgency=low

  * New upstream version.
  * debian/rules: Fix symlink when installing horizon.
    (LP: #947118)
  * debian/control: Add python-django-nose as a dep. (LP: #944235)
  * debian/control: Fix broken depends.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 09 Mar 2012 11:50:22 -0500

horizon (2012.1~e4-0ubuntu1) precise; urgency=low

  * New upstream version.
  * debian/rules: Update due to upstream build changes.
  * debian/control: Update standards-version.
  * debian/patches/openstack-config-settings.patch: Dropped
  * debian/patches/fix-dashboard-django-wsgi.patch: Refreshed
  * debian/patches/fix-dashboard-manage.patch: Refreshed
  * debian/openstack-dashboard.install: Update due to upstream build changes.
  * debian/dashboard: Update to upstream build changes.
  * debian/pydist-overrides: Dont try to install python-django-nose-selenium.
  * debian/openstack-dashboard.install: Add missing config files.
  * debian/rules: Fix broken settings.py
  * debian/patches/pkg-setup.patch: Copy missing templates, shameously
    taken from debian
  * debian/patches/fix-broken-tarbll.patch: Add missing files.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 02 Mar 2012 12:11:59 -0500

horizon (2012.1~e4~20120224.1386-0ubuntu1) precise; urgency=low

  * New upstream version.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 24 Feb 2012 10:49:27 -0500

horizon (2012.1~e4~20120217.1354-0ubuntu1) precise; urgency=low

  * debian/patches/openstack-config-settings.patch: Refreshed.
  * debian/copyright: Updated copyright.
  * debian/rules: Diable tests since it doesnt work without a
    virtualenv.
  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 17 Feb 2012 10:12:25 -0500

horizon (2012.1~e4~20120210.1331-0ubuntu1) precise; urgency=low

  * New Upstream version
  * debian/control:
   - Add python-coverage as a build dependency.
   - Add python-novaclient as a build dependency.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 10 Feb 2012 11:09:58 -0500

horizon (2012.1~e4~20120202.1300-0ubuntu2) precise; urgency=low

  * debian/control: Add python-keystoneclient as a build
    dependency.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 03 Feb 2012 13:29:27 -0500

horizon (2012.1~e4~20120202.1300-0ubuntu1) precise; urgency=low

  * New upstream version.
  * debian/control: Drop dependencies we dont need.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 03 Feb 2012 09:55:54 -0500

horizon (2012.1~e3-0ubuntu1) precise; urgency=low

  * New upstream version.
  * debian/conffiles: Don't wipe out local_settings.py on upgrade.
    (LP: #914257)

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 26 Jan 2012 09:52:53 -0500

horizon (2012.1~e3~20120120.1235-0ubuntu1) precise; urgency=low

  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 20 Jan 2012 14:51:21 -0500

horizon (2012.1~e3~20120113.1213-0ubuntu1) precise; urgency=low

  [Chuck Short]
  * Removed python-django-horizon.postinst, let dh_python2 generate instead
    since python-support is not a dependency.
  * Dropped python-openstack-compute from debian/control.
  * Clean up debian/control.
  * Restart apache when installing the openstack dashboard.
    (LP: #905527)
  * Dropped python-coverage not needed.
  * Added transitional package for people updating from oneiric.
  * Rediffed patches.
  * More linitian fixes.

  [Robie Basak]
  * debian/control: put python-django-horizon in Python section.
  * debian/control: lintian fixes (LP: #899427):
    - Put python-django-horizon in Python section
    - Remove definite article from Description
  * debian/copyright: fix dep5 syntax.
  * debian/python-django-horizon.lintian-overrides: override for template shell
    script.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 13 Jan 2012 10:59:49 +0100

horizon (2012.1~e2-0ubuntu2) precise; urgency=low

  * Rebuild to drop dependencies on python2.6.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 02 Jan 2012 10:58:49 +0100

horizon (2012.1~e2-0ubuntu1) precise; urgency=low

  * New upstream release (LP: #904039)
  * debian/control: Update build-depends.
  * debian/watch: Fix to fetch from Launchpad ad well.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 16 Dec 2011 16:34:56 -0500

horizon (2012.1~e2~20111209.1104-0ubuntu1) precise; urgency=low

  * New upstream release.
  * Refreshed patches.
  * debian/docs: Removed README

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 09 Dec 2011 16:18:55 -0500

horizon (2012.1~e1-0ubuntu~e2.20111201.1077.1) precise; urgency=low

  [ Chuck Short ]
  * Initial release.

  [ Jamie Strandboge ]
  * debian/patches/git-2012.1~e2~20111201.1077.patch: use 2012.1~e1 release
    tarball and apply all git commits up to 2012.1~e2~20111201.1077. This
    can be dropped in 2012.1~e2.
  * rename python-djanog-horizon.postinst to python-django-horizon.postinst

 -- Jamie Strandboge <jamie@ubuntu.com>  Fri, 02 Dec 2011 16:21:52 -0600
