Skip to content

Commit

Permalink
Release of libvirt-java-0.4.8
Browse files Browse the repository at this point in the history
* update the properties to bump the release and deps
* update the spec file
  • Loading branch information
veillard committed Jul 6, 2012
1 parent 9238f4e commit ebd53b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version=0.4.7
version=0.4.8
release=1
libvirt.required=0.8.2
libvirt.required=0.9.12
java.required=1:1.5.0
rpm.topdir=/home/bkearney/rpmbuild
rpm.topdir=/home/veillard/rpms
jar.dir=/usr/share/java
12 changes: 9 additions & 3 deletions libvirt-java.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,21 @@ rm -rf %{buildroot}
%{_javadocdir}/%{name}

%changelog
* Mon Feb 3 2011 Bryan Kearney <[email protected]) - 0.4.7-1
* Fri Jul 6 2012 Daniel Veillard <[email protected]> - 0.4.8-1
- Add flags to StoragePoolRefresh
- use byte[] array for secretGetValue
- Fix for the jna parameter passing issue
- Added domain flags and error constants for libvirt 0.9.12

* Mon Feb 3 2011 Bryan Kearney <[email protected]> - 0.4.7-1
- Only throw errors on real errors.
- Remote non thread safe error reporting
- BZ 600819 Incorrect scheduler parameter value passed to native API.

* Mon Jul 6 2010 Bryan Kearney <[email protected]) - 0.4.6-1
* Mon Jul 6 2010 Bryan Kearney <[email protected]> - 0.4.6-1
- Added libvirt support up to 0.8.2 API

* Mon May 24 2010 Bryan Kearney <[email protected]) - 0.4.5-1
* Mon May 24 2010 Bryan Kearney <[email protected]> - 0.4.5-1
- Added libvirt support up to 0.8.1 API

* Fri May 14 2010 Bryan Kearney <[email protected]> - 0.4.3-1
Expand Down

0 comments on commit ebd53b3

Please sign in to comment.