PTBurnHistory.txt Release Notes - PTBurn SDK Module Versions included in this release ---------------------------------------- PTBurnService.exe Version 1.0.2 PTBurnStrings.dll Version 1.0.1 JobProcessor.dll Version 3.0.9 PTRobot.dll Version 1.3.4 PTRobotDPPRO.dll Version 1.3.4 PTRobotDP.dll Version 1.3.4 PTRobotDPse.dll Version 1.3.4 PTRobotStr.dll Version 1.1.1 PXSDKPLS.dll Version 4.2.62.500 Version 3.0.0 BETA 4 1/25/2008 (3.0.4) --------------------------------------- Fourth BETA Release of PTBurn Version 3 - Now creates the Shared Folder "PTBurnJobs" at C:\PTBurnJobs upon first start. The local path of PTBurnJobs can be modified in PTSETUP.INI before installation. - Fixed bug where Read Disc job would fail (ie. ReadDataFormat = ReadGI) - Fixed bug where PreMasterData = YES would fail to burn a disc. - Updated so that if a robot is not connected when the service starts it will keep checking for a robot, and then will continue once a robot is found - Added ability to send a message to enable/disable kiosk mode (using .PTM message) (also added KioskModeEnabled key in status file so user will know if kiosk is enabled/disabled). - Fixed bug where bin selection was not working for print-only job - Fixed number of Status bugs - Added StatusFrequency setting in PTSETUP.INI which allows how often status is updated. Version 3.0.0 BETA 3 10/15/07 (3.0.3) ------------------------------ Third BETA Release of Version 3 - Fixed Drive Stats - Moved all log files to log directory - Fixed abort issues - Fixed random drive selection - Added queued job reordering - Added in read jobs - Fixed Bin Selection issues Version 3.0.0 BETA 2 9/10/07 (3.0.2) ------------------------------ Second BETA Release of Version 3. - Fixed issue when moving jobs between robots. - Added monitoring of INI file to allow settings to be changed while the service is running. Version 3.0.0 BETA 1 8/31/2007 (3.0.1) ------------------------------ Initial BETA Relese of Version 3. Version 3 was a complete architectural change from 2.6.x. However, the goal is for 3.0 to be a "drop-in" replacement for 2.6 Developers who have developed an app using 2.6 should not have to do any additional work to get 3.0 running. However, 3.0 has several new features that will require some work if the developer wants to utilize them. The most obvious change over 2.6 is that 3.0 has no User Interface; instead it runs as a Windows Service. Here is a list of notable changes in 3.0 as compared to 2.6: 1. Runs as a Windows Service (no UI). 2. Supports multiple robots on the same computer. 3. Supports Bravo SE (as well as Bravo II/XR/Pro/XRP). 4. Redundancy feature. If user has two robots connected and one of gets stopped for some reason (ink low, no discs, etc.) PTBurn can automatically switch the job over to the other robot. 5. Merge Text/Photos (for SureThing Printing) can now be specified in the JRQ file (no need to keep the actual merge file). 6. Printer settings can now be specified in the JRQ file (inner diameter, print quality, etc.). 7. Improved fault recovery. For example, it will recover if the USB cable is unplugged/re-plugged (without restarting the software). 8. Load Sharing.  It will attempt to use all recorders on the system – not always using the same drive. For example, on one-off jobs it will alternately use top and bottom recorder. 9. User can specify a different filename for the destination file (different than the source filename). 10. New sample client application (with source code) written in C# showing user how to use PTBurn 3.0 and PTRobot in .NET. We’re also including a managed DLL for PTRobot (for .NET developers)