Qt 2.1.1 is a bugfix release. It keeps both forward and backwardcompatibility (source and binary) with Qt 2.1.***************************************************************************** General *****************************************************************************- Many documentation improvements- Various compilation problems relating to particular versions of xlC,MipsPRO, Solaris, Japanese Windows, old X11 libraries, and gcc 2.7.2fixed- 64bit HP build targets added- Qt OpenGL Extension updated; see details in qt/extensions/opengl/CHANGES- As usual, many minor bugfixes, too small to be mentioned here.***************************************************************************** Specific *****************************************************************************QToolbar: fix of layout-saving when moving out of dockQAccel: Support for non-alphanumeric keysQPrinter: Better tolerance for PS interpreter peculiaritiesQPainter: drawText() with rasterOp on WindowsQIconView: Drawing fixesQDate: Ensure invalid status when created with invalid valuesMotif Dnd: Fix possible crashQWorkSpace: Proper minimize/maximize activationQListBox: Optimization: better performance for lists with thousands of elements. Selection problem fixed.QFont: Fontset matching fix for X11QMultiLineEdit: Wordwrap/selection workaroundQTabBar: Refresh layout after style change. Optimization.QTimer: Zero-timers on Windows speedupQFileDialog: Correct caption on WindowsQComboBox: Accept only left button. Do proper font propagation.QMenuBar: Accept only left buttonQDialog: Modal dialogs after QApplication::exec() returnsQWidget: Optimization: fewer server round-tripsQCheckBox: Fixed mask drawingQSpinBox: Accept '-' key, for negative valuesDnd: Allow disabling on X11QFontDatabase: Use QApplication's charset as default, and fixed garbage on Win2000