At Fri, 21 Feb 2014 11:19:23 +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].
>
> I've made sure that all JUnit tests pass after every commit with JNA
> versions 3.4.1, 3.4.2, 3.5.0, 3.5.1, 3.5.2 and 4.0.0.
>
> I'd really appreciate your comments or suggestions.
I've ACK'd all of the patches except for the one about virFree and a
couple related to hashCode/equals implementation.
Without further ado, since I have addressed your complains I pushed
the remaining patches a couple of seconds ago (except the virFree
patch).
Additionally, since my email address changed I've also pushed this
patch under the trivial rule:
------- >8 ------------------ 8< --------------- 8< ------------------
From 0b6f6e970c7e8dc666bf6084b80268077d09fa04 Mon Sep 17 00:00:00 2001
From: Claudio Bley <cbley(a)av-test.de>
Date: Fri, 31 Oct 2014 22:59:10 +0100
Subject: [java] [PATCH] Update my Email address
---
AUTHORS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/AUTHORS b/AUTHORS
index 07809bf..6ea5092 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,7 +3,7 @@ Initial code base from Tóth István <stoty(a)tvnet.hu>
Primary maintainer:
-Claudio Bley <cbley(a)av-test.de>
+Claudio Bley <claudio.bley(a)gmail.com>
Patches provided by:
--
2.1.3
--