How do I change the object information shown on the History view with the Java GUI?
To change the information shown on an object in the Java (aka Synergy/CM For Developers) client’s History view, e.g. to add release information for the object, do the following: 1. Make sure that there are no sessions running on the client machine. 2. Open the ccm.properties file in $CCM_HOME/etc and change the following line: Old line
ccm.historypane.attributes.default=version|cvtype|status|owner
New line
ccm.historypane.attributes.default=version|cvtype|status|owner|release
3. Restart the client session and verify the change.