Author: branden Date: 2004-09-27 17:15:25 -0500 (Mon, 27 Sep 2004) New Revision: 1877
Modified: trunk/debian/TODO trunk/debian/patches/000_stolen_from_HEAD.diff Log: Add item which unfortunately blocks the release of -8. Modified: trunk/debian/TODO =================================================================== --- trunk/debian/TODO 2004-09-27 21:54:08 UTC (rev 1876) +++ trunk/debian/TODO 2004-09-27 22:15:25 UTC (rev 1877) @@ -14,6 +14,14 @@ scheduled. However, the package release manager can put an explicit freeze on those by marking the package version section accordingly. +4.3.0.dfsg.1-8 +-------------- +* Determine the copryright-status and licensing of the little-endian fix to + xf86xv.c (revision 1.38) in 000_stolen_from_HEAD.diff; or obtain the same fix + from a source not contaminated by the XFree86 1.1 license (perhaps the author, + Rene Rabe); or have the patch clean-room reimplemented (it's fairly trivial) + and place the patch in an appropriate file. + 4.3.0.dfsg.1-9 -------------- Modified: trunk/debian/patches/000_stolen_from_HEAD.diff =================================================================== --- trunk/debian/patches/000_stolen_from_HEAD.diff 2004-09-27 21:54:08 UTC (rev 1876) +++ trunk/debian/patches/000_stolen_from_HEAD.diff 2004-09-27 22:15:25 UTC (rev 1877) @@ -151,8 +151,12 @@ xc/programs/Xserver/hw/xfree86/common/xf86xv.c @ 1.35 156. Fix precision problems in xf86XVClipVideoHelper [...] (Marc La France). -xc/programs/Xserver/hw/xfree86/common/xf86xv.c @ 1.35 + diff -r 1.37:1.38 - Fix general Xv extensions on little endian machine. +xc/programs/Xserver/hw/xfree86/common/xf86xv.c @ 1.38 + 808. Fix big-endian typo in xf86CopyYUV12ToPacked (#6131, Rene Rebe). + [Marc Aurele La France] +[XXX: This patch was applied to XFree86 CVS on 2004-02-19, after the +XFree86 1.1 relicensing. We need to determine the provenance of this +patch.] xc/programs/xdm/access.c @ 3.14 Fix parsing of IPv4 host names in Xaccess (Chisato Yamauchi). [David Dawes]