forked from heidsoft/Libvirt-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
180 lines (129 loc) · 7.1 KB
/
ChangeLog
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
Deprecated, the log of changes can be found on the git server
http://libvirt.org/git/?p=libvirt-java.git;a=summary
Thu Oct 29 2009 Bryan Kearney <bkearney@redhat.com>
* Added maven building tools.
* Fixed connection and domain bugs found by Thomas Treutner
Wed Jul 29 2009 Bryan Kearney <bkearney@redhat.com>
* refactored the code to use jna (https://jna.dev.java.net/)
Mon May 11 10:49:54 CEST 2009 Daniel Veillard <veillard@redhat.com>
* src/jni/org_libvirt_Domain.c: fix a cut and paste bug pointed out
by Zvi Dubitzky
Wed Oct 29 14:28:50 CET 2008 Daniel Veillard <veillard@redhat.com>
* src/jni/Makefile.am: Include LIBVIRT_CFLAGS in the CFLAGS used for
the libvirt JNI sources, patch by David Lively
* AUTHORS: added sources for patches
Thu Sep 4 10:53:07 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/org/libvirt/Connect.java: small doc patch from Thomas Fricke
Wed Aug 20 18:03:43 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/org/libvirt/Error.java: patch from Daniel Schwager to make
org.libvirt.Error serializable
Wed Aug 20 17:16:16 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/org/libvirt/StoragePoolInfo.java
src/org/libvirt/StorageVolInfo.java: missing semicolumn broke the
gcj javadoc
Fri Aug 8 15:01:18 CEST 2008 Daniel Veillard <veillard@redhat.com>
* NEWS: release of 0.2.1
* src/jni/org_libvirt_Connect.c src/jni/org_libvirt_Domain.c: fix a
couple of comments
Fri Aug 8 14:27:29 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/jni/generic.h src/jni/org_libvirt_StoragePool.c
src/jni/org_libvirt_StorageVol.c src/org/libvirt/StoragePool.java
src/org/libvirt/StoragePoolInfo.java src/org/libvirt/StorageVol.java
src/org/libvirt/StorageVolInfo.java: oops forgotten a number of files
from the previous patch
Tue Aug 5 11:08:31 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/org/libvirt/ErrorException.java src/org/libvirt/Connect.java
src/org/libvirt/LibvirtException.java src/org/libvirt/ConnectAuth.java
src/jni/org_libvirt_Connect.c src/jni/org_libvirt_Network.c
src/jni/Makefile.am src/jni/org_libvirt_Domain.c src/Makefile.am
src/org/libvirt/StorageVolInfo.java src/jni/org_libvirt_StoragePool.c
src/org/libvirt/StorageVol.java src/org/libvirt/StoragePoolInfo.java
src/org/libvirt/StoragePool.java src/jni/org_libvirt_StorageVol.c
src/jni/generic.h: big patch from Tóth István refactoring the
JNI binding code, removing leaks, and adding storage support
* configure.in: bumped version to 0.2.1 and required version to 0.4.1
for an upcoming new release.
Tue Jul 22 10:26:29 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/jni/org_libvirt_Connect.c: Tóth István found the bug when
an exception was raised at connection time.
Mon Jul 21 09:51:30 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/jni/ConnectAuthCallbackBridge.c: patch from Tóth István
for the ConnectAuth jni code
* src/Makefile.am: augment make clean to remove jar and .class
Fri Jul 18 16:32:14 CEST 2008 Daniel Veillard <veillard@redhat.com>
* libvirt-java.spec.in configure.in: release of 0.2.0
* autogen.sh configure.in: trying to help on Solaris build
* README.in README: make README configured for version and prefix
* src/Makefile.am src/test.java src/jni/* src/org/libvirt/*:
renamed all entry points removing the vir or Vir prefixes in
public classes and methods, except for LibvirtException,
various cleanups and debug
Fri Jul 18 13:29:51 CEST 2008 Daniel Veillard <veillard@redhat.com>
* libvirt-java.spec.in: remove the build and installation of a source
zip file.
* src/jni/VirConnectAuthCallbackBridge.c
src/jni/org_libvirt_VirConnect.c
src/org/libvirt/VirConnectAuth.java
src/org/libvirt/VirConnectCredential.java: remove
VirConnectCredential and make is a subclass of VirConnectAuth
Thu Jul 3 17:45:34 CEST 2008 Daniel Veillard <veillard@redhat.com>
* configure.in libvirt-java.spec.in: release 0.1.2
Thu Jul 3 17:12:24 CEST 2008 Daniel Veillard <veillard@redhat.com>
* configure.in: cleanup
* libvirt-java.spec.in: do not try to activate parallel make
* src/jni/VirErrorHandler.c src/org/libvirt/LibvirtException.java
src/org/libvirt/VirDomainBlockStats.java src/org/libvirt/VirError.java
src/org/libvirt/VirConnect.java src/org/libvirt/VirNetwork.java:
the domain/network/conn fields of errors are deprecated now,
so removing them and fixing entry points, also fix more javadoc
warnings.
Thu Jul 3 15:26:30 CEST 2008 Daniel Veillard <veillard@redhat.com>
* INSTALL configure.in libvirt-java.spec.in: revamped the
JVM detection based on JPackage and David Walluck feedback.
Wed Jul 2 14:47:44 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/org/libvirt/VirDomain.java src/org/libvirt/VirNetwork.java:
fixing some javadoc HTML tags
Wed Jul 2 13:58:36 CEST 2008 Daniel Veillard <veillard@redhat.com>
* configure.in src/Makefile.am: more portability stuff
Tue Jul 1 16:58:46 CEST 2008 Daniel Veillard <veillard@redhat.com>
* Makefile.am configure.in libvirt-java.spec.in: cleanup, portability
and new release of 0.1.1
Tue Jul 1 15:32:23 CEST 2008 Daniel Veillard <veillard@redhat.com>
* configure.in: fix compilation problems related to jni_md.h
include paths, should be quite more portable now.
* aclocal.m4 config.guess config.sub: generated they should not
have been commited.
Tue Jul 1 12:01:16 CEST 2008 Daniel Veillard <veillard@redhat.com>
* aclocal.m4 config.guess config.sub configure.in src/jni/Makefile.am:
add JDK detection hint and JNI include path, plus fixes for older
auto* tools.
Mon Jun 30 15:08:32 CEST 2008 Daniel Veillard <veillard@redhat.com>
* libvirt-java.spec.in: rpmlint related cleanups
* src/Makefile.am src/test.java src/jni/Makefile.am
src/jni/VirConnectAuthCallbackBridge.[ch]
src/jni/org_libvirt_VirConnect.c src/jni/org_libvirt_VirDomain.c
src/jni/org_libvirt_VirNetwork.c src/org/libvirt/VirConnect.java
src/org/libvirt/VirConnectAuth.java
src/org/libvirt/VirConnectAuthDefault.java
src/org/libvirt/VirConnectCredential.java
src/org/libvirt/VirDomain.java src/org/libvirt/VirError.java
src/org/libvirt/VirSchedParameter.java:
new patch from Tóth István, various cleanups, added connection
auth support.
* src/jni/org_libvirt_VirDomain_CreateFlags.h
src/jni/org_libvirt_VirDomain_MigrateFlags.h: remove generated files
from CVS
Wed Jun 25 15:00:41 CEST 2008 Daniel Veillard <veillard@redhat.com>
* INSTALL Makefile.am configure.in libvirt-java.pc.in
libvirt-java.spec.in src/Makefile.am src/jni/Makefile.am:
various cleanups following Tóth early feedback
Wed Jun 25 07:21:02 CEST 2008 Daniel Veillard <veillard@redhat.com>
* README: added content from Tóth István
Tue Jun 24 18:30:39 CEST 2008 Daniel Veillard <veillard@redhat.com>
* AUTHORS COPYING.LIB ChangeLog Makefile.am NEWS README aclocal.m4
autogen.sh config.guess config.h.in config.sub configure.in
libvirt-java.pc.in libvirt-java.spec.in doc/Makefile.am
src/Makefile.am src/jni/Makefile.am: all the configure, make
and rpm stuff, first version
* src/test.java src/jni/*.[ch] src/org/libvirt/*.java: the sources
based on 0.0.1 from Tóth István