From 8d72b588a1fd38eeca3d81ab5d45d74b3855b24e Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Fri, 12 May 2017 21:21:05 +0200 Subject: [PATCH] Update changelog --- debian/changelog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index fcd9de64..26752167 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +livecd-rootfs (2.408.13) UNRELEASED; urgency=medium + + [ Balint Reczey ] + * Source ubuntu-cpc functions from the right place + * Use all config hooks from the proper place, not from /build/ + * Add basic but configurable autopkgtest (LP: #1690440) + * sync before calling kpartx to let writing to loop devices finish + + [ Steve Langasek ] + * Mark autopkgtests isolation-machine since debootstrap won't work in a container. + * Resurrect Balint's fix from + lp:~rbalint/livecd-rootfs/livecd-rootfs-autopkgtest-fix to wrap kpartx + and trap spurious errors, since the problem is still being seen + intermittently on i386 despite us calling sync before kpartx. (LP: #1684090) + + -- Balint Reczey Thu, 11 May 2017 16:18:20 +0200 + livecd-rootfs (2.408.12) xenial; urgency=medium * live-build/ubuntu-cpc/hooks/999-extras.binary: Exit on first failure.