1
Thu Oct 29 2009 Bryan Kearney <bkearney@redhat.com>
2
    * Added maven building tools.
3
    * Fixed connection and domain bugs found by Thomas Treutner
4
    
5
Wed Jul 29 2009 Bryan Kearney <bkearney@redhat.com>
6
    * refactored the code to use jna (https://jna.dev.java.net/)
7
    
8
Mon May 11 10:49:54 CEST 2009 Daniel Veillard <veillard@redhat.com>
9
10
	* src/jni/org_libvirt_Domain.c: fix a cut and paste bug pointed out
11
	  by Zvi Dubitzky
12
13
Wed Oct 29 14:28:50 CET 2008 Daniel Veillard <veillard@redhat.com>
14
15
	* src/jni/Makefile.am: Include LIBVIRT_CFLAGS in the CFLAGS used for
16
	  the libvirt JNI sources, patch by David Lively
17
	* AUTHORS: added sources for patches
18
19
Thu Sep  4 10:53:07 CEST 2008 Daniel Veillard <veillard@redhat.com>
20
21
	* src/org/libvirt/Connect.java: small doc patch from Thomas Fricke
22
23
Wed Aug 20 18:03:43 CEST 2008 Daniel Veillard <veillard@redhat.com>
24
25
	* src/org/libvirt/Error.java: patch from Daniel Schwager to make
26
	  org.libvirt.Error serializable
27
28
Wed Aug 20 17:16:16 CEST 2008 Daniel Veillard <veillard@redhat.com>
29
30
	* src/org/libvirt/StoragePoolInfo.java
31
	  src/org/libvirt/StorageVolInfo.java: missing semicolumn broke the
32
	  gcj javadoc
33
34
Fri Aug  8 15:01:18 CEST 2008 Daniel Veillard <veillard@redhat.com>
35
36
	* NEWS: release of 0.2.1
37
	* src/jni/org_libvirt_Connect.c src/jni/org_libvirt_Domain.c: fix a
38
	  couple of comments
39
40
Fri Aug  8 14:27:29 CEST 2008 Daniel Veillard <veillard@redhat.com>
41
42
	* src/jni/generic.h src/jni/org_libvirt_StoragePool.c
43
	  src/jni/org_libvirt_StorageVol.c src/org/libvirt/StoragePool.java
44
	 src/org/libvirt/StoragePoolInfo.java src/org/libvirt/StorageVol.java
45
	 src/org/libvirt/StorageVolInfo.java: oops forgotten a number of files
46
	 from the previous patch
47
48
Tue Aug  5 11:08:31 CEST 2008 Daniel Veillard <veillard@redhat.com>
49
50
	* src/org/libvirt/ErrorException.java src/org/libvirt/Connect.java
51
	src/org/libvirt/LibvirtException.java src/org/libvirt/ConnectAuth.java
52
	src/jni/org_libvirt_Connect.c src/jni/org_libvirt_Network.c
53
	src/jni/Makefile.am src/jni/org_libvirt_Domain.c src/Makefile.am
54
	src/org/libvirt/StorageVolInfo.java src/jni/org_libvirt_StoragePool.c
55
	src/org/libvirt/StorageVol.java src/org/libvirt/StoragePoolInfo.java
56
	src/org/libvirt/StoragePool.java src/jni/org_libvirt_StorageVol.c
57
	src/jni/generic.h: big patch from Tóth István refactoring the
58
	JNI binding code, removing leaks, and adding storage support
59
	* configure.in: bumped version to 0.2.1 and required version to 0.4.1
60
	  for an upcoming new release.
61
62
Tue Jul 22 10:26:29 CEST 2008 Daniel Veillard <veillard@redhat.com>
63
64
	* src/jni/org_libvirt_Connect.c: Tóth István found the bug when
65
	  an exception was raised at connection time.
66
67
Mon Jul 21 09:51:30 CEST 2008 Daniel Veillard <veillard@redhat.com>
68
69
	* src/jni/ConnectAuthCallbackBridge.c: patch from Tóth István
70
	  for the ConnectAuth jni code
71
	* src/Makefile.am: augment make clean to remove jar and .class
72
73
Fri Jul 18 16:32:14 CEST 2008 Daniel Veillard <veillard@redhat.com>
74
75
	* libvirt-java.spec.in configure.in: release of 0.2.0
76
	* autogen.sh configure.in: trying to help on Solaris build
77
	* README.in README: make README configured for version and prefix
78
	* src/Makefile.am src/test.java src/jni/* src/org/libvirt/*:
79
	  renamed all entry points removing the vir or Vir prefixes in
80
	  public classes and methods, except for LibvirtException,
81
	  various cleanups and debug
82
83
Fri Jul 18 13:29:51 CEST 2008 Daniel Veillard <veillard@redhat.com>
84
85
	* libvirt-java.spec.in: remove the build and installation of a source
86
	  zip file.
87
	* src/jni/VirConnectAuthCallbackBridge.c
88
	  src/jni/org_libvirt_VirConnect.c
89
	 src/org/libvirt/VirConnectAuth.java
90
	 src/org/libvirt/VirConnectCredential.java: remove
91
	 VirConnectCredential and make is a subclass of VirConnectAuth
92
93
Thu Jul  3 17:45:34 CEST 2008 Daniel Veillard <veillard@redhat.com>
94
95
	* configure.in libvirt-java.spec.in: release 0.1.2
96
97
Thu Jul  3 17:12:24 CEST 2008 Daniel Veillard <veillard@redhat.com>
98
99
	* configure.in: cleanup
100
	* libvirt-java.spec.in: do not try to activate parallel make
101
	* src/jni/VirErrorHandler.c src/org/libvirt/LibvirtException.java
102
	  src/org/libvirt/VirDomainBlockStats.java src/org/libvirt/VirError.java
103
	  src/org/libvirt/VirConnect.java src/org/libvirt/VirNetwork.java:
104
	  the domain/network/conn fields of errors are deprecated now,
105
	  so removing them and fixing entry points, also fix more javadoc
106
	  warnings.
107
108
Thu Jul  3 15:26:30 CEST 2008 Daniel Veillard <veillard@redhat.com>
109
110
	* INSTALL configure.in libvirt-java.spec.in: revamped the
111
	  JVM detection based on JPackage and David Walluck feedback.
112
113
Wed Jul  2 14:47:44 CEST 2008 Daniel Veillard <veillard@redhat.com>
114
115
	* src/org/libvirt/VirDomain.java src/org/libvirt/VirNetwork.java:
116
	  fixing some javadoc HTML tags
117
118
Wed Jul  2 13:58:36 CEST 2008 Daniel Veillard <veillard@redhat.com>
119
120
	* configure.in src/Makefile.am: more portability stuff
121
122
Tue Jul  1 16:58:46 CEST 2008 Daniel Veillard <veillard@redhat.com>
123
124
	* Makefile.am configure.in libvirt-java.spec.in: cleanup, portability
125
	  and new release of 0.1.1
126
127
Tue Jul  1 15:32:23 CEST 2008 Daniel Veillard <veillard@redhat.com>
128
129
	* configure.in: fix compilation problems related to jni_md.h
130
	  include paths, should be quite more portable now.
131
	* aclocal.m4 config.guess config.sub: generated they should not
132
	  have been commited.
133
134
Tue Jul  1 12:01:16 CEST 2008 Daniel Veillard <veillard@redhat.com>
135
136
	* aclocal.m4 config.guess config.sub configure.in src/jni/Makefile.am:
137
	  add JDK detection hint and JNI include path, plus fixes for older
138
	  auto* tools.
139
140
Mon Jun 30 15:08:32 CEST 2008 Daniel Veillard <veillard@redhat.com>
141
142
	* libvirt-java.spec.in: rpmlint related cleanups
143
	* src/Makefile.am src/test.java src/jni/Makefile.am
144
	  src/jni/VirConnectAuthCallbackBridge.[ch]
145
	  src/jni/org_libvirt_VirConnect.c src/jni/org_libvirt_VirDomain.c
146
	  src/jni/org_libvirt_VirNetwork.c src/org/libvirt/VirConnect.java
147
	  src/org/libvirt/VirConnectAuth.java
148
	  src/org/libvirt/VirConnectAuthDefault.java
149
	  src/org/libvirt/VirConnectCredential.java
150
	  src/org/libvirt/VirDomain.java src/org/libvirt/VirError.java
151
	  src/org/libvirt/VirSchedParameter.java:
152
	  new patch from Tóth István, various cleanups, added connection
153
	  auth support.
154
	* src/jni/org_libvirt_VirDomain_CreateFlags.h
155
	  src/jni/org_libvirt_VirDomain_MigrateFlags.h: remove generated files
156
	  from CVS
157
158
Wed Jun 25 15:00:41 CEST 2008 Daniel Veillard <veillard@redhat.com>
159
160
	* INSTALL Makefile.am configure.in libvirt-java.pc.in
161
	  libvirt-java.spec.in src/Makefile.am src/jni/Makefile.am:
162
	  various cleanups following Tóth early feedback
163
164
Wed Jun 25 07:21:02 CEST 2008 Daniel Veillard <veillard@redhat.com>
165
166
	* README: added content from Tóth István
167
168
Tue Jun 24 18:30:39 CEST 2008 Daniel Veillard <veillard@redhat.com>
169
170
	* AUTHORS COPYING.LIB ChangeLog Makefile.am NEWS README aclocal.m4
171
	  autogen.sh config.guess config.h.in config.sub configure.in
172
	  libvirt-java.pc.in libvirt-java.spec.in doc/Makefile.am
173
	  src/Makefile.am src/jni/Makefile.am: all the configure, make
174
	  and rpm stuff, first version
175
	* src/test.java src/jni/*.[ch] src/org/libvirt/*.java: the sources
176
	  based on 0.0.1 from Tóth István