~james-page/horizon/havana-rc1

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
horizon (1:2013.2~b3-0ubuntu2) saucy; urgency=low

  * Don't use /etc/openstack-dashboard for in-process generated data
    (LP: #1233752):
    - d/openstack-dashboard.{install,postinst}: Create
      /var/lib/openstack-dashboard and allow www-data user to write data.
    - d/p/ubuntu_settings.patch: Use /var/lib/openstack-dashboard for
      secret key storage instead of /etc/openstack-dashboard.

 -- James Page <james.page@ubuntu.com>  Tue, 01 Oct 2013 17:50:01 +0100

horizon (1:2013.2~b3-0ubuntu1) saucy; urgency=low

  * New upstream release.
  * debian/control: Minimum python-openstack-auth version >= 1.1.1.
  * debian/control: Add python-troveclient.
  * debian/static: Refresh static assets for 2013.2~b3.
  * debian/patches: ubuntu_local_settings.patch -> ubuntu_settings.patch, also
    patch location of secret key in openstack_dashboard/settings.py

 -- Adam Gandelman <adamg@ubuntu.com>  Fri, 06 Sep 2013 11:59:43 -0700

horizon (1:2013.2~b2-0ubuntu6) saucy; urgency=low

  * debian/patches/ubuntu_local_settings.py: Set flexible
    default for ALLOWED_HOSTS that should be changed for production
    deployments (LP: #1214982).
  * Fix (LP: #1216019):
    - debian/openstack-dashboard.{postinst, postrm}: Add/remove horizon
      user.  Ensure /etc/openstack-dashbard ownership.
    - debian/openstack-dashboard.conf: Run WSGIDaemonProcess as user
      horizon, set WSGIProcessGroup to horizon.
    - debian/patches/ubuntu_local_settings.py: Generate and load secret
      key from /etc/openstack-dashboard/secret_key.

 -- Adam Gandelman <adamg@ubuntu.com>  Fri, 06 Sep 2013 10:33:18 -0700

horizon (1:2013.2~b2-0ubuntu5) saucy; urgency=low

  * d/static/*: Refresh static assets for 2013.2~b2.
  * d/rules: Tweak helper for refreshing static assets to link
    local_settings.py correctly.
  * d/openstack-dashboard.p*: Fix typo in configuration file name,
    ensure consistent use of tabs/spaces.

 -- James Page <james.page@ubuntu.com>  Mon, 02 Sep 2013 16:43:56 +0100

horizon (1:2013.2~b2-0ubuntu4) saucy; urgency=low

  * Update for apache 2.4, preserve 2.2 compatability. (LP: #1218535)

 -- Adam Gandelman <adamg@ubuntu.com>  Fri, 30 Aug 2013 15:31:49 -0700

horizon (1:2013.2~b2-0ubuntu3) saucy; urgency=low

  * debian/rules: Don't remove egg information while cleaning.
    (LP: #1210253)

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 21 Aug 2013 10:08:35 -0400

horizon (1:2013.2~b2-0ubuntu2) saucy; urgency=low

  * debian/control: Fix typo in depends. 

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 22 Jul 2013 14:36:30 -0400

horizon (1:2013.2~b2-0ubuntu1) saucy; urgency=low

  [ James Page ]
  * d/control: Update VCS fields for new branch locations.
  * Automate refresh of static assets:
    - d/rules: Added refresh-static-assets helper target.
    - d/README.compression: Updated for new process.
  * d/static/*: Refreshed static assets.

  [ Chuck Short ]
  * New upstream release
  * debian/control:
    - Add python-ceilometerclient
    - Add python-heatclient
    - Renamed python-quantumclient to python-neturonclient.
  * debian/curles: Removed instances of quantum since its cruft 
    that we dont need anymore.

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 22 Jul 2013 11:45:28 -0400

horizon (1:2013.2~b1-0ubuntu1) saucy; urgency=low

  * New upstream release. 
  * debian/patches/ubuntu_local_settings.patch: Refreshed
  * debian/control: Add python-pbr and python-d2to1.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 31 May 2013 08:59:58 -0500

horizon (1:2013.1-0ubuntu3) raring; urgency=low

  * Re-sync Ubuntu theme with upstream changes, fixing instance network
    selection dialog and network topology screens (LP: #1157918).

 -- James Page <james.page@ubuntu.com>  Mon, 22 Apr 2013 14:09:04 +0100

horizon (1:2013.1-0ubuntu2) raring; urgency=low

  * Recompress static JS and CSS and generate new manifest.json for
    offline compression. 

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 10 Apr 2013 12:24:24 -0500

horizon (1:2013.1-0ubuntu1) raring; urgency=low

  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 05 Apr 2013 14:20:44 -0500

horizon (1:2013.1~rc2-0ubuntu1) raring; urgency=low

  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 02 Apr 2013 08:40:42 -0500

horizon (1:2013.1~rc1-0ubuntu1) raring; urgency=low

  [ James Page ]
  * New upstream release candidate for Grizzly:
    - Recompress static JS and CSS and generate new manifest.json for
      offline compression.
  * d/watch: Update uversionmangle to deal with upstream versioning
    changes, remove tarballs.openstack.org.
  * d/control: Version python-compressor >= 1.2 (LP: #1130610).

  [ Adam Gandelman ]
  * debian/patches/ubuntu_local_settings.py: Refresh, specify memcache
    location as part of CACHES, as per upstream changes to example config.

 -- James Page <james.page@ubuntu.com>  Wed, 20 Mar 2013 11:20:17 +0000

horizon (2013.1.g3-0ubuntu2) raring; urgency=low

  * Recompress static JS and CSS and generate new manifest.json for offline
    compression. 

 -- James Page <james.page@ubuntu.com>  Tue, 26 Feb 2013 07:35:51 +0000

horizon (2013.1.g3-0ubuntu1) raring; urgency=low

  [ James Page ]
  * Recompress static JS and CSS and generate new manifest.json for offline
    compression in preparation for Grizzly-3.

  [ Chuck Short ]
  * New usptream release.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 22 Feb 2013 09:43:22 -0600

horizon (2013.1~g2-0ubuntu1) raring; urgency=low

  [ Adam Gandelman ]
  * Recompress static JS and CSS and generate new manifest.json for offline
    compression in preparation for Grizzly-2.

  [ Chuck Short ]
  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 11 Jan 2013 08:26:40 -0600

horizon (2013.1~g1-0ubuntu1) raring; urgency=low

  [ Adam Gandelman ]
  * debian/patches/add_juju_settings_pannel.patch: Disable during
    Grizzly dev. cycle.

  [ Chuck Short ]
  * New upstream relase.
  * Refreshed patches.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 23 Nov 2012 08:49:14 -0600

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