summaryrefslogtreecommitdiff
blob: 0e02884caa2ce218927b56aff9dd24940e665a13 (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
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
# ChangeLog for app-emulation/libvirt
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.442 2015/08/07 14:42:04 tamiko Exp $

*libvirt-1.2.18 (07 Aug 2015)

  07 Aug 2015; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.18.ebuild:
  version bump, bug #556904

*libvirt-1.2.17-r4 (31 Jul 2015)

  31 Jul 2015; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.17-r4.ebuild,
  -files/libvirtd.confd-r6, -files/libvirtd.init-r16, -libvirt-1.2.17-r3.ebuild,
  libvirt-9999.ebuild:
  on behalf of cardoe; revert all changes made to the openrc runscripts; as per
  discussions on bug #555736 and on bug #551854

*libvirt-1.2.17-r3 (29 Jul 2015)

  29 Jul 2015; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.17-r3.ebuild,
  -libvirt-1.2.17-r2.ebuild, files/libvirt-1.2.17-fix_paths_for_apparmor.patch:
  fix apparmor configuration, many thanks to aporilel, bug #544628

*libvirt-1.2.17-r2 (28 Jul 2015)

  28 Jul 2015; Matthias Maier <tamiko@gentoo.org>
  +files/libvirt-1.2.17-fix_paths_for_apparmor.patch, +files/libvirtd.confd-r6,
  +files/libvirtd.init-r16, +libvirt-1.2.17-r2.ebuild, -files/libvirtd.confd-r5,
  -files/libvirtd.init-r15, -libvirt-1.2.17-r1.ebuild, libvirt-9999.ebuild:
  Change default behavior for kvm guest in openrc runscript, bug #555736; fix
  apparmor configuration, bug #554628; ebuild maintenance

  25 Jul 2015; Matthias Maier <tamiko@gentoo.org> libvirt-1.2.17-r1.ebuild,
  libvirt-9999.ebuild:
  cosmetic changes in README.gentoo

*libvirt-1.2.17-r1 (25 Jul 2015)

  25 Jul 2015; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.17-r1.ebuild,
  -libvirt-1.2.16-r2.ebuild, -libvirt-1.2.17.ebuild, libvirt-9999.ebuild,
  metadata.xml:
  drop old; use readme.gentoo for all elog messages; fix dependencies wrt
  ebtables and iptables, bug #553120; add apparmor use flag, bug #554628

  02 Jul 2015; Matthias Maier <tamiko@gentoo.org> libvirt-1.2.15-r1.ebuild,
  libvirt-1.2.16-r2.ebuild, libvirt-1.2.17.ebuild, libvirt-9999.ebuild:
  remove RESOURCE_COUNTERS from kernel configure check

*libvirt-1.2.17 (02 Jul 2015)

  02 Jul 2015; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.17.ebuild,
  libvirt-9999.ebuild:
  version bump

*libvirt-1.2.16-r2 (24 Jun 2015)

  24 Jun 2015; Matthias Maier <tamiko@gentoo.org>
  +files/libvirt-1.2.16-fix_paths_in_libvirt-guests_sh.patch,
  +libvirt-1.2.16-r2.ebuild, -libvirt-1.2.16-r1.ebuild, files/libvirtd.init-r14:
  adjust paths in libvirt-guests.sh (fixed in 1.2.16-r2 only)

*libvirt-1.2.16-r1 (24 Jun 2015)

  24 Jun 2015; Matthias Maier <tamiko@gentoo.org> +files/libvirtd.confd-r5,
  +files/libvirtd.init-r15, +libvirt-1.2.16-r1.ebuild, -libvirt-1.2.16.ebuild,
  files/libvirtd.init-r14:
  provide a configuration option for domains and network on restart, bug #551854

  23 Jun 2015; Matthias Maier <tamiko@gentoo.org>
  -files/libvirt-1.2.9-fix-firewalld-configuration.patch,
  -files/libvirtd.init-r13, -files/virtlockd.init, -libvirt-1.2.10-r4.ebuild,
  -libvirt-1.2.10-r6.ebuild, -libvirt-1.2.12-r2.ebuild, -libvirt-1.2.12.ebuild,
  -libvirt-1.2.14-r2.ebuild, -libvirt-1.2.14-r3.ebuild:
  cleanup

  23 Jun 2015; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.15-r1.ebuild:
  Stable for x86, wrt bug #552272

  20 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> libvirt-1.2.10-r6.ebuild,
  libvirt-1.2.12-r2.ebuild, libvirt-1.2.14-r2.ebuild, libvirt-1.2.14-r3.ebuild,
  libvirt-1.2.15-r1.ebuild:
  amd64 stable wrt bug #552272

*libvirt-1.2.16 (14 Jun 2015)

  14 Jun 2015; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.16.ebuild:
  version bump, bug #550992, thanks to Thomas Stein for reporting

*libvirt-1.2.15-r1 (24 May 2015)
*libvirt-1.2.12-r2 (24 May 2015)
*libvirt-1.2.14-r3 (24 May 2015)
*libvirt-1.2.10-r6 (24 May 2015)

  24 May 2015; Matthias Maier <tamiko@gentoo.org> +files/virtlockd.init-r1,
  +libvirt-1.2.10-r6.ebuild, +libvirt-1.2.12-r2.ebuild,
  +libvirt-1.2.14-r3.ebuild, +libvirt-1.2.15-r1.ebuild,
  -libvirt-1.2.10-r5.ebuild, -libvirt-1.2.11-r4.ebuild,
  -libvirt-1.2.12-r1.ebuild, -libvirt-1.2.13-r2.ebuild, -libvirt-1.2.15.ebuild,
  libvirt-9999.ebuild:
  Cleanup; update to latest upstream maintenance patches; ship virtlockd init
  script with reload, bug #549990, thanks to Jason Zaman.

  24 May 2015; Matthias Maier <tamiko@gentoo.org> libvirt-1.2.10-r4.ebuild,
  libvirt-1.2.10-r5.ebuild, libvirt-1.2.11-r4.ebuild, libvirt-1.2.12-r1.ebuild,
  libvirt-1.2.12.ebuild, libvirt-1.2.13-r2.ebuild, libvirt-1.2.14-r2.ebuild,
  libvirt-1.2.15.ebuild, libvirt-9999.ebuild:
  rdepend on iptables[ipv6], bug #550116, thanks to Agostino Sarubbo; update
  slot dependencies for 1.2.10-r4 and 1.2.12

  13 May 2015; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.14-r2.ebuild:
  Stable for x86, wrt bug #548706

  08 May 2015; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.14-r2.ebuild:
  Stable for amd64, wrt bug #548706

*libvirt-1.2.15 (05 May 2015)

  05 May 2015; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.15.ebuild,
  libvirt-1.2.10-r5.ebuild, libvirt-1.2.11-r4.ebuild, libvirt-1.2.12-r1.ebuild,
  libvirt-1.2.13-r2.ebuild, libvirt-1.2.14-r2.ebuild, libvirt-9999.ebuild:
  version bump, bug #548640, thanks to Thomas Stein.

  03 May 2015; Matthias Maier <tamiko@gentoo.org> libvirt-1.2.13-r2.ebuild,
  libvirt-1.2.14-r2.ebuild:
  reenable wireshark-plugins use flag

*libvirt-1.2.14-r2 (19 Apr 2015)
*libvirt-1.2.13-r2 (19 Apr 2015)

  19 Apr 2015; Matthias Maier <tamiko@gentoo.org> +files/libvirtd.tmpfiles.conf,
  +libvirt-1.2.13-r2.ebuild, +libvirt-1.2.14-r2.ebuild,
  -libvirt-1.2.13-r1.ebuild, -libvirt-1.2.14-r1.ebuild, libvirt-9999.ebuild:
  Manually create /run/libvirt/lxc on libvirtd startup (see
  https://bugzilla.suse.com/show_bug.cgi?id=926153)

*libvirt-1.2.13-r1 (17 Apr 2015)
*libvirt-1.2.14-r1 (17 Apr 2015)
*libvirt-1.2.12-r1 (17 Apr 2015)
*libvirt-1.2.11-r4 (17 Apr 2015)
*libvirt-1.2.10-r5 (17 Apr 2015)

  17 Apr 2015; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.10-r5.ebuild,
  +libvirt-1.2.11-r4.ebuild, +libvirt-1.2.12-r1.ebuild,
  +libvirt-1.2.13-r1.ebuild, +libvirt-1.2.14-r1.ebuild,
  -libvirt-1.2.11-r3.ebuild, -libvirt-1.2.13.ebuild, -libvirt-1.2.14.ebuild,
  libvirt-9999.ebuild:
  Fix install location for libvirtd.service.d/00gentoo file; bug #545828, bug
  #546168

*libvirt-1.2.14 (05 Apr 2015)

  05 Apr 2015; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.14.ebuild:
  version bump

  13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.12.ebuild:
  Stable for x86, wrt bug #543044

  13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.12.ebuild:
  Stable for amd64, wrt bug #543044

*libvirt-1.2.13 (13 Mar 2015)

  13 Mar 2015; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.13.ebuild:
  version bump, bug #542902

  15 Feb 2015; Matthias Maier <tamiko@gentoo.org> -libvirt-1.2.10-r3.ebuild:
  drop vulnerable, wrt bug #537956

  15 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.10-r4.ebuild:
  Stable for x86, wrt bug #537956

  28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.10-r4.ebuild:
  Stable for amd64, wrt bug #537956

*libvirt-1.2.10-r4 (27 Jan 2015)

  27 Jan 2015; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.10-r4.ebuild:
  apply security fix for 1.2.10 (CVE-2015-0236)

*libvirt-1.2.12 (27 Jan 2015)
*libvirt-1.2.11-r3 (27 Jan 2015)

  27 Jan 2015; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.11-r3.ebuild,
  +libvirt-1.2.12.ebuild, -files/libvirt-1.2.10-cve-2014-7823.patch,
  -files/libvirt-1.2.10-cve-2014-8131-part2.patch,
  -files/libvirt-1.2.10-cve-2014-8131.patch, -libvirt-1.2.11-r2.ebuild,
  libvirt-1.2.10-r3.ebuild, libvirt-9999.ebuild:
  version bump; cleanup; apply security fix for 1.2.11 and drop vulnerable
  (CVE-2015-0236)

  24 Dec 2014; Matthias Maier <tamiko@gentoo.org> -libvirt-1.2.10-r2.ebuild:
  drop vulnerable, bug #533286, CVE-2014-8135, CVE-2014-8136

  24 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.10-r3.ebuild:
  Stable for x86, wrt bug #533286

  24 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.10-r3.ebuild:
  Stable for amd64, wrt bug #533286

*libvirt-1.2.10-r3 (23 Dec 2014)

  23 Dec 2014; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.10-r3.ebuild,
  -files/libvirt-1.2.9-cve-2014-7823.patch:
  maintain upstream libvirt patches in own github repository; apply patches for
  CVE-2014-8135, CVE-2014-8136

*libvirt-1.2.11-r2 (18 Dec 2014)

  18 Dec 2014; Matthias Maier <tamiko@gentoo.org> +files/libvirtd.init-r14,
  +libvirt-1.2.11-r2.ebuild, -libvirt-1.2.11-r1.ebuild, files/libvirtd.init-r13,
  libvirt-9999.ebuild:
  fail prominently in case of config directories being a regular file, bug
  #532892

*libvirt-1.2.11-r1 (18 Dec 2014)

  18 Dec 2014; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.11-r1.ebuild,
  -libvirt-1.2.11.ebuild, libvirt-9999.ebuild, metadata.xml:
  add support for glusterfs, bug #532632

  16 Dec 2014; Matthias Maier <tamiko@gentoo.org> libvirt-9999.ebuild:
  fix DEPEND

  13 Dec 2014; Matthias Maier <tamiko@gentoo.org> libvirt-1.2.11.ebuild,
  metadata.xml:
  fix whitespace in metadata.xml, 2nd try

  13 Dec 2014; Matthias Maier <tamiko@gentoo.org> libvirt-1.2.11.ebuild,
  metadata.xml:
  fix whitespace in metadata.xml

  13 Dec 2014; Matthias Maier <tamiko@gentoo.org> libvirt-1.2.11.ebuild:
  sign manifest

*libvirt-1.2.11 (13 Dec 2014)

  13 Dec 2014; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.11.ebuild:
  version bump

  12 Dec 2014; Matthias Maier <tamiko@gentoo.org> -libvirt-1.2.10-r1.ebuild:
  drop vulnerable version, CVE-2014-8131, bug #532204

  12 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.10-r2.ebuild:
  Stable for x86, wrt bug #532204

  12 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.10-r2.ebuild:
  Stable for amd64, wrt bug #532204

*libvirt-1.2.10-r2 (11 Dec 2014)

  11 Dec 2014; Matthias Maier <tamiko@gentoo.org>
  +files/libvirt-1.2.10-cve-2014-8131-part2.patch, +libvirt-1.2.10-r2.ebuild:
  Apply followup patch as well, CVE-2014-8131, bug #532204

  11 Dec 2014; Matthias Maier <tamiko@gentoo.org> -libvirt-1.2.9-r2.ebuild:
  drop vulnerable version, CVE-2014-8131, bug #532204

  11 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.10-r1.ebuild:
  Stable for x86, wrt bug #532204

  11 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.10-r1.ebuild:
  Stable for amd64, wrt bug #532204

*libvirt-1.2.10-r1 (10 Dec 2014)

  10 Dec 2014; Matthias Maier <tamiko@gentoo.org>
  +files/libvirt-1.2.10-cve-2014-8131.patch, +libvirt-1.2.10-r1.ebuild,
  -libvirt-1.2.10.ebuild, -libvirt-1.2.9.1-r1.ebuild:
  fix for CVE-2014-8131, bug #532204, drop vulnerable unstable

  20 Nov 2014; Matthias Maier <tamiko@gentoo.org>
  +files/libvirt-1.2.9-fix-firewalld-configuration.patch,
  -files/libvirt-1.2.9-fix-firefwalld-configuration.patch,
  libvirt-1.2.10.ebuild, libvirt-1.2.9.1-r1.ebuild:
  fix typo

*libvirt-1.2.9.1-r1 (20 Nov 2014)

  20 Nov 2014; Matthias Maier <tamiko@gentoo.org>
  +files/libvirt-1.2.9-fix-firefwalld-configuration.patch,
  +libvirt-1.2.9.1-r1.ebuild, -libvirt-1.2.9.1.ebuild, libvirt-1.2.10.ebuild:
  fix firewalld configuration wrt bug #529898

  19 Nov 2014; Matthias Maier <tamiko@gentoo.org> libvirt-1.2.10.ebuild,
  libvirt-1.2.9.1.ebuild, libvirt-9999.ebuild:
  fix subslots :-/

*libvirt-1.2.9.1 (17 Nov 2014)

  17 Nov 2014; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.9.1.ebuild,
  libvirt-1.2.10.ebuild, libvirt-9999.ebuild:
  add stable release 1.2.9.1; ebuild cleanup

  08 Nov 2014; Matthias Maier <tamiko@gentoo.org> -libvirt-1.2.9.ebuild:
  drop vulnerable wrt bug #528440

  08 Nov 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.9-r2.ebuild:
  Stable for x86, wrt bug #528440

  08 Nov 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.9-r2.ebuild:
  Stable for amd64, wrt bug #528440

  08 Nov 2014; Matthias Maier <tamiko@gentoo.org> libvirt-9999.ebuild:
  switch to git-r3; cleanup

  08 Nov 2014; Matthias Maier <tamiko@gentoo.org> libvirt-9999.ebuild:
  disable -Werror for live builds; minor cleanup

*libvirt-1.2.10 (06 Nov 2014)
*libvirt-1.2.9-r2 (06 Nov 2014)

  06 Nov 2014; Matthias Maier <tamiko@gentoo.org>
  +files/libvirt-1.2.10-cve-2014-7823.patch,
  +files/libvirt-1.2.9-cve-2014-7823.patch, +libvirt-1.2.10.ebuild,
  +libvirt-1.2.9-r2.ebuild, -libvirt-1.2.9-r1.ebuild, libvirt-9999.ebuild:
  version bump wrt bug #528300, backport fix for CVE-2014-7823 wrt bug #528440,
  drop vulnerable

  03 Nov 2014; Matthias Maier <tamiko@gentoo.org> libvirt-1.2.9-r1.ebuild,
  libvirt-9999.ebuild:
  prevent systemd autodetection, bug 508374

  03 Nov 2014; Patrick Lauer <patrick@gentoo.org> libvirt-1.2.9-r1.ebuild,
  libvirt-9999.ebuild:
  Whitespace

  03 Nov 2014; Matthias Maier <tamiko@gentoo.org> libvirt-1.2.9-r1.ebuild:
  fix typo, print elog message when replacing...

*libvirt-1.2.9-r1 (03 Nov 2014)

  03 Nov 2014; Matthias Maier <tamiko@gentoo.org>
  +files/libvirt-1.2.9-do_not_use_sysconf.patch, +files/libvirtd.service.conf,
  +libvirt-1.2.9-r1.ebuild, -files/libvirt-1.2.6-numa.patch,
  libvirt-9999.ebuild, metadata.xml:
  add wireshark-plugins use flag, bug 508340; do not install into runtime paths,
  bug 520408; do not install into units use /etc/sysconfig, bug 477524

  31 Oct 2014; Matthias Maier <tamiko@gentoo.org> libvirt-1.2.9.ebuild,
  libvirt-9999.ebuild:
  revert use dependency on app-emulation/qemu[usb,usbredir], this was a bad
  idea, thanks to ago for pointing this out

  31 Oct 2014; Matthias Maier <tamiko@gentoo.org> metadata.xml:
  take over maintainership as substitute

  31 Oct 2014; Matthias Maier <tamiko@gentoo.org> libvirt-1.2.9.ebuild,
  libvirt-9999.ebuild:
  require app-emulation/qemu[usb,usbredir] to make virt-manager (and related)
  happy, thanks to mgorny for pointing this out

  31 Oct 2014; Matthias Maier <tamiko@gentoo.org> -libvirt-1.1.3.4.ebuild,
  -libvirt-1.2.3.ebuild, -libvirt-1.2.5.ebuild, -libvirt-1.2.6.ebuild:
  remove old due to bug 524184 (CVE-2014-3633)

  27 Oct 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.9.ebuild:
  Stable for x86, wrt bug #524184

  27 Oct 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.9.ebuild:
  Stable for amd64, wrt bug #524184

  23 Oct 2014; Ian Delaney <idella4@gentoo.org> metadata.xml:
  adding as maintainer for now

  21 Oct 2014; Matthias Maier <tamiko@gentoo.org> libvirt-1.2.6.ebuild:
  fix dependency wrt bug 519316

*libvirt-1.2.9 (21 Oct 2014)

  21 Oct 2014; Matthias Maier <tamiko@gentoo.org> +libvirt-1.2.9.ebuild,
  libvirt-9999.ebuild:
  version bump; fix dependency wrt 519316

  12 Aug 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.5.ebuild:
  Stable for x86, wrt bug #509858

  12 Aug 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.5.ebuild:
  Stable for amd64, wrt bug #509858

  06 Aug 2014; Patrick Lauer <patrick@gentoo.org>
  +files/libvirt-1.2.6-numa.patch, libvirt-1.2.6.ebuild:
  Add upstream patch to fix USE=-numa #518568

  31 Jul 2014; Michał Górny <mgorny@gentoo.org> libvirt-1.2.3.ebuild,
  libvirt-1.2.5.ebuild, libvirt-1.2.6.ebuild, libvirt-9999.ebuild:
  Disable wireshark dissector support to fix automagic dependency and resulting
  build failures, bugs #508340 and #508336.

*libvirt-1.2.6 (29 Jul 2014)

  29 Jul 2014; Patrick Lauer <patrick@gentoo.org> +libvirt-1.2.6.ebuild:
  Bump

*libvirt-1.2.5 (16 Jun 2014)

  16 Jun 2014; Tiziano Müller <dev-zero@gentoo.org> +libvirt-1.2.5.ebuild,
  -libvirt-1.2.4.ebuild, libvirt-9999.ebuild:
  Version bump (bug #512566, add minimal keepdirs, drop pm-utils dependency when
  using systemd), drop vulnerable unstable version (LSN-2014-0003).

  17 May 2014; Doug Goldstein <cardoe@gentoo.org> -files/libvirtd.init-r12,
  -libvirt-1.1.3.3.ebuild, -libvirt-1.2.1.ebuild:
  Clean out older versions

*libvirt-1.2.4 (15 May 2014)

  15 May 2014; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.2.4.ebuild:
  Version bump

  15 May 2014; Doug Goldstein <cardoe@gentoo.org> libvirt-1.2.3.ebuild:
  Fix typo in option name

  11 May 2014; Doug Goldstein <cardoe@gentoo.org> libvirt-1.2.3.ebuild:
  Add checks for kernel support for the guest bandwidth limiting feature.
  Research into this and the work done by Dan Moulding
  <dan.moulding@rackwareinc.com>

  21 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.3.4.ebuild,
  libvirt-1.2.3.ebuild:
  Stable for x86, wrt bug #502232

  21 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.3.4.ebuild,
  libvirt-1.2.3.ebuild:
  Stable for amd64, wrt bug #502232

  20 Apr 2014; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
  Fix up description of USE=qemu

*libvirt-1.1.3.4 (20 Apr 2014)

  20 Apr 2014; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.3.4.ebuild:
  Version bump stable series.

*libvirt-1.2.3 (20 Apr 2014)

  20 Apr 2014; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.2.3.ebuild:
  Version bump. bug #506560

  01 Mar 2014; Michał Górny <mgorny@gentoo.org> libvirt-1.1.3.3.ebuild,
  libvirt-1.2.1.ebuild, libvirt-9999.ebuild:
  Update libgcrypt dep to use slot :0.

  27 Jan 2014; Doug Goldstein <cardoe@gentoo.org> -libvirt-1.1.3-r1.ebuild,
  -libvirt-1.1.3.1.ebuild, -libvirt-1.2.0-r1.ebuild:
  Remove older vulnerable versions.

  25 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.3.3.ebuild,
  libvirt-1.2.1.ebuild:
  Stable for amd64, wrt bug #498534

  25 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.3.3.ebuild,
  libvirt-1.2.1.ebuild:
  Stable for x86, wrt bug #498534

  22 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.0-r1.ebuild:
  Stable for x86, wrt bug #496204

  22 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.0-r1.ebuild:
  Stable for amd64, wrt bug #496204

  19 Jan 2014; Doug Goldstein <cardoe@gentoo.org> -libvirt-1.0.5.6.ebuild,
  -libvirt-1.1.3-r2.ebuild, -libvirt-1.1.4.ebuild, -libvirt-1.2.0.ebuild:
  Remove a slew of older versions

*libvirt-1.1.3.3 (19 Jan 2014)

  19 Jan 2014; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.3.3.ebuild:
  Bump stable series to fix outstanding CVEs.

*libvirt-1.2.1 (19 Jan 2014)

  19 Jan 2014; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.2.1.ebuild:
  Version bump. Fix CVE-2013-6458, CVE-2014-0028, CVE-2014-1447

*libvirt-1.2.0-r1 (29 Dec 2013)

  29 Dec 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.2.0-r1.ebuild:
  Bump for CVE-2013-6436 and CVE-2013-6457

  07 Dec 2013; Chema Alonso <nimiux@gentoo.org> libvirt-1.1.3.1.ebuild:
  Stable for amd64 wrt bug #491458

  03 Dec 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.2.0.ebuild:
  Each version adds more symbols into the shared library which the bindings will
  need to be rebuilt to expose.

*libvirt-1.2.0 (03 Dec 2013)

  03 Dec 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.2.0.ebuild,
  libvirt-9999.ebuild:
  Version bump. Python bindings are now in their own package called dev-python
  /libvirt-python. Update the live ebuild to the latest changes from 1.2.0.

  11 Nov 2013; Mike Gilbert <floppym@gentoo.org> libvirt-1.1.4.ebuild,
  libvirt-9999.ebuild:
  Don't call python setup function if python use flag is disabled.

*libvirt-1.1.3.1 (06 Nov 2013)

  06 Nov 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.3.1.ebuild:
  Bump the stable series.

*libvirt-1.1.4 (04 Nov 2013)

  04 Nov 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.4.ebuild:
  Version bump

*libvirt-1.1.3-r2 (25 Oct 2013)

  25 Oct 2013; Doug Goldstein <cardoe@gentoo.org> +files/libvirtd.init-r13,
  +files/virtlockd.init, +libvirt-1.1.3-r2.ebuild:
  Add init script for virtlockd

  25 Oct 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.5.6.ebuild:
  Add back stable marking for stable series after talking to ago

  25 Oct 2013; Doug Goldstein <cardoe@gentoo.org> -libvirt-1.1.2-r1.ebuild,
  -libvirt-1.1.2-r3.ebuild, -libvirt-1.1.3.ebuild:
  Remove older versions vulnerable to CVE-2013-4400 and CVE-2013-4401.

  25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.3-r1.ebuild:
  Stable for x86, wrt bug #489374

  25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.3-r1.ebuild:
  Stable for amd64, wrt bug #489374

*libvirt-1.1.3-r1 (22 Oct 2013)

  22 Oct 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.3-r1.ebuild:
  Fix for CVE-2013-4400 and CVE-2013-4401.

  13 Oct 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.3.ebuild:
  Stable for x86, wrt bug #487684

  12 Oct 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.3.ebuild:
  Stable for amd64, wrt bug #487684

*libvirt-1.1.3 (10 Oct 2013)

  10 Oct 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.3.ebuild:
  Version bump

  02 Oct 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.2-r3.ebuild:
  Stable for x86, wrt bug #484488

  02 Oct 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.2-r3.ebuild:
  Stable for amd64, wrt bug #484488

*libvirt-1.0.5.6 (24 Sep 2013)

  24 Sep 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.0.5.6.ebuild:
  Add back stable version that was over zealously removed.

*libvirt-1.1.2-r3 (24 Sep 2013)

  24 Sep 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.2-r3.ebuild,
  -libvirt-1.1.2-r2.ebuild:
  Bump for supplimental fixup to CVE-2013-4311

*libvirt-1.1.2-r2 (20 Sep 2013)

  20 Sep 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.2-r2.ebuild:
  Bump for CVE-2013-4311 and CVE-2013-4296

  10 Sep 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.1.2-r1.ebuild:
  Request USER_NS as libvirt is capable with working with it now.

  10 Sep 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.1.2-r1.ebuild:
  Add SECURITYFS to the list of required kernel options. bug #484446

  07 Sep 2013; Agostino Sarubbo <ago@gentoo.org> -libvirt-1.0.5.4.ebuild,
  -libvirt-1.1.1-r1.ebuild, -libvirt-1.1.1-r5.ebuild, -libvirt-1.1.2.ebuild:
  Remove old

  07 Sep 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.2-r1.ebuild:
  Stable for amd64, wrt bug #484014

  07 Sep 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.2-r1.ebuild:
  Stable for x86, wrt bug #484014

*libvirt-1.1.2-r1 (06 Sep 2013)

  06 Sep 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.2-r1.ebuild:
  Bump to fix CVE-2013-4297.

  05 Sep 2013; Michał Górny <mgorny@gentoo.org> libvirt-1.1.1-r1.ebuild,
  libvirt-1.1.1-r5.ebuild, libvirt-1.1.2.ebuild, libvirt-9999.ebuild:
  Clean up PYTHON_COMPAT from old implementations.

*libvirt-1.1.2 (02 Sep 2013)

  02 Sep 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.2.ebuild:
  Version bump

  31 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.1-r5.ebuild:
  Stable for amd64, wrt bug #483048

  30 Aug 2013; Doug Goldstein <cardoe@gentoo.org> -libvirt-1.1.1-r3.ebuild,
  -libvirt-1.1.1-r4.ebuild:
  Remove older versions

*libvirt-1.1.1-r5 (29 Aug 2013)

  29 Aug 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.1-r5.ebuild:
  Fix RPC call bounds issue.

  28 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.1-r1.ebuild:
  Stable for x86, wrt bug #480134

*libvirt-1.1.1-r4 (23 Aug 2013)

  23 Aug 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.1-r4.ebuild:
  Grab the latest upstream fixes

*libvirt-1.1.1-r3 (12 Aug 2013)

  12 Aug 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.1-r3.ebuild,
  -libvirt-1.1.1-r2.ebuild:
  Fix build issue with glibc 2.17. bug #480472

  10 Aug 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.1.1-r2.ebuild:
  Add missing call to readme.gentoo eclass.

  10 Aug 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.1.1-r2.ebuild:
  Start using readme.gentoo

*libvirt-1.1.1-r2 (10 Aug 2013)

  10 Aug 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.1-r2.ebuild:
  Fix crash in remoteDomainCreateWithFlags(). Example of the crash can be seen
  with 'virsh start domain --paused'. rhbz#994855

  10 Aug 2013; Doug Goldstein <cardoe@gentoo.org>
  -files/libvirt-1.0.6-CVE-2013-2218.patch,
  -files/libvirt-1.0.6-virinterface-udev-backend-ro.patch,
  -files/libvirt-1.1.0-CVE-2013-2230.patch, -files/libvirtd.init-r11,
  -libvirt-1.1.0-r3.ebuild:
  Remove older version and older files

  10 Aug 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.1.1-r1.ebuild,
  libvirt-9999.ebuild:
  Fix up a few missing options from kernel feature detection.

  07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.1-r1.ebuild:
  Stable for amd64, wrt bug #480134

  06 Aug 2013; Doug Goldstein <cardoe@gentoo.org> -libvirt-1.1.1.ebuild:
  Remove straight 1.1.1 version

*libvirt-1.1.1-r1 (06 Aug 2013)

  06 Aug 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.1-r1.ebuild:
  Fix crash in legacy xen driver. Re-enable tunnelled migration with new qemu's
  but warn we won't be able to use the newer nbd based migration.

  02 Aug 2013; Doug Goldstein <cardoe@gentoo.org> -libvirt-1.0.5.2.ebuild,
  libvirt-1.0.5.4.ebuild, libvirt-1.1.0-r3.ebuild:
  Ensure dev-lang/perl is in DEPEND. bug #472722

  31 Jul 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.1.1.ebuild:
  Add a dodir to potentially fix bug #478830

  30 Jul 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-9999.ebuild:
  Update live ebuild to latest iteration of the ebuild

*libvirt-1.1.1 (30 Jul 2013)

  30 Jul 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.1.ebuild,
  -libvirt-1.1.0-r4.ebuild:
  git submodule updates cause patchsets to not apply, go with the latest release
  instead

  30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.0-r3.ebuild:
  Stable for amd64, wrt bug #478688

*libvirt-1.1.0-r4 (29 Jul 2013)

  29 Jul 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.0-r4.ebuild:
  Handful of stability fixes (races and qemu compat) from upstream.

  20 Jul 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.5.4.ebuild:
  stable the stable series

*libvirt-1.0.5.4 (20 Jul 2013)

  20 Jul 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.0.5.4.ebuild:
  Version bump stable series

  20 Jul 2013; Doug Goldstein <cardoe@gentoo.org> -libvirt-1.0.3-r2.ebuild,
  -libvirt-1.0.5.1-r3.ebuild, -libvirt-1.0.6-r1.ebuild:
  Remove older versions from the tree

*libvirt-1.1.0-r3 (19 Jul 2013)

  19 Jul 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.0-r3.ebuild,
  -libvirt-1.1.0-r2.ebuild:
  libvirt-1.1.0-r2 went out slightly too early and missed some patches, notibly
  CVE-2013-4153 and CVE-2013-4154.

*libvirt-1.1.0-r2 (19 Jul 2013)

  19 Jul 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.0-r2.ebuild,
  -libvirt-1.1.0-r1.ebuild:
  Bump to address a number of issues fixed upstream.

  11 Jul 2013; Justin Lecher <jlec@gentoo.org> libvirt-1.1.0-r1.ebuild,
  metadata.xml:
  Fix typo, #476466

*libvirt-1.1.0-r1 (10 Jul 2013)

  10 Jul 2013; Doug Goldstein <cardoe@gentoo.org>
  +files/libvirt-1.1.0-CVE-2013-2230.patch, +libvirt-1.1.0-r1.ebuild,
  -libvirt-1.1.0.ebuild:
  Fix for CVE-2013-2230. bug #476094

  04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.0.5.2.ebuild:
  Stable for x86, wrt bug #475040

*libvirt-1.1.0 (01 Jul 2013)

  01 Jul 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.1.0.ebuild:
  Version bump

  01 Jul 2013; Doug Goldstein <cardoe@gentoo.org> -libvirt-1.0.6.ebuild:
  Remove older version

*libvirt-1.0.6-r1 (01 Jul 2013)

  01 Jul 2013; Doug Goldstein <cardoe@gentoo.org>
  +files/libvirt-1.0.6-CVE-2013-2218.patch,
  +files/libvirt-1.0.6-virinterface-udev-backend-ro.patch,
  +libvirt-1.0.6-r1.ebuild:
  Fix for CVE-2013-2218 and virInterface should work read-only when using udev
  backend.

  28 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.0.5.2.ebuild:
  Stable for amd64, wrt bug #475040

*libvirt-1.0.5.2 (13 Jun 2013)

  13 Jun 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.0.5.2.ebuild:
  Version bump for a number of stability issues.

  11 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.0.5.1-r3.ebuild:
  Stable for x86, wrt bug #470096

  11 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.0.5.1-r3.ebuild:
  Stable for amd64, wrt bug #470096

  09 Jun 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-9999.ebuild:
  bump initscript version in live build

*libvirt-1.0.5.1-r3 (09 Jun 2013)

  09 Jun 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.0.5.1-r3.ebuild,
  -libvirt-1.0.5.1-r2.ebuild:
  Fix missing symbol from upstream build (bug #472724) and switch to newer init
  script.

  04 Jun 2013; Doug Goldstein <cardoe@gentoo.org> +files/libvirtd.init-r12,
  libvirt-1.0.6.ebuild:
  Add xenconsoled to the after clause in the init script. bug #465702

  04 Jun 2013; Doug Goldstein <cardoe@gentoo.org> -libvirt-1.0.2-r2.ebuild,
  -libvirt-1.0.4.ebuild:
  Remove older versions

*libvirt-1.0.6 (04 Jun 2013)

  04 Jun 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.0.6.ebuild:
  Version bump. Switch from python eclass to python-single-r1.

  04 Jun 2013; Doug Goldstein <cardoe@gentoo.org> -files/libvirt-1.0.5.1-0001-cg
  roup-be-robust-against-cgroup-movement-races.patch, -files/libvirt-1.0.5.1-000
  2-qemu-fix-NBD-migration-to-hosts-with-IPv6-enabled.patch,
  -libvirt-1.0.5.1-r1.ebuild, -libvirt-1.0.5.1.ebuild:
  Remove older versions

*libvirt-1.0.5.1-r2 (04 Jun 2013)

  04 Jun 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.0.5.1-r2.ebuild:
  Backport fixes to prevent rebooting of all guests when using PCI passthru
  devices.

*libvirt-1.0.5.1-r1 (28 May 2013)

  28 May 2013; Doug Goldstein <cardoe@gentoo.org> +files/libvirt-1.0.5.1-0001-cg
  roup-be-robust-against-cgroup-movement-races.patch, +files/libvirt-1.0.5.1-000
  2-qemu-fix-NBD-migration-to-hosts-with-IPv6-enabled.patch,
  +libvirt-1.0.5.1-r1.ebuild:
  Bump to fix cgroup movement race and nbd based migrations on IPv6 enabled
  hosts.

  28 May 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.5.1.ebuild:
  Change USE flag default to qemu since that's what most people are using
  libvirt for.

  28 May 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.5.1.ebuild:
  Fix path change.

  22 May 2013; Doug Goldstein <cardoe@gentoo.org>
  -files/libvirt-1.0.5-sanitytest.py, -files/libvirtd.init-r10,
  -libvirt-1.0.0.ebuild, -libvirt-1.0.3-r1.ebuild, -libvirt-1.0.5.ebuild,
  libvirt-1.0.3-r2.ebuild, libvirt-1.0.4.ebuild, libvirt-1.0.5.1.ebuild,
  libvirt-9999.ebuild:
  More fixes to LXC's kernel requirements. Remove older versions.

  21 May 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.0.ebuild,
  libvirt-1.0.2-r2.ebuild, libvirt-1.0.3-r1.ebuild, libvirt-1.0.3-r2.ebuild,
  libvirt-1.0.4.ebuild, libvirt-1.0.5.1.ebuild, libvirt-1.0.5.ebuild:
  CONFIG_USER_NS from the kernel is not yet used so don't check for it.

  21 May 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.5.1.ebuild:
  Add support for systemd unit files. bug #459372

*libvirt-1.0.5.1 (21 May 2013)

  21 May 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.0.5.1.ebuild:
  Upstream fixes release

  12 May 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.3-r2.ebuild,
  libvirt-1.0.4.ebuild, libvirt-1.0.5.ebuild, libvirt-9999.ebuild:
  Update required kernel options for different configs

  10 May 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.0.3-r2.ebuild:
  Stable for x86, wrt bug #469244

  10 May 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.0.3-r2.ebuild:
  Stable for amd64, wrt bug #469244

  10 May 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.3-r2.ebuild,
  libvirt-1.0.4.ebuild, libvirt-1.0.5.ebuild, libvirt-9999.ebuild:
  Fix up kernel features required for LXC.

*libvirt-1.0.5 (06 May 2013)

  06 May 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.0.5.ebuild,
  +files/libvirt-1.0.5-sanitytest.py:
  Version bump for new upstream release.

*libvirt-1.0.4 (04 Apr 2013)

  04 Apr 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.0.4.ebuild:
  Version bump

  23 Mar 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-9999.ebuild:
  Update the live ebuild with the fixes from recent releases.

  20 Mar 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.3-r2.ebuild:
  Fix issue with location of sysctl.d file being installed to the correct path.

  20 Mar 2013; Doug Goldstein <cardoe@gentoo.org> -libvirt-1.0.3.ebuild:
  Remove older version

*libvirt-1.0.3-r2 (20 Mar 2013)

  20 Mar 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.0.3-r2.ebuild:
  Patches from the stable queue to fix a number of small outstanding issues and
  fix bug #455636

  14 Mar 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.3-r1.ebuild:
  Update tarball because it was missing a patch

*libvirt-1.0.3-r1 (14 Mar 2013)

  14 Mar 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.0.3-r1.ebuild:
  Compile together a number of commits to fix user reported issues upstream

  07 Mar 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.2-r2.ebuild:
  Backport USE=fuse to prevent automagical depend on sys-fs/fuse.

  07 Mar 2013; Doug Goldstein <cardoe@gentoo.org> -libvirt-0.10.2.1.ebuild,
  -libvirt-0.10.2.2.ebuild, -libvirt-1.0.1.ebuild:
  Remove older versions

  06 Mar 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.3.ebuild,
  metadata.xml:
  Add USE=fuse for LXC containers.

*libvirt-1.0.3 (05 Mar 2013)

  05 Mar 2013; Doug Goldstein <cardoe@gentoo.org> +libvirt-1.0.3.ebuild:
  Version bump. virInterface APIs should work better for Gentoo users now.

  25 Feb 2013; Doug Goldstein <cardoe@gentoo.org>
  -files/0001-complete-virterror-virerror-name-change.patch,
  -libvirt-1.0.2-r1.ebuild:
  Remove older version