Showing posts with label release. Show all posts
Showing posts with label release. Show all posts

Friday, April 23, 2010

ControlTier 3.4.11 Released


This release is focused on performance issues and bug fixes.

Contributors:

Many thanks to bug filers, mailing list participants, and committers


Notable Improvements:

  • Several fixes to inefficient code have increased the performance in the key areas of ControlTier command dispatch and execution.
  • ProjectBuilder's load-object command has been made more efficient (ashortland)
  • The sending of model-change reports from Workbench to Reportcenter has been disabled by default to reduce server load. (This can be re-enabled if desired)
  • By default, the Process Flow Visualization in Jobcenter for workflow commands will not be available. To see it you must now run "ctl-depot -a install" with the "-w" flag to generate the appropriate files used by Jobcenter. This improves client-node ctl-depot performance. This issue will be revisited for a better solution in future.
Documentation available on The ControlTier Wiki

Thursday, March 04, 2010

ControlTier 3.4.10 Released


This release fixes quite a few bugs and even completes a fair number of feature requests. Primary development has moved onto the 3.5x development line, although future 3.4x maintenance releases are likely.

Contributors:

Many thanks to bug filers, mailing list participants, and committers


Notable Improvements:

  • Single-sign-on between web applications: Workbench and Jobcenter now support a unified container sign-on, so you should only have to log in once from now on. (Request #2505923).
Documentation available on The ControlTier Wiki

Tuesday, September 29, 2009

ControlTier 3.4.8 Released

ControlTier 3.4.8 has been released.
This is primarily a bug fix release, but some notable improvements have been made as well.

Documentation: The ControlTier Wiki

Notable bug fixes:
  • Conflation of Node name vs. hostname cropped up again in node-dispatch with CTL and the integration with Workbench. It should finally be completely resolved.
  • ProjectBuilder#find-objects has duplicate results: The find-objects command will now only show unique results.
Notable Improvements:

  • Java 6 support: Both the client and server now support Java 6.
  • project.xml export: Workbench and the ProjectBuilder#find-objects command can now export project.xml formatted data. Either use the -out option to find-objects, or click the "XML" toolbar button when viewing a resource in Workbench.
  • The Maven plugin has been updated to support static commands.