Changes between Version 20 and Version 21 of UpgradeNotes
- Timestamp:
- Sep 14, 2012 8:04:25 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpgradeNotes
v20 v21 175 175 The {{{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. 176 176 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:177 Eariler 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: 178 178 179 179 * Patch to fix a calloc bug due to multithreading 180 180 * Patch to avoid interfering with interpreter files (turning off the binaryformat overlay) 181 181 * 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 183 183 184 184 (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.)