[Pkg-libvirt-commits] [libguestfs] annotated tag upstream/1.24.8 created (now 92ff25f)
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 9 11:21:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a change to annotated tag upstream/1.24.8
in repository libguestfs.
at 92ff25f (tag)
tagging 256cbb96172c5b3d8c92d542099bc0641ce560a9 (commit)
replaces upstream/1.24.6
tagged by Hilko Bengen
on Sat Mar 8 22:58:17 2014 +0100
- Log -----------------------------------------------------------------
Upstream version 1.24.8
Bastien ROUCARIÈS (1):
remove last trace of ntfsprogs
Hilko Bengen (2):
podwrapper: Recognize git-style dates in ChangeLog
Imported Upstream version 1.24.8
Pino Toscano (7):
mllib: hostname: add a newline in /etc/hostname
fish: small refactor of config reading code
fish: change order of config files being read
mllib: add a binding for mkdtemp
sysprep: use Mkdtemp to create the temporary directory
tests/luks: disable if luks is not available
run: add the builddir of inspector to $PATH
Richard W.M. Jones (39):
java: Avoid warnings in the tests and examples.
fish/uri: Initialize some variables to avoid a warning.
gobject: Use spaces between function name and call parameters.
gobject: Don't direct error messages to /dev/null.
gobject: Clean up some warnings about unused variables.
gobject: Remove some more warnings from session.c code.
mllib/uri-c.c: Remove unused variable.
configure: Move ocaml-gettext writing boilerplate to separate m4 module.
Remove some unused header files.
test: Use = instead of == for testing string equality in bash script.
generator: Sort most output.
FAQ: Remove old RHEL 6.5 section.
FAQ: Create new section about problems opening disk images.
FAQ: Add several common problems with opening disk images.
FAQ: Remove obsolete entry about libguestfs <= 1.13 and slow writes.
builder: Add ScientificLinux 6.5.
builder: Add arch=x86_64 entries.
builder: Add arch= entry for Cirros.
appliance: Initialize local variables because gcc cannot track that they are not used uninitialized.
appliance: init: Don't write to /proc/sys/kernel/hotplug when starting udev (RHBZ#1020806).
logo: Add fish logo with 5 years star.
logo: Make the 5 years text larger and more readable for website.
build: Don't allow --disable-daemon and --enable-appliance together.
appliance: Remove conditionals in appliance/Makefile.am.
Add new logo to EXTRA_DIST.
appliance: Ensure that supermin.d directory is installed properly.
java: run: Add java/.libs to LD_LIBRARY_PATH so JVM finds the right JNI file.
java: Fix bogus construction of all RStructList returned values (RHBZ#1073906).
java: Split long lines in generated output, and add other whitespace.
java: Factor out common field code in RStructList.
java: Use correct Set*Field JNI accessors to set fields of the appropriate type.
bindtests: Fill in all fields in dummy lvm_pv struct.
java: Add regression test for RStruct/RStructList (RHBZ#1073906).
java: Document how to use optional parameters in the guestfs-java(3) man page.
java: Document how to compile and run Java programs.
java: Complete test suite.
Version 1.24.7.
mllib: Fix mistake in cherry-pick new mkdtemp function.
Version 1.24.8.
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new d97194f mllib: hostname: add a newline in /etc/hostname
new 4985edf java: Avoid warnings in the tests and examples.
new bea5e04 fish/uri: Initialize some variables to avoid a warning.
new 8aba57e gobject: Use spaces between function name and call parameters.
new b8f4593 gobject: Don't direct error messages to /dev/null.
new 75dd1dd gobject: Clean up some warnings about unused variables.
new a3badcd gobject: Remove some more warnings from session.c code.
new 09f7984 mllib/uri-c.c: Remove unused variable.
new 2fdcb56 configure: Move ocaml-gettext writing boilerplate to separate m4 module.
new f741cb2 Remove some unused header files.
new e9339c9 test: Use = instead of == for testing string equality in bash script.
new 2335152 podwrapper: Recognize git-style dates in ChangeLog
new 20e080d generator: Sort most output.
new f328c19 FAQ: Remove old RHEL 6.5 section.
new 14b590c FAQ: Create new section about problems opening disk images.
new ecb5539 FAQ: Add several common problems with opening disk images.
new a18299e FAQ: Remove obsolete entry about libguestfs <= 1.13 and slow writes.
new 8cc180a fish: small refactor of config reading code
new 5f940d6 fish: change order of config files being read
new 50aed8d builder: Add ScientificLinux 6.5.
new a0ae73d mllib: add a binding for mkdtemp
new f3c0105 sysprep: use Mkdtemp to create the temporary directory
new 44584f0 builder: Add arch=x86_64 entries.
new 4b8ed05 builder: Add arch= entry for Cirros.
new 9a39457 appliance: Initialize local variables because gcc cannot track that they are not used uninitialized.
new adbad60 appliance: init: Don't write to /proc/sys/kernel/hotplug when starting udev (RHBZ#1020806).
new 1479d9c tests/luks: disable if luks is not available
new f8c5a78 logo: Add fish logo with 5 years star.
new 3673951 logo: Make the 5 years text larger and more readable for website.
new e5d15b5 remove last trace of ntfsprogs
new 426cd5c run: add the builddir of inspector to $PATH
new 46bca2a build: Don't allow --disable-daemon and --enable-appliance together.
new 2e068ff appliance: Remove conditionals in appliance/Makefile.am.
new 5e3d721 Add new logo to EXTRA_DIST.
new c068d41 appliance: Ensure that supermin.d directory is installed properly.
new bc8c82f java: run: Add java/.libs to LD_LIBRARY_PATH so JVM finds the right JNI file.
new eb1b9ae java: Fix bogus construction of all RStructList returned values (RHBZ#1073906).
new 026c6b5 java: Split long lines in generated output, and add other whitespace.
new 26024d4 java: Factor out common field code in RStructList.
new 8124722 java: Use correct Set*Field JNI accessors to set fields of the appropriate type.
new 26be059 bindtests: Fill in all fields in dummy lvm_pv struct.
new d5d0556 java: Add regression test for RStruct/RStructList (RHBZ#1073906).
new 4f3a7d7 java: Document how to use optional parameters in the guestfs-java(3) man page.
new 852cb37 java: Document how to compile and run Java programs.
new 0793975 java: Complete test suite.
new d209225 Version 1.24.7.
new a76155a mllib: Fix mistake in cherry-pick new mkdtemp function.
new d57b0aa Version 1.24.8.
new 256cbb9 Imported Upstream version 1.24.8
The 49 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list