This fixes the crash-on-exit for nothing.rb and minimal.rb. We still have a problem with calendar.rb. I had to modify the swig source code to get this part of my memory management to work. Hopefully the swig folks will incorporate my change in the main code line so I won''t be stuck maintaining a swig fork forever. The change I made was to force swig to create a "director" class (a C++ wrapper) for classes that have virtual destructors but no other virtual methods. To fix the remaining problem, I suspect I need to declare virtual destructors in more classes. Hopefully that will take care of it. There are no other interesting changes, so nobody really needs to upgrade to this version. This version sends verbose logging to stdout whenever you run a program, which may be annoying in cases. Kevin