Skip to content

Commit f93e8db

Browse files
committed
Version 1.15.2.
1 parent 2299892 commit f93e8db

20 files changed

+1093
-383
lines changed

Diff for: BUGS

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NOTE: This file is automatically generated from "update-bugs.sh".
2-
Last updated: 2011-11-01
2+
Last updated: 2011-11-03
33

44
This contains a local list of the bugs that are open against
55
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
@@ -171,6 +171,9 @@ You can help by testing the fixes.
171171
691389 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=691389
172172
Extended attributes don't work over guestmount (FUSE)
173173

174+
750889 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=750889
175+
Python code incompatible with Python v3.
176+
174177
657499 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=657499
175178
checksum: wrong check sum type causes umount to fail
176179

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# freeform string.
2121
m4_define([libguestfs_major], [1])
2222
m4_define([libguestfs_minor], [15])
23-
m4_define([libguestfs_release], [1])
23+
m4_define([libguestfs_release], [2])
2424

2525
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
2626
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)