summaryrefslogtreecommitdiff
blob: 2b7a064e1fe73d54ae4228268c1b224375e6ed55 (plain)
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
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
# ChangeLog for sys-cluster/nova
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.107 2015/08/05 05:43:06 patrick Exp $

  05 Aug 2015; Patrick Lauer <patrick@gentoo.org> metadata.xml:
  Remove unneeded useflag description from metadata.xml

  05 Aug 2015; Matthew Thode <prometheanfire@gentoo.org> -nova-2014.2.3.ebuild,
  -nova-2014.2.9999.ebuild:
  removing old nova

  05 Aug 2015; Matthew Thode <prometheanfire@gentoo.org>
  nova-2015.1.1-r1.ebuild, nova-2015.1.9999.ebuild:
  updating nova deps to work with cinder

*nova-2015.1.1-r1 (30 Jul 2015)

  30 Jul 2015; Matthew Thode <prometheanfire@gentoo.org>
  +nova-2015.1.1-r1.ebuild, -nova-2015.1.1.ebuild, nova-2015.1.9999.ebuild:
  fixing python-memcached dep missing

*nova-2015.1.1 (30 Jul 2015)

  30 Jul 2015; Matthew Thode <prometheanfire@gentoo.org> +nova-2015.1.1.ebuild,
  nova-2015.1.9999.ebuild:
  bup and adding testing to nova

  29 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> nova-2015.1.0-r3.ebuild:
  x86 stable wrt bug #554284

  18 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> nova-2015.1.0-r3.ebuild:
  amd64 stable wrt bug #554284

*nova-2015.1.0-r3 (17 Jun 2015)

  17 Jun 2015; Matthew Thode <prometheanfire@gentoo.org>
  +nova-2015.1.0-r3.ebuild, -nova-2015.1.0-r2.ebuild, metadata.xml,
  nova-2015.1.9999.ebuild:
  adding memcached as a use flag'd dep

  27 May 2015; Matthew Thode <prometheanfire@gentoo.org>
  nova-2015.1.0-r2.ebuild, nova-2015.1.9999.ebuild:
  adding missing dep for iscsi (lsiscsi)

*nova-2015.1.0-r2 (17 May 2015)

  17 May 2015; Matthew Thode <prometheanfire@gentoo.org>
  +nova-2015.1.0-r2.ebuild, -nova-2015.1.0-r1.ebuild, nova-2015.1.9999.ebuild:
  adding cdrkit dep when doing compute

  16 May 2015; Matthew Thode <prometheanfire@gentoo.org>
  +files/openstack-scsi-disk.rules:
  adding missing udev rules file

  16 May 2015; Matthew Thode <prometheanfire@gentoo.org>
  +files/scsi-openscsi-link.sh, nova-2015.1.0-r1.ebuild,
  nova-2015.1.9999.ebuild:
  allowing novncproxy on compute-only hosts

  15 May 2015; Matthew Thode <prometheanfire@gentoo.org> metadata.xml,
  nova-2015.1.0-r1.ebuild, nova-2015.1.9999.ebuild:
  adding udev scripts for bug 536500

  15 May 2015; Matthew Thode <prometheanfire@gentoo.org>
  nova-2015.1.0-r1.ebuild, nova-2015.1.9999.ebuild:
  final pass at compute-only

  14 May 2015; Matthew Thode <prometheanfire@gentoo.org>
  nova-2015.1.0-r1.ebuild, nova-2015.1.9999.ebuild:
  moving sed to python-prepare

*nova-2015.1.0-r1 (12 May 2015)

  12 May 2015; Matthew Thode <prometheanfire@gentoo.org>
  +nova-2015.1.0-r1.ebuild, -nova-2015.1.0.ebuild, metadata.xml,
  nova-2015.1.9999.ebuild:
  added compute-only use flag

  12 May 2015; Matthew Thode <prometheanfire@gentoo.org> nova-2015.1.0.ebuild,
  nova-2015.1.9999.ebuild:
  fixing db upgrade perms

  07 May 2015; Matthew Thode <prometheanfire@gentoo.org> nova-2015.1.0.ebuild,
  nova-2015.1.9999.ebuild:
  don't need qemu or xen stuff if not doing compute

  07 May 2015; Matthew Thode <prometheanfire@gentoo.org> nova-2015.1.0.ebuild,
  nova-2015.1.9999.ebuild:
  fixed doc generation

  04 May 2015; Matthew Thode <prometheanfire@gentoo.org> nova-2015.1.0.ebuild,
  nova-2015.1.9999.ebuild:
  fixing eventlet deps

*nova-2015.1.0 (30 Apr 2015)
*nova-2015.1.9999 (30 Apr 2015)

  30 Apr 2015; Matthew Thode <prometheanfire@gentoo.org> +nova-2015.1.0.ebuild,
  +nova-2015.1.9999.ebuild:
  kilo released :D

*nova-2014.2.3 (13 Apr 2015)

  13 Apr 2015; Matthew Thode <prometheanfire@gentoo.org> +nova-2014.2.3.ebuild,
  -files/CVE-2015-0259-2014.2.2.patch, -nova-2014.2.2-r1.ebuild:
  bup

  24 Mar 2015; Matthew Thode <prometheanfire@gentoo.org>
  nova-2014.2.2-r1.ebuild, nova-2014.2.9999.ebuild:
  updating kernel module naming bug 532750

*nova-2014.2.2-r1 (11 Mar 2015)

  11 Mar 2015; Matthew Thode <prometheanfire@gentoo.org>
  +files/CVE-2015-0259-2014.2.2.patch, +nova-2014.2.2-r1.ebuild,
  -nova-2014.2.1.ebuild, -nova-2014.2.2.ebuild:
  fixing CVE-2015-0259

*nova-2014.2.2 (08 Feb 2015)

  08 Feb 2015; Matthew Thode <prometheanfire@gentoo.org> +nova-2014.2.2.ebuild,
  -nova-9999.ebuild, metadata.xml, nova-2014.2.9999.ebuild:
  bup

  13 Jan 2015; Matthew Thode <prometheanfire@gentoo.org> -files/nova-confd,
  -files/nova-initd, -files/nova.sudoersd, -nova-2014.2.ebuild,
  nova-2014.2.1.ebuild, nova-2014.2.9999.ebuild, nova-9999.ebuild:
  general cleanup and fixing bug 536340

*nova-2014.2.1 (09 Dec 2014)

  09 Dec 2014; Matthew Thode <prometheanfire@gentoo.org> +nova-2014.2.1.ebuild,
  nova-2014.2.9999.ebuild:
  bumping for release

  26 Nov 2014; Matthew Thode <prometheanfire@gentoo.org> -nova-2014.1.3.ebuild,
  -nova-2014.1.9999.ebuild:
  removing old nova stuffs

  21 Nov 2014; Matthew Thode <prometheanfire@gentoo.org>
  nova-2014.2.9999.ebuild, nova-2014.2.ebuild:
  fixing sqlalchemy deps

*nova-2014.2 (19 Nov 2014)
*nova-2014.2.9999 (19 Nov 2014)

  19 Nov 2014; Matthew Thode <prometheanfire@gentoo.org>
  +nova-2014.2.9999.ebuild, +nova-2014.2.ebuild:
  bup

*nova-2014.1.3 (11 Oct 2014)

  11 Oct 2014; Matthew Thode <prometheanfire@gentoo.org> +nova-2014.1.3.ebuild,
  -nova-2014.1.2-r1.ebuild, -nova-2014.1.2-r3.ebuild, nova-2014.1.9999.ebuild:
  bup

*nova-2014.1.2-r3 (23 Sep 2014)

  23 Sep 2014; Matthew Thode <prometheanfire@gentoo.org>
  +nova-2014.1.2-r3.ebuild, -nova-2014.1.2-r2.ebuild, -nova-2014.1.2.ebuild,
  nova-2014.1.9999.ebuild:
  fixing perms issue on dir

*nova-2014.1.2-r2 (22 Sep 2014)

  22 Sep 2014; Ian Delaney <idella4@gentoo.org> +nova-2014.1.2-r2.ebuild,
  nova-2014.1.2-r1.ebuild, nova-2014.1.9999.ebuild:
  revbump; add missing RDEP, fixes Bug #523414 by M. Vandermeulen

*nova-2014.1.2-r1 (22 Sep 2014)

  22 Sep 2014; Ian Delaney <idella4@gentoo.org> +nova-2014.1.2-r1.ebuild,
  nova-2014.1.9999.ebuild, nova-9999.ebuild:
  revbump; add missing DEPs, fixes Bug #522964 by pinkbyte

*nova-2014.1.2 (21 Aug 2014)

  21 Aug 2014; Matthew Thode <prometheanfire@gentoo.org> +nova-2014.1.2.ebuild,
  -files/nova-2014.1.1-CVE-2014-3517.patch, -nova-2014.1.1-r1.ebuild:
  bup

  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> nova-2014.1.1-r1.ebuild,
  nova-2014.1.9999.ebuild, nova-9999.ebuild:
  QA: drop trailing '.' from DESCRIPTION

  26 Jul 2014; Matthew Thode <prometheanfire@gentoo.org>
  nova-2014.1.1-r1.ebuild, nova-2014.1.9999.ebuild, nova-9999.ebuild:
  better sqlalchemy deps

*nova-2014.1.1-r1 (17 Jul 2014)

  17 Jul 2014; Matthew Thode <prometheanfire@gentoo.org>
  +files/nova-2014.1.1-CVE-2014-3517.patch, +nova-2014.1.1-r1.ebuild,
  -nova-2014.1.1.ebuild:
  fix for nova 2014.1.1 CVE-2014-3517, we good yo

  06 Jul 2014; Michał Górny <mgorny@gentoo.org> nova-2014.1.1.ebuild,
  nova-2014.1.9999.ebuild, nova-9999.ebuild:
  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
  unittest2 (those packages were only required for <=python-2.6).

  30 Jun 2014; Matthew Thode <prometheanfire@gentoo.org> metadata.xml,
  nova-9999.ebuild:
  fixed, all ebuilds use the correct initd bug 507628

*nova-2014.1.1 (16 Jun 2014)

  16 Jun 2014; Matthew Thode <prometheanfire@gentoo.org> +nova-2014.1.1.ebuild,
  -files/2014.1-CVE-2014-2573-1.patch, -files/2014.1-CVE-2014-2573-2.patch,
  -nova-2014.1-r2.ebuild:
  2014.1.1 bup

  15 Jun 2014; Matthew Thode <prometheanfire@gentoo.org>
  -files/CVE-2014-0167-2013.2.3.patch, -nova-2013.2.3-r1.ebuild,
  -nova-2013.2.9999.ebuild:
  removing the old badness fixes bug 512296 CVE-2014-2573

  09 Jun 2014; Matthew Thode <prometheanfire@gentoo.org>
  +files/2014.1-CVE-2014-2573-1.patch, +files/2014.1-CVE-2014-2573-2.patch,
  -nova-2014.1-r1.ebuild, nova-2014.1-r2.ebuild:
  fix for 2014.1-r1 bug 512296 CVE-2014-2573

  04 Jun 2014; Ian Delaney <idella4@gentoo.org> nova-2014.1-r2.ebuild:
  add requ'd dep nbd, fixes Bug #509726

*nova-2014.1-r2 (11 May 2014)

  11 May 2014; Vadim Kuznetsov vadimk@gentoo.org +files/nova.sudoersd,
  +nova-2014.1-r2.ebuild, -nova-2014.1.ebuild, files/nova.initd:
  slot conflicts, bug 508002

*nova-2014.1-r1 (05 May 2014)

  05 May 2014; Ian Delaney <idella4@gentoo.org> +nova-2014.1-r1.ebuild,
  nova-2014.1.9999.ebuild:
  revbump; add sample conf file, fixes Bug #509092

  28 Apr 2014; Matthew Thode <prometheanfire@gentoo.org> files/nova.initd:
  don't depend unneeded init stuff

*nova-2014.1 (28 Apr 2014)
*nova-2014.1.9999 (28 Apr 2014)

  28 Apr 2014; Matthew Thode <prometheanfire@gentoo.org>
  +nova-2014.1.9999.ebuild, +nova-2014.1.ebuild, files/nova.initd:
  for patrick

*nova-2013.2.3-r1 (11 Apr 2014)

  11 Apr 2014; Matthew Thode <prometheanfire@gentoo.org>
  +files/CVE-2014-0167-2013.2.3.patch, +nova-2013.2.3-r1.ebuild,
  -nova-2013.2.3.ebuild:
  fix for CVE-2014-0167

*nova-2013.2.3 (06 Apr 2014)

  06 Apr 2014; Matthew Thode <prometheanfire@gentoo.org> +nova-2013.2.3.ebuild,
  -files/2013.2.2-CVE-2014-0134.patch, -nova-2013.2.2-r1.ebuild,
  nova-2013.2.9999.ebuild:
  2013.2.3

  06 Apr 2014; Matthew Thode <prometheanfire@gentoo.org> -nova-2013.1.5.ebuild,
  -nova-2013.1.9999.ebuild:
  less grizzly

  01 Apr 2014; Matthew Thode <prometheanfire@gentoo.org> +files/nova.initd,
  metadata.xml, nova-2013.2.9999.ebuild:
  update to nova and deps 2013.2.9999

  30 Mar 2014; Matthew Thode <prometheanfire@gentoo.org> metadata.xml,
  nova-2013.2.9999.ebuild:
  more deps

  27 Mar 2014; Matthew Thode <prometheanfire@gentoo.org>
  files/2013.2.2-CVE-2014-0134.patch:
  better patch

*nova-2013.2.2-r1 (25 Mar 2014)

  25 Mar 2014; Matthew Thode <prometheanfire@gentoo.org>
  +files/2013.2.2-CVE-2014-0134.patch, +nova-2013.2.2-r1.ebuild,
  -nova-2013.2.2.ebuild:
  fix for nova CVE-2014-0134

*nova-2013.1.5 (23 Mar 2014)

  23 Mar 2014; Matthew Thode <prometheanfire@gentoo.org> +nova-2013.1.5.ebuild,
  -files/CVE-2013-4463_4469-grizzly.patch, -files/CVE-2013-4497-grizzly-1.patch,
  -files/CVE-2013-4497-grizzly-2.patch, -files/CVE-2013-6419_2013.1.4.patch,
  -files/CVE-2013-6437-2012.1.4.patch, -files/CVE-2013-7048-grizzly.patch,
  -files/CVE-2013-7130-stable-grizzly.patch, -nova-2013.1.4-r5.ebuild:
  updating nova

  24 Feb 2014; Ian Delaney <idella4@gentoo.org>
  -files/CVE-2013-6437-2012.2.1.patch, -files/CVE-2013-7048-havana.patch,
  -files/CVE-2013-7130-stable-havana.patch, -nova-2013.2.1-r3.ebuild:
  rm old 2013.2.1 and assoc. patches by request of maintainer

*nova-2013.2.2 (20 Feb 2014)

  20 Feb 2014; Matthew Thode <prometheanfire@gentoo.org> +nova-2013.2.2.ebuild:
  BUMP!

*nova-2013.2.1-r3 (27 Jan 2014)
*nova-2013.1.4-r5 (27 Jan 2014)

  27 Jan 2014; Matthew Thode <prometheanfire@gentoo.org>
  +files/CVE-2013-7048-grizzly.patch, +files/CVE-2013-7048-havana.patch,
  +nova-2013.1.4-r5.ebuild, +nova-2013.2.1-r3.ebuild, -nova-2013.1.4-r4.ebuild,
  -nova-2013.2.1-r2.ebuild:
  fixes for bug 494026 CVE-2013-7048

*nova-2013.2.1-r2 (23 Jan 2014)
*nova-2013.1.4-r4 (23 Jan 2014)

  23 Jan 2014; Matthew Thode <prometheanfire@gentoo.org>
  +files/CVE-2013-7130-stable-grizzly.patch,
  +files/CVE-2013-7130-stable-havana.patch, +nova-2013.1.4-r4.ebuild,
  +nova-2013.2.1-r2.ebuild, -nova-2013.1.4-r3.ebuild, -nova-2013.2.1-r1.ebuild:
  fixes for CVE-2013-7130, old badness removed

  08 Jan 2014; Mike Frysinger <vapier@gentoo.org> nova-2013.1.4-r3.ebuild,
  nova-2013.1.9999.ebuild, nova-2013.2.1-r1.ebuild, nova-2013.2.9999.ebuild,
  nova-9999.ebuild:
  Inherit the user eclass for enewuser/etc...

*nova-2013.1.4-r3 (19 Dec 2013)
*nova-2013.2.1-r1 (19 Dec 2013)

  19 Dec 2013; Matthew Thode <prometheanfire@gentoo.org>
  +files/CVE-2013-6437-2012.1.4.patch, +files/CVE-2013-6437-2012.2.1.patch,
  +nova-2013.1.4-r3.ebuild, +nova-2013.2.1-r1.ebuild, -nova-2013.1.4-r2.ebuild,
  -nova-2013.2-r3.ebuild, -nova-2013.2.1.ebuild:
  fixes for CVE-2013-6437

*nova-2013.2.1 (19 Dec 2013)

  19 Dec 2013; Matthew Thode <prometheanfire@gentoo.org> +nova-2013.2.1.ebuild,
  -files/CVE-2013-4463_4469-havana.patch, -files/CVE-2013-6419_2013.2.patch,
  nova-2013.2.9999.ebuild:
  update for CVE-2013-2096

*nova-2013.2-r3 (13 Dec 2013)
*nova-2013.1.4-r2 (13 Dec 2013)

  13 Dec 2013; Matthew Thode <prometheanfire@gentoo.org>
  +files/CVE-2013-6419_2013.1.4.patch, +files/CVE-2013-6419_2013.2.patch,
  +nova-2013.1.4-r2.ebuild, +nova-2013.2-r3.ebuild, -nova-2013.1.4-r1.ebuild,
  -nova-2013.2-r1.ebuild, -nova-2013.2-r2.ebuild:
  fixes for CVE-2013-6419

  03 Dec 2013; Matthew Thode <prometheanfire@gentoo.org> -nova-2013.2.ebuild,
  nova-2013.2-r1.ebuild, nova-2013.2.9999.ebuild:
  libvirt-python now :D

  30 Nov 2013; Ian Delaney <idella4@gentoo.org> nova-2013.2-r1.ebuild,
  nova-2013.2-r2.ebuild, nova-2013.2.9999.ebuild, nova-9999.ebuild:
  Edit/rm  from Description

*nova-2013.2-r1 (26 Nov 2013)

  26 Nov 2013; Ian Delaney <idella4@gentoo.org> +nova-2013.2-r1.ebuild,
  nova-2013.2.ebuild:
  nova-2013.2; delete white space & fix, revbump; add IUSE test, test deps, test
  phase as best as possible at this point with test support from (good ol')
  Chicago

  24 Nov 2013; Matthew Thode <prometheanfire@gentoo.org>
  nova-2013.2.9999.ebuild:
  forcing python_single_target_python2_7 on libvirt dep

*nova-2013.2-r2 (17 Nov 2013)
*nova-2013.1.4-r1 (17 Nov 2013)

  17 Nov 2013; Matthew Thode <prometheanfire@gentoo.org>
  +files/CVE-2013-4463_4469-grizzly.patch,
  +files/CVE-2013-4463_4469-havana.patch, +files/CVE-2013-4497-1.patch,
  +files/CVE-2013-4497-2.patch, +files/CVE-2013-4497-grizzly-1.patch,
  +files/CVE-2013-4497-grizzly-2.patch, +nova-2013.1.4-r1.ebuild,
  +nova-2013.2-r2.ebuild, -files/2012.2.4-CVE-2013-2256.patch,
  -files/2012.2.4-CVE-2013-4185.patch, -files/2012.2.4-CVE-2013-4261.patch,
  -files/2012.2.4-CVE-2013-4278.patch, -files/2013.1.3-CVE-2013-4261.patch,
  -files/2013.1.3-CVE-2013-4278.patch, -files/nova-folsom-4-CVE-2013-2030.patch,
  -files/nova-folsom-4-CVE-2013-2096.patch,
  -files/nova-grizzly-1-CVE-2013-2096.patch, -nova-2013.1.4.ebuild,
  -nova-2013.2-r1.ebuild:
  YAY CVE's

  14 Nov 2013; Matthew Thode <prometheanfire@gentoo.org> nova-2013.1.4.ebuild,
  nova-2013.1.9999.ebuild, nova-2013.2-r1.ebuild, nova-2013.2.9999.ebuild,
  nova-2013.2.ebuild, nova-9999.ebuild:
  kpartx

  14 Nov 2013; Matthew Thode <prometheanfire@gentoo.org>
  -nova-2012.2.4-r10.ebuild:
  removing nova 2012.2

  14 Nov 2013; Matthew Thode <prometheanfire@gentoo.org> nova-2013.1.4.ebuild,
  nova-2013.1.9999.ebuild, nova-2013.2.9999.ebuild, nova-2013.2.ebuild:
  updating nova runtime deps, was missing sysfsutils

*nova-2013.2-r1 (11 Nov 2013)

  11 Nov 2013; Matthew Thode <prometheanfire@gentoo.org> +nova-2013.2-r1.ebuild,
  nova-2013.2.9999.ebuild:
  update of nova to iputils and openvswitch deps

*nova-2013.2 (29 Oct 2013)
*nova-2013.1.4 (29 Oct 2013)

  29 Oct 2013; Matthew Thode <prometheanfire@gentoo.org> +nova-2013.1.4.ebuild,
  +nova-2013.2.ebuild, -nova-2013.1.3-r6.ebuild:
  new nova packages

  23 Oct 2013; Matthew Thode <prometheanfire@gentoo.org>
  nova-2013.2.9999.ebuild:
  now with more havana

*nova-2013.2.9999 (23 Oct 2013)

  23 Oct 2013; Matthew Thode <prometheanfire@gentoo.org>
  +nova-2013.2.9999.ebuild:
  update of nova to havana

  06 Oct 2013; Ian Delaney <idella4@gentoo.org> metadata.xml,
  nova-2013.1.3-r6.ebuild:
  add openstack herd to metadata.xml & disabled stub for test phase in
  2013.1.3-r6

  27 Sep 2013; Matthew Thode <prometheanfire@gentoo.org> metadata.xml,
  nova-2012.2.4-r10.ebuild, nova-2013.1.3-r6.ebuild, nova-2013.1.9999.ebuild,
  nova-9999.ebuild:
  oslo-config, novnc deps, libvirt deps, kvm/xen deps, initscript name change

*nova-2012.2.4-r10 (26 Sep 2013)
*nova-2013.1.3-r6 (26 Sep 2013)

  26 Sep 2013; Matthew Thode <prometheanfire@gentoo.org>
  +nova-2012.2.4-r10.ebuild, +nova-2013.1.3-r6.ebuild, -nova-2012.2.4-r9.ebuild,
  -nova-2013.1.3-r5.ebuild, nova-2013.1.9999.ebuild, nova-9999.ebuild:
  lxml and directory ownership

*nova-2012.2.4-r9 (13 Sep 2013)

  13 Sep 2013; Matthew Thode <prometheanfire@gentoo.org>
  +nova-2012.2.4-r9.ebuild, -nova-2012.2.4-r8.ebuild:
  nova to neutronclient

*nova-2013.1.3-r5 (12 Sep 2013)
*nova-2012.2.4-r8 (12 Sep 2013)

  12 Sep 2013; Matthew Thode <prometheanfire@gentoo.org>
  +files/2012.2.4-CVE-2013-4278.patch, +files/2013.1.3-CVE-2013-4278.patch,
  +nova-2012.2.4-r8.ebuild, +nova-2013.1.3-r5.ebuild, -nova-2012.2.4-r7.ebuild,
  -nova-2013.1.3-r4.ebuild:
  fix for CVE-2013-4278 for bug 482144

*nova-2012.2.4-r7 (12 Sep 2013)
*nova-2013.1.3-r4 (12 Sep 2013)

  12 Sep 2013; Matthew Thode <prometheanfire@gentoo.org>
  +nova-2012.2.4-r7.ebuild, +nova-2013.1.3-r4.ebuild, -nova-2012.2.4-r6.ebuild,
  -nova-2013.1.3-r3.ebuild, nova-2013.1.9999.ebuild, nova-9999.ebuild:
  nova is on distutils-r1 now :D

*nova-2012.2.4-r6 (11 Sep 2013)
*nova-2013.1.3-r3 (11 Sep 2013)

  11 Sep 2013; Matthew Thode <prometheanfire@gentoo.org>
  +files/2012.2.4-CVE-2013-4261.patch, +files/2013.1.3-CVE-2013-4261.patch,
  +nova-2012.2.4-r6.ebuild, +nova-2013.1.3-r3.ebuild, -nova-2012.2.4-r5.ebuild,
  -nova-2013.1.3-r2.ebuild:
  nova update for cve-2013-4261

  10 Sep 2013; Matthew Thode <prometheanfire@gentoo.org>
  nova-2012.2.4-r5.ebuild, nova-2013.1.3-r2.ebuild, nova-2013.1.9999.ebuild,
  nova-9999.ebuild:
  fixing sqlalchemy-migrate deps

*nova-2012.2.4-r5 (05 Sep 2013)
*nova-2013.1.3-r2 (05 Sep 2013)

  05 Sep 2013; Matthew Thode <prometheanfire@gentoo.org> +files/nova-confd,
  +files/nova-initd, +files/nova-sudoers, +nova-2012.2.4-r5.ebuild,
  +nova-2013.1.3-r2.ebuild, -nova-2012.2.4-r4.ebuild, -nova-2013.1.3.ebuild,
  metadata.xml, nova-2013.1.9999.ebuild, nova-9999.ebuild:
  updatign deps, some havana stuff, some init stuff, fixing bugs 483384 482698

  22 Aug 2013; Matthew Thode <prometheanfire@gentoo.org>
  nova-2012.2.4-r4.ebuild, nova-2013.1.3.ebuild, nova-2013.1.9999.ebuild:
  undoing some of upstreams stupid with the quantum->neutron thing

  20 Aug 2013; Matthew Thode <prometheanfire@gentoo.org>
  nova-2012.2.4-r4.ebuild, nova-2013.1.3.ebuild, nova-2013.1.9999.ebuild,
  nova-9999.ebuild:
  changing quantum to neutron

  19 Aug 2013; Matthew Thode <prometheanfire@gentoo.org>
  nova-2013.1.9999.ebuild:
  removed keywords from live ebuilds

*nova-2012.2.4-r4 (11 Aug 2013)

  11 Aug 2013; Matthew Thode <prometheanfire@gentoo.org>
  +files/2012.2.4-CVE-2013-2256.patch, +files/2012.2.4-CVE-2013-4185.patch,
  +nova-2012.2.4-r4.ebuild, -nova-2012.2.4-r3.ebuild:
  nova-folsom fixes for bug 480048

*nova-2013.1.3 (11 Aug 2013)

  11 Aug 2013; Matthew Thode <prometheanfire@gentoo.org> +nova-2013.1.3.ebuild,
  -nova-2013.1.2-r2.ebuild:
  updating nova to 2013.1.3 fixes bug 480360

*nova-2013.1.9999 (02 Aug 2013)

  02 Aug 2013; Matthew Thode <prometheanfire@gentoo.org>
  +nova-2013.1.9999.ebuild, nova-9999.ebuild:
  stable/grizzly for nova too

*nova-2012.2.4-r3 (25 Jun 2013)
*nova-2013.1.2-r2 (25 Jun 2013)

  25 Jun 2013; Matthew Thode <prometheanfire@gentoo.org>
  +nova-2012.2.4-r3.ebuild, +nova-2013.1.2-r2.ebuild, -nova-2012.2.4-r2.ebuild,
  -nova-2013.1.2-r1.ebuild, nova-9999.ebuild:
  fixes for bugs 474060 and 474062

*nova-2013.1.2-r1 (09 Jun 2013)

  09 Jun 2013; Matthew Thode <prometheanfire@gentoo.org>
  +nova-2013.1.2-r1.ebuild, -nova-2013.1.2.ebuild, nova-9999.ebuild:
  updates to nova deps

*nova-2013.1.2 (06 Jun 2013)

  06 Jun 2013; Matthew Thode <prometheanfire@gentoo.org> +nova-2013.1.2.ebuild,
  -nova-2013.1.1-r2.ebuild:
  version bump of openstack nova to 2013.1.2

*nova-2013.1.1-r2 (17 May 2013)
*nova-2012.2.4-r2 (17 May 2013)

  17 May 2013; Matthew Thode <prometheanfire@gentoo.org>
  +files/nova-folsom-4-CVE-2013-2096.patch,
  +files/nova-grizzly-1-CVE-2013-2096.patch, +nova-2012.2.4-r2.ebuild,
  +nova-2013.1.1-r2.ebuild, -nova-2012.2.4-r1.ebuild, -nova-2013.1.1-r1.ebuild:
  fix for CVE-2013-2096 for both grizzly and folsom

*nova-2013.1.1-r1 (16 May 2013)

  16 May 2013; Matthew Thode <prometheanfire@gentoo.org>
  +nova-2013.1.1-r1.ebuild, -nova-2013.1.1.ebuild:
  updated dep on webob for 2013.1.1 to support eapi5 distutils-r1

*nova-2012.2.4-r1 (10 May 2013)

  10 May 2013; Matthew Thode <prometheanfire@gentoo.org>
  +files/nova-folsom-4-CVE-2013-2030.patch, +nova-2012.2.4-r1.ebuild,
  -nova-2012.2.4.ebuild:
  fix for nova folsom for CVE-2013-2030

*nova-2013.1.1 (10 May 2013)
*nova-2012.2.4 (10 May 2013)

  10 May 2013; Matthew Thode <prometheanfire@gentoo.org> +nova-2012.2.4.ebuild,
  +nova-2013.1.1.ebuild, -files/nova-folsom-3-CVE-2013-0335.patch,
  -files/nova-folsom-3-CVE-2013-1838.patch,
  -files/nova-folsom-CVE-2013-1664.patch, -nova-2012.2.3-r3.ebuild,
  -nova-2013.1.ebuild:
  updating openstack nova, should squash at least one sec bug hopefully 2012.2.4
  and 2013.1.1

*nova-9999 (11 Apr 2013)

  11 Apr 2013; Matthew Thode <prometheanfire@gentoo.org> +nova-9999.ebuild:
  initial nova 9999 commit

*nova-2013.1 (10 Apr 2013)

  10 Apr 2013; Matthew Thode <prometheanfire@gentoo.org> +nova-2013.1.ebuild:
  upgrading nova to 2013.1 (grizzly)

  26 Mar 2013; Matthew Thode <prometheanfire@gentoo.org>
  nova-2012.2.3-r3.ebuild:
  fixing more nova deps

*nova-2012.2.3-r3 (25 Mar 2013)

  25 Mar 2013; Matthew Thode <prometheanfire@gentoo.org>
  +nova-2012.2.3-r3.ebuild, -nova-2012.2.3-r2.ebuild:
  updating nova deps for more python-r1 stuff

*nova-2012.2.3-r2 (14 Mar 2013)

  14 Mar 2013; Matthew Thode <prometheanfire@gentoo.org>
  +files/nova-folsom-3-CVE-2013-1838.patch, -nova-2012.2.3-r1.ebuild,
  +nova-2012.2.3-r2.ebuild:
  revbump to nova-2012.2.3-r2 for bug 461750 CVE-2013-1838

*nova-2012.2.3-r1 (26 Feb 2013)

  26 Feb 2013; Matthew Thode <prometheanfire@gentoo.org>
  +files/nova-folsom-3-CVE-2013-0335.patch, -nova-2012.2.2-r1.ebuild,
  -nova-2012.2.3.ebuild, +nova-2012.2.3-r1.ebuild:
  fixing bug 459364 CVE-2013-0335

  20 Feb 2013; Matthew Thode <prometheanfire@gentoo.org>
  nova-2012.2.2-r1.ebuild, nova-2012.2.3.ebuild:
  now with better patch calling

*nova-2012.2.3 (20 Feb 2013)
*nova-2012.2.2-r1 (20 Feb 2013)

  20 Feb 2013; Matthew Thode <prometheanfire@gentoo.org> -nova-2012.2.2.ebuild,
  +nova-2012.2.2-r1.ebuild, +nova-2012.2.3.ebuild,
  +files/nova-folsom-CVE-2013-1664.patch:
  updating nova and addressing CVE-2013-1664 from bug 458330

*nova-2012.2.2 (26 Jan 2013)

  26 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> +nova-2012.2.2.ebuild,
  +metadata.xml:
  adding sys-cluster/nova openstack is fully in tree now methinks