Changes between Version 20 and Version 21 of UpgradeNotes


Ignore:
Timestamp:
Sep 14, 2012 8:04:25 PM (12 years ago)
Author:
Ted Faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpgradeNotes

    v20 v21  
    175175The {{{xmviewos}}} has patchs attached (following the rules at http://www.debian.org/doc/manuals/maint-guide/modify.en.html ) to defines {{{NOUMBINWRAP}}} in {{{xmview/um_exec.c}}}, to move a memory allocation so that it does not interfere with thread creation, and to tuen on IP forwarding in the lwip stacks.
    176176
    177 Eariler versions of this included multiple patches to multiple components managed through quilt.  This time I applied [attachment:patch one patch] relative to SVN version 1090.  It inlcudes:
     177Eariler versions of this included multiple patches to multiple components managed through quilt.  This time I applied [attachment:patch-all2.patch one patch] relative to SVN version 1090.  It inlcudes:
    178178
    179179 * Patch to fix a calloc bug due to multithreading
    180180 * Patch to avoid interfering with interpreter files (turning off the binaryformat overlay)
    181181 * Patch to turn on IP forwarding
    182  * Patch to allow more than 10 interfaces (up to 100)
     182 * Patch to allow more than 10 interfaces (up to 100) - modified to correct a failing lookup function
    183183
    184184(In case I see something weird next time, there is a 1 line patch in the xmviewos deb, caused because I originally missed it in the unified patch.  The one-liner is in the patch attached here.)