Release note for Framework V00-06-00: This update brings the CDF version in sync with BaBar version V00-04-26. The version imported from BaBar last fall had memory leak problems which are now fixed. In addition BaBar has agreed to keep this package as experiment non-specific as possible. What this means is that they will not use commercial products in it (like Tools.h++) and code which must touch the event model ( Trybos for us, ProxyDict for them ) will be put into another library. For us this library is FrameMods. It now contains the standard Framework file input modules. For users who already had their own versions of the AppUserBuild class they will now have to add the following lines to it: APPInputModule* anInputModule; anInputModule = new APPFileInputModule( "FileInput", "Default Input Module"); add( anInputModule ); and add -lFrameMods to their link library list. There are other features implemented by BaBar which are not fully in this release. They will become available as minor updates to this version.