From 0b285e07a01329bfb8d27f086c939a2ba552a342 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 3 Mar 2014 22:06:58 +0000 Subject: [PATCH] Version 1.25.41. --- BUGS | 8 +++++++- configure.ac | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/BUGS b/BUGS index 9591cbb9d..d5c426954 100644 --- a/BUGS +++ b/BUGS @@ -293,13 +293,19 @@ You can help by testing the fixes. 1028650 POST https://bugzilla.redhat.com/show_bug.cgi?id=1028650 virt-* argument parser doesn't accept --arg=value (you have to use --arg value) +1072062 POST https://bugzilla.redhat.com/show_bug.cgi?id=1072062 + Ruby bindings for libguestfs throws an error periodically + +1072079 POST https://bugzilla.redhat.com/show_bug.cgi?id=1072079 + Ruby bindings for libguestfs throws an error periodically + 1053847 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1053847 Recommended default clock/timer settings 1020950 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1020950 CVE-2013-4419 libguestfs: insecure temporary directory handling for guestfish's network socket [epel-5] -(3 bugs) +(5 bugs) -------------------------------------------------- These bugs are in the VERIFIED state. diff --git a/configure.ac b/configure.ac index 4058ea81b..c50f0d2f5 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [25]) -m4_define([libguestfs_release], [40]) +m4_define([libguestfs_release], [41]) AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release) AC_CONFIG_AUX_DIR([build-aux])