Few IE related bug fixes - Be sure that IE in not running in compatibility mode (symptom: the buttons in the header bar are not aligned).
Also added a new capability to the ListTextBox, so it can display labels instead of the raw values. It uses either a dataProvider assigned to the control, or look for an associated ValuePicker and share its dataProvider to get access to the labels. It had been designed to minimize the runtime overhead, particularly on the browser side
Finally, the DojoTabContainer hierarchy is fixed to leverage new properties like 'doLayout'.