Gal Hammer has uploaded a new change for review. Change subject: updated change-log for version 1.0.7 ......................................................................
updated change-log for version 1.0.7 Change-Id: I8439b85ca0b479455dc7b03ff25ceccd04594f60 Signed-off-by: Gal Hammer <[email protected]> --- M configure.ac M ovirt-guest-agent.spec 2 files changed, 8 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-guest-agent refs/changes/69/10369/1 diff --git a/configure.ac b/configure.ac index eea2507..2cb88e6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.63]) AC_INIT([ovirt-guest-agent], - [1.0.6], + [1.0.7], [http://bugzilla.redhat.com]) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 -Wall]) diff --git a/ovirt-guest-agent.spec b/ovirt-guest-agent.spec index 37c34b3..8f44fd9 100644 --- a/ovirt-guest-agent.spec +++ b/ovirt-guest-agent.spec @@ -5,7 +5,7 @@ %global _kdmrc /etc/kde/kdm/kdmrc Name: ovirt-guest-agent -Version: 1.0.6 +Version: 1.0.7 Release: %{release_version}%{?dist} Summary: The oVirt Guest Agent Group: Applications/System @@ -213,6 +213,12 @@ %attr (755,root,root) %{_libdir}/kde4/kgreet_ovirtcred.so %changelog +* Tue Dec 25 2012 Gal Hammer <[email protected]> - 1.0.7-1 +- reset user rights on virtio-channel during package removal. +- unification of line endings to unix. +- fixed support for reporting devices with only ipv6. +- fixed pep8 errors in the linux guest agent. + * Wed Dec 05 2012 Vinzenz Feenstra <[email protected]> - 1.0.6-1 - New upstream version 1.0.6 - Upstream build system is now taking care of folder creation -- To view, visit http://gerrit.ovirt.org/10369 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8439b85ca0b479455dc7b03ff25ceccd04594f60 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-guest-agent Gerrit-Branch: master Gerrit-Owner: Gal Hammer <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
