Changes between Version 17 and Version 18 of UpgradeNotes
- Timestamp:
- Sep 11, 2012 10:28:22 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpgradeNotes
v17 v18 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 These patches are: 178 * [attachment:fix-capture_nested.patch calloc patch] 179 * [attachment:fix-forwarding.patch IP forwarding patch] 180 * [attachment:fix-um_exec.patch interpreter patch] 177 Eariler versions of this included multiple patches to multiple components managed through quilt. This time I applied one patch relative to SVN version 1090. It inlcudes: 178 179 * Patch to fix a calloc bug due to multithreading 180 * Patch to avoid interfering with interpreter files (turning off the binaryformat overlay) 181 * Patch to turn on IP forwarding 182 * Patch to allow more than 10 interfaces (up to 100) 181 183 182 184 When building the {{{xmviewos}}} deb, make sure that the others have been installed. Without them key modules will not be built and included.