glance (2012.2.4-0ubuntu1.1) quantal-security; urgency=low

  * SECURITY UPDATE: enforce 'download_image' policy in cache middleware
    - debian/patches/CVE-2013-4428.patch: fix confusing behavior when using
      download_image. Ie, return 403 rather than empty content (LP: #1235378)
    - CVE-2013-4428

 -- Jamie Strandboge <jamie@ubuntu.com>  Tue, 22 Oct 2013 13:42:27 -0500

glance (2012.2.4-0ubuntu1) quantal-proposed; urgency=low

  [ Adam Gandelman ]
  * Dropped patches, applied upstream:
    - debian/patches/CVE-2013-1840.patch: [dd849a9]
  * Resynchronize with stable/folsom (dbd3d3d7) (LP: #1179707):
    - [cfaa2d8] repeated deletion on image member does not result in 404
      LP: 1157427
    - [5b4d21d] glance-cache-prefetcher explodes when no auth parameters were
      configured LP: 1157765
    - [dd849a9] v1 api returns location as header for cached images LP: 1135541
    - [04f88c8] 500 error returned when an Admin tries to delete membership of
      image from a non-existent /invalid tenant LP: 1060868
    - [5597697] Fragile Test:
      glance.tests.functional.test_bin_glance:TestBinGlance.test_update_copying_from
      LP: 1107768
    - [5183360] filesystem store does not clean up after premature termination
      of image upload LP: 1104924
    - [03dc862] mismatched image size or checksum leaves behind dangling image
      data LP: 1122299
    - [12d28c3] UserWarning on deprecation of legacy glance client inappropriate
      for internal usage LP: 1129445
    - [afe6166] 'glance-cache-manage list-cached' does not show 'last accessed'
      and 'last modified' fields in human-readable format' LP: 1102334
    - [ee13560] Fix broken JSON schemas in v2 tests

  [ Chuck Short ]
  * debian/patches/disable-swift-tests.patch: Refreshed.

 -- Adam Gandelman <adamg@ubuntu.com>  Thu, 25 Apr 2013 17:39:57 -0400

glance (2012.2.3-0ubuntu2) quantal-proposed; urgency=low

  * Resync with latest security update.
  * SECURITY UPDATE: fix information disclosure via Glance v1 API
    - debian/patches/CVE-2013-1840.patch: adjust api/middleware/cache.py to
      not show image_meta['location']
    - CVE-2013-1840

 -- James Page <james.page@ubuntu.com>  Fri, 22 Mar 2013 11:48:52 +0000

glance (2012.2.3-0ubuntu1) quantal-proposed; urgency=low

  * Dropped patches, applied upstream:
    - debian/patches/CVE-2013-0212.patch: [96a470b]
  * Resynchronize with stable/folsom (98d9928a) (LP: #1116671):
    - [96a470b] glance image-download can display backend Swift password
    - [4c96080] install throws errors about SADeprecationWarning LP: 925609
    - [bca6e26] wsgi.Middleware forward-compatibility with webob 1.2b1 or later
    - [5e5e722] Supplied image size should be verified against actual size
      LP: 1092584
    - [514b4b4] silent failure when loading the paste deploy app LP: 1091294

 -- Adam Gandelman <adamg@ubuntu.com>  Tue, 05 Feb 2013 14:02:33 -0400

glance (2012.2.1-0ubuntu1.2) quantal-security; urgency=low

  * SECURITY UPDATE: fix information disclosure via Glance v1 API
    - debian/patches/CVE-2013-1840.patch: adjust api/middleware/cache.py to
      not show image_meta['location']
    - CVE-2013-1840

 -- Jamie Strandboge <jamie@ubuntu.com>  Wed, 13 Mar 2013 15:39:08 -0500

glance (2012.2.1-0ubuntu1.1) quantal-security; urgency=low

  * SECURITY UPDATE: information disclosure via swift error messages
    - debian/patches/CVE-2013-0212.patch: adjust glance/store/swift.py to
      mot show URLs and credentials in error messages and log output
    - CVE-2013-0212

 -- Jamie Strandboge <jamie@ubuntu.com>  Tue, 29 Jan 2013 09:13:09 -0600

glance (2012.2.1-0ubuntu1) quantal-proposed; urgency=low

  * Dropped patches, applied upstream:
    - debian/patches/CVE-2012-4573.patch
    - debian/patches/CVE-2012-4573b.patch
  * Resynchronize with stable/folsom (199783ce) (LP: #1085255):
    - [49408e9] Glance image-delete HTTPInternalServerError HTTP 500
      (LP: #1075580)
    - [91aaa48] Image fails to upload to swift: TypeError: object of type
      'CooperativeReader' has no len( (LP: #1057322)
    - [a296a5b] Return 403 when admin deletes a deleted image (LP: #1060944)
    - [3e58a6a] Disallow updating deleted images. (LP: #1060930)
    - [26c8085] admins can see deleted images in v2 api (LP: #1071446)
    - [8321ca6] No exclude option to skip tests in run_tests.sh (LP: #1065758)
    - [c3bea11] Badly named stable/folsom Glance tarballs (LP: #1059634)
    - [fc0ee76] Non-admin users can cause public glance images to be deleted
      from the backend storage repository in the v2 api (LP: #1076506)
    - [90bcdc5] Non-admin users can cause public glance images to be deleted
      from the backend storage repository (LP: #1065187)
    - [7841cc9] FakeAuth not always admin
    - [ddad275] Jenkins jobs fail because of incompatibility between sqlalchemy-
      migrate and the newest sqlalchemy-0.8.0b1 (LP: #1073569)
    - [1d5c651] nosetest options cause no such option errors (LP: #1056420)
    - [ac223e2] Set defaultbranch in .gitreview to stable/folsom

 -- Adam Gandelman <adamg@ubuntu.com>  Tue, 04 Dec 2012 09:19:35 -0800

glance (2012.2-0ubuntu2.3) quantal-security; urgency=low

  * SECURITY UPDATE: deletion of arbitrary public and shared images via
    authenticated user
    - debian/patches/CVE-2012-4573b.patch: previous patch was incomplete.
      Make corresponding change to glance/api/v2/images.py
    - CVE-2012-4573
  * debian/control: add Build-Depends-Indep on python-chardet. This is needed
    by python-requests to do encoding detection which otherwise fails in the
    new tests introduced in CVE-2012-4573b.patch.

 -- Jamie Strandboge <jamie@ubuntu.com>  Fri, 09 Nov 2012 06:53:44 -0600

glance (2012.2-0ubuntu2.2) quantal-security; urgency=low

  * SECURITY UPDATE: deletion of arbitrary public and shared images via
    authenticated user
    - debian/patches/CVE-2012-4573.patch: adjust glance/api/v1/images.py to
      ensure image is owned by user before delayed_deletion
    - CVE-2012-4573
  * debian/patches/fakeauth-not-always-admin.patch: add required testsuite
    patch in support of the testsuite changes in CVE-2012-4573.patch

 -- Jamie Strandboge <jamie@ubuntu.com>  Thu, 08 Nov 2012 07:41:02 -0600

glance (2012.2-0ubuntu2) quantal-proposed; urgency=low

  * Glance should suggest python-ceph, not ceph-common (LP: #1065903):
    - debian/control: glance Suggests: ceph-common -> python-ceph. 

 -- James Page <james.page@ubuntu.com>  Fri, 12 Oct 2012 15:43:54 +0100

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

  * debian/control: Clean-up python depends. Thanks to Sam Morrison.
    (LP: #1053790)
  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 27 Sep 2012 13:05:21 -0500

glance (2012.2~rc3-0ubuntu1) quantal; urgency=low

  * New usptream release.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 26 Sep 2012 12:37:00 -0500

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

  * debian/control: Suggest ceph-common.
  * debian/control: Add python-glanceclient as a build depends.
  * New upstream release.
  * debian/patches/disable-swift-tests.patch: Refreshed.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 26 Sep 2012 12:32:50 -0500

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

  * New upstrem release.
  * debian/glance.logrotate: compress right logfiles when rotating them.
    (LP: #1049314) 

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 17 Sep 2012 07:44:11 -0500

glance (2012.2~rc1~20120907.129.f0bd856-0ubuntu1) quantal; urgency=low

  [ Chuck Short ]
  * New upstream version.
  * drop debian/patches/fix-docs-build.patch. 
  * debian/rules: Re-activate tests.
  * debain/control: Add depends on python-swiftclient.
  * debian/*.usptart: make glance start from runlevel 1 to runlevel
    2. (LP: #820688)

  [ Soren Hansen ]
  * Update debian/watch to account for symbolically named tarballs and
    use newer URL.
  * New snapshot.
  * Refresh disable-network-for-docs.patch
  * Fix Launchpad URLs in debian/watch.

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

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

  [ Adam Gandleman ]
  * debian/patches/sql_conn.patch: Also set default sqlite path for
    in glance-api.conf. (LP: #1028711)
  * debian/patches/fix-docs-build.patch: Fix docs build

  [ Chuck Short ]
  * New upstream version.
  * debian/control: python-xattr is no longer a required depends.
    (LP: #1031396)
  * debian/control: Move python-jsonschema to glance.
    (LP: #1030152)
  * debian/control: Start the slow transition to python-glanceclient.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 16 Aug 2012 13:58:32 -0500

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

  * New upstream version.

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

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

  [ Chuck Short ]
  * New upstream release.
  * debian/glance-reigstry.logrotate: Rotate the right logfile. (LP: #1009996)
  * debian/control: Fix short description of glance-client. (LP: #982658)
  * debian/pydist-overrides: Add argparse and python_swiftclient.

  [ Adam Gandelman ]
  * debian/glance-api.install: Remove glance-{scrubber, cache}-paste.ini.
  * debian/patches/ensure_versioned_db_models.patch: Disable while database
    related code changes settle upstream.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 22 Jun 2012 09:18:07 -0400

glance (2012.2~f2~20120531.1560-0ubuntu2) quantal; urgency=low

  * debian/patches/ensure_versioned_db_models.patch: Refresh.
  * debian/patches/disable-swift-tests.patch: Refresh.
  * debian/control: Re-enable python-jsonchema Dependency now that it has
    landed in main.

 -- Adam Gandelman <adamg@canonical.com>  Tue, 05 Jun 2012 10:53:30 -0700

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

  * New upstream release.

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

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

  [ Adam Gandelman ]
  * debian/patches/ensure_versioned_db_models.patch: Check for valid
    db models+schema at service start, and ensure db is version controlled
    before running all migrations.
  * debian/{control, pydist-overrides}: *Temporarily* disable non-main
    dependencies pending MIRs
  * debian/rules: *Temporarily* disable tests until new dependencies are
    satisfied

  [ Chuck Short ]
  * New upstream version.
  * Prepare for quantal:
    - Removed debian/patches/fix_migration_012_foreign_keys.patch
    - Removed debian/patches/disable_db_table_auto_create.patch
    - Removed debian/patches/convert_properties_to_uuid.patch
  * debian/control: Add dependency on python-requests
  * debian/control: Add dependency on python-jsonschema
  * debian/control: Add python-keystone as a depends. (LP: #901881)
  * debian/patches/disable-swift-tests.patch: Rediffed

  [ Paul Belanger ]
  * debian/glance-common.postinst
    - Give glance group read permission to /etc/glance (LP: #989205)

 -- Adam Gandelman <adamg@canonical.com>  Thu, 24 May 2012 10:26:57 -0700

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

  [ Adam Gandelman ]
  * debian/patches/disable_db_table_auto_create.patch: Disable auto-creation
    of database schema at service start, inspect for consistenty and advise
    running manual migrations instead.
  * debian/patches/fix_migration_012_foreign_keys.patch: Fix a migration issue
    around missing FKs. Cherry-picked from upstream.  Can be dropped with
    first stable update.
  * debian/patches/convert_properties_to_uuid.patch: Fixes migration 012 to
    also convert kernel_id and ramdisk_ids to UUID. Cherry picked from upstream.
    Can be dropped with first stable update (LP: #975651)
  * debian/glance-common.postinst: Clean up, fix purging issue due to poor
    us of conditionals

  [ Chuck Short ]
  * debian/control: Fix upgrades from oneiric to precise. (LP: #974592)

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 12 Apr 2012 16:05:44 -0400

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

  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 05 Apr 2012 10:24:28 -0400

glance (2012.1~rc3-0ubuntu1) precise; urgency=low

  * New upstream release.
  * debian/control: Add sqlite3 as a Build-Depends (for test suite)

 -- Adam Gandelman <adamg@canonical.com>  Tue, 03 Apr 2012 16:06:52 -0700

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

  * New upstream release.
  * debian/rules: Fail build if testsuite fails.
  * debian/patches/disable-swift-tests.patch: Disable swift tests that
    require a swift server setup.
  * debian/patches/disable-network-for-docs.patch: Disable network for
    building docs.

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 02 Apr 2012 10:52:36 -0400

glance (2012.1~rc1-0ubuntu2) precise; urgency=low

  * New upstream release. This is hopefully the last release before
    final.
  * debian/patches/0001-Fix-depreceated-warnings.patch: Dropped.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 21 Mar 2012 09:47:54 -0400

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

  * New upstream release.

 -- Adam Gandelman <adamg@canonical.com>  Fri, 16 Mar 2012 16:23:34 -0400

glance (2012.1~rc1~20120309.1315-0ubuntu2) precise; urgency=low

  * debian/glance-common.postinst
    - Give adm group read permission to /var/log/glance (LP: #950935)

 -- Paul Belanger <paul.belanger@polybeacon.com>  Fri, 09 Mar 2012 11:04:43 -0500

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

  * New upstream version.
  * debian/control, debian/glance-client.install,
    glance-common.install: Add glance-client package. (LP: #928378)
  * debian/watch: Fix watch file.
  * Fix lintian warnings.

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

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

  * New upstream release.
  * debian/control: Add python date-util. (LP: #943748)
  * debian/control: Add ca-certificates. (LP: #932800)
  * debian/control: Add python-iso8601 to fix testsuite failures.

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 06 Mar 2012 09:30:41 -0500

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

  [ Adam Gandelman ]
  * debian/control: Add new dependency to python-glance: python-iso8601.

  [ Chuck Short ]
  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 01 Mar 2012 09:04:54 -0500

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

  [ Chuck Short ]
  * New upstream release.

  [ Dave Walker (Daviey ]
  * debian/patches/fix-broken-unittests.patch: Back out patch as it seems
    to be present in upstream git, but missing in upstream tarballs. Which
    is blocking CI testing.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 17 Feb 2012 09:50:40 -0500

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

  * New upstream version.
  * debian/patches/fix-broken-unittests.patch: Fix broken unittests.

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

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

  [Chuck Short]
  * New upstream version.
  * debian/control: Add python-crypto as a build dependency.

  [Adam Gandleman]
  * debian/glance-api.install: Add policy.json

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

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

  [Chuck Short]
  * New upstream release.

  [Adam Gandleman]
  * debian/glance-api.install, glance-registry.install:  Install
    new paste configs that have been split among servers.

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

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

  [Chuck Short]
  * New upstream release.
  * Drop debian/pyversions.
  * debian/glance-api.logrotate, debian/glance-registry.logroate:
    Add logrotate files. (LP: #904216)
  * Update vcs information.
  * Fix up some lintian warnings.

  [Adam Gandleman]
  * debian/control: Drop python-support from Build-Depends
  * debian/python-glance.postinst: Removed. python-support is needed
    for update-python-modules but not a dependency.  Let dh_python2
    generate instead. (LP: #907543)

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

glance (2012.1~e2-0ubuntu4) precise; urgency=low

  * python-glance.postinst: Remove, obsolete call to update-python-modules.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 02 Jan 2012 13:02:24 +0100

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

  * debian/glance-registry.postinst: Fix typo in postinst.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 16 Dec 2011 15:57:19 -0500

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

  * New upstream release.
  * Merge upstream debian packaging changes.
  * debian/*.upstart: Move upstart jobs to the approiate packages.
  * debian/glance-api.postinst, debian/glance-registry.postinst:
    Move configuration into glance-common.postinst, because it was
    doing the same thing.
  * debian/glance-common.prerm: Dropped, remove cruft.
  * debian/glance-api.prerm: Fixed bashism.
  * debian/glance-registry.prerm: Fixed bashism.
  * debian/glance-common.postinst: Change shell back to /bin/false.
  * debian/glance.dirs, debian/glance-common.dirs: Merged, removed
    unecessary glance.dirs.
  * debian/control: Re-add missing python-dependencies.
  * debian/glance-registry.postinst: Create the database when installing
    glance-registry.
  * debian/glance-common.postin: Re-add approiate permissions.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 16 Dec 2011 14:19:59 -0500

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

  [ Adam Gandelman ]
  * debian/glance.postinst: Specify shell when migrating sqllite
    database as glance user. (LP: #902429)

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 12 Dec 2011 10:18:49 -0500

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

  * debian/glance.postinst, debian/glance.glance-api.upstart,
    glance.glance-registry.upstart: Switch shell to /bin/false.
    (LP: #890362)

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 09 Dec 2011 15:34:33 -0500

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

  * debian/control: Add dependencies previously removed from python-glance
    to glance package where they are actually required. (LP: #899970).

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 08 Dec 2011 11:23:49 -0500

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

  [Chuck Short]
  * New upstream release.

  [Jay Pipes]
  * Removes now-unnecessary dependencies from client package
  * Rewrote the description for the Glance project to remove
    ancient language about Teller and Parallax.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 02 Dec 2011 12:53:54 -0500

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

  * New upstream version.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 25 Nov 2011 10:53:04 -0500

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

  * New upstrem release.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 18 Nov 2011 09:07:13 -0500

glance (2012.1~e1-0ubuntu1) precise; urgency=low

  * New upstream release.
  * Sync with upstream changes.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 11 Nov 2011 13:50:35 -0500

glance (2012.1~e1~20111021.1056-0ubuntu1) precise; urgency=low

  * New upstream release.
  * Dropped patches:
    - debian/patches/lp_845788_glance_client_zero_length.patch
    - debian/patches/lp_850425_remote_swift_image_streaming.patch
  * debian/control:
    - Add dependency on python-httplib2. (LP: #779311)
    - Add dependency on python-paste.
  * debian/patches/sql_conn.patch: Updated for update config file.
  * debian/glance.install: Update for new config files.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 21 Oct 2011 14:11:04 -0400

glance (2011.3-0ubuntu4) oneiric; urgency=low

  [ Adam Gandelman ]
  * debian/glance.postinst: Restrict permissions of /etc/glance/ and
    /var/log/glance/ (LP: #862844)

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 30 Sep 2011 16:00:33 -0400

glance (2011.3-0ubuntu3) oneiric; urgency=low

  [Scott Moser]
  * fix bug with glance and swift driver that resulted in zero length
    images.  (LP: #845788)

  [Chuck Short]
  * Make streaming images from swift actually usuable.
    (LP: #850425)

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 27 Sep 2011 14:49:05 -0400

glance (2011.3-0ubuntu2) oneiric; urgency=low

  * debian/glance.{postinst,postrm}: Fix syntax error, /dev/null redirect
    typos.  Only remove user/group in .postrm if they exist. (LP: #857021)

 -- Adam Gandelman <adamg@canonical.com>  Thu, 22 Sep 2011 21:03:26 -0700

glance (2011.3-0ubuntu1) oneiric; urgency=low

  * New upstream release.
  * debian/glance.postinst: Add glance group and add glance user to it.
    (LP: #851860)

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 22 Sep 2011 10:45:33 -0400

glance (2011.3~rc~20110915.r1007-0ubuntu1) oneiric; urgency=low

  [ Chuck Short ]
  * New upstream release.
  * debian/rules: Dont fail to build because of broken testsuite.

  [ Monty Taylor ]
  * Added branch condition to fix build on lucid.

 -- Monty Taylor <mordred@inaugust.com>  Mon, 19 Sep 2011 13:03:41 -0400

glance (2011.3~rc~20110908.r1005-0ubuntu1) oneiric; urgency=low

  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 09 Sep 2011 14:59:27 -0400

glance (2011.3~rc~20110831.1002-0ubuntu1) oneiric; urgency=low

  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 02 Sep 2011 13:50:13 -0400

glance (2011.3~d4-0ubuntu1) oneiric; urgency=low

  [Chuck Short]
  * New upstream release.

  [ Monty Taylor ]
  * New upstream release.
  * Added python-kombu as Depends and Build-depends.

  [ Scott Moser ]
  * glance.postinst: use a trailing slash when using chown on directories

  [ Ben Howard ]
  * Install /etc/glance-scrubber.conf by default (LP: #816972)
  * Remove glance user and logs on purge (LP: #828721)
  * Converted dh to use "--with python2".
  * Incremented standards version to 3.9.2; no changes required

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 26 Aug 2011 10:13:39 -0400

glance (2011.3~d4~20110811.980-0ubuntu1) oneiric; urgency=low

  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 12 Aug 2011 05:23:21 -0400

glance (2011.3~d3~20110709.152-0ubuntu2) UNRELEASED; urgency=low

  [ Adam Gandelman ]
  * Add python-xattr to Depends of python-glance

  [ Jay Pipes ]
  * Add python-boto to Build-depends.

  [ Dan Prince ]
  * Updates to support glance caching config files and directories.

 -- Monty Taylor <mordred@inaugust.com>  Tue, 02 Aug 2011 08:55:11 -0700

glance (2011.3~d3~20110709.152-0ubuntu1) UNRELEASED; urgency=low

  * New upstream snapshot.
  * Remove python-daemon as a dependency again.
  * Make Vcs-* headers point to the packaging trunk (instead of the
    natty branch).

 -- Soren Hansen <soren@ubuntu.com>  Tue, 12 Jul 2011 21:57:41 +0200

glance (2011.3~d3~20110707.151-0ubuntu1) oneiric; urgency=low

  * New upstream release.
  * debian/control: python-hashlib

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 08 Jul 2011 12:59:49 -0400

glance (2011.3~d2-0ubuntu2) oneiric; urgency=low

  * debian/control: Add python-httplib2.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 30 Jun 2011 17:42:46 +0100

glance (2011.3~d2-0ubuntu1) oneiric; urgency=low

  [Chuck Short]
  * New upstream release.

  [Adam Gandelman]
  * Remove shell redirects in upstart jobs to ensure correct permissions
    on logfiles. (LP: #784837)

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 30 Jun 2011 17:20:19 +0100

glance (2011.3~d1-0ubuntu2) UNRELEASED; urgency=low

  *  debian/control: Dropped python-daemon, its not used anywhere.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 23 Jun 2011 15:37:22 -0400

glance (2011.3~d1-0ubuntu1) oneiric; urgency=low

  * New Upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 02 Jun 2011 09:38:43 -0400

glance (2011.2~bzr132-0ubuntu1) oneiric; urgency=low

  [ Soren Hansen ]
  * Fix accidentally inverted logic that protects against upgrading
    shared databases.
  * Fix the call that is supposed to upgrade the sqlite database.
  * Make sure python modules are completely configured once python-
    glance's postinst is done. (LP: #778463)
  * Make sure doc/build exists once we try to build docs. We remove it
    on clean, and older versions of sphinx do not make sure to create
    it.

  [ Dan Prince ]
  * Add support for DEB_BUILD_OPTIONS=nocheck,nodocs.
  * Updated to support new glance-api.conf and glance-registry.conf files.
  * Updated log file locations in the upstart scripts to match new config
    file defaults.

 -- Soren Hansen <soren@ubuntu.com>  Wed, 25 May 2011 15:57:15 +0200

glance (2011.2-0ubuntu1) natty; urgency=low

  * New upstream version.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 15 Apr 2011 08:18:16 -0400

glance (2011.2~bzr108-0ubuntu1) natty; urgency=low

  [ Soren Hansen ]
  * Run test suite during build
  * Add pep8 as a build-dependency.
  * Add python-{daemon,eventlet,sqlalchemy} as dependencies of python-
    glance. Add python-argparse as a dependency of glance.
  * Add dependency on python-pastedeploy and python-migrate.
  * Remove deps on Twisted and gflags.
  * Add curl to build-depends. The test suite needs it.
  * Add dep on python-argparse.
  * Build-depend on python-swift. The test suite needs the Swift client.
  * Install glance-api and glance-registry upstart jobs. (LP: #757404)
  * Create and chown /var/log/glance directory on install.
  * Install sample config by default.
  * Create db on install.

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 12 Apr 2011 09:52:06 -0400

glance (0.1.3pre~bzr39-0ubuntu1) natty; urgency=low

  * Initial upload.

 -- Soren Hansen <soren@ubuntu.com>  Wed, 19 Jan 2011 12:01:32 +0100

