At Fri, 21 Feb 2014 11:21:17 +0000,
Daniel P. Berrange wrote:
On Thu, Feb 13, 2014 at 04:22:08PM +0100, Claudio Bley wrote:
> Hi.
>
> Here are a few patches that piled up in my local branch. Some of them
> I already submitted to this list, but there has been no reponse to
> them.
>
> Included are a few trivial fixes as well as memory leak fixes and
> additions to the public API.
>
> There had been some minor interest in my first version of domain event
> support in the Java wrapper[1], which I have reworked almost entirely.
>
> If nobody objects, say, within the next two weeks or so, I'll go ahead
> and push the whole series as was suggested to me by Daniel P. Berrange
> on this list[2].
BTW, when you push these patches, you should also update AUTHORS
to list yourself as the primary maintainer of the binding, similar
to how we list maintainers in the main libvirt AUTHORS file.
Sure thing. I've pushed this a couple of minutes ago under the
trivial rule:
----------------------------------------------------------------------
commit c04d0aef148e9f89b08a4ccbfc17b17e2e4c8caf
Author: Claudio Bley <cbley(a)av-test.de>
Date: Wed Mar 26 10:50:41 2014 +0100
Take over libvirt-java as the primary maintainer
diff --git a/AUTHORS b/AUTHORS
index 8404152..07809bf 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,10 @@
Packaging Daniel Veillard <veillard(a)redhat.com>
Initial code base from Tóth István <stoty(a)tvnet.hu>
+Primary maintainer:
+
+Claudio Bley <cbley(a)av-test.de>
+
Patches provided by:
Daniel Schwager <Daniel.Schwager(a)dtnet.de>
@@ -11,5 +15,4 @@ Luis Carlos Moreira da Costa <tcljava(a)gmail.com>
Andrea Sansottera <andrea.sansottera(a)gmail.com>
Stefan Majer <stefan.majer(a)gmail.com>
Wido den Hollander <wido(a)widodh.nl>
-Claudio Bley <cbley(a)av-test.de>
Eric Blake <eblake(a)redhat.com>
----------------------------------------------------------------------
Regards,
Claudio