diff --git a/ChangeLog b/ChangeLog index 44ffa73..f9a0fac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,180 +1,15 @@ -Deprecated, the log of changes can be found on the git server - http://libvirt.org/git/?p=libvirt-java.git;a=summary +libvirt-java ChangeLog +====================== -Thu Oct 29 2009 Bryan Kearney - * Added maven building tools. - * Fixed connection and domain bugs found by Thomas Treutner +The libvirt-java project doesn't include a detailed ChangeLog in its +release archives. -Wed Jul 29 2009 Bryan Kearney - * refactored the code to use jna (https://jna.dev.java.net/) +If you're interested in the full list of changes made to libvirt since +the project was started, you can clone the git repository from -Mon May 11 10:49:54 CEST 2009 Daniel Veillard + https://gitlab.com/libvirt/libvirt-java/ - * 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 - - * 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 - - * src/org/libvirt/Connect.java: small doc patch from Thomas Fricke - -Wed Aug 20 18:03:43 CEST 2008 Daniel Veillard - - * 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 - - * 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 - - * 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 - - * 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 - - * 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 - - * 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 - - * 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 - - * 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 - - * 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 - - * configure.in libvirt-java.spec.in: release 0.1.2 - -Thu Jul 3 17:12:24 CEST 2008 Daniel Veillard - - * 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 - - * 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 - - * 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 - - * configure.in src/Makefile.am: more portability stuff - -Tue Jul 1 16:58:46 CEST 2008 Daniel Veillard - - * 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 - - * 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 - - * 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 - - * 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 - - * 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 - - * README: added content from Tóth István - -Tue Jun 24 18:30:39 CEST 2008 Daniel Veillard - - * 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 +and browse them locally using your favorite git history viewer or, +alternatively, browse them online at + https://gitlab.com/libvirt/libvirt-java/-/commits/master