diff options
author | adam <adam> | 2007-03-18 17:34:41 +0000 |
---|---|---|
committer | adam <adam> | 2007-03-18 17:34:41 +0000 |
commit | fa1a292d4bcb1b3f53bc91bae753fafab1eafcf4 (patch) | |
tree | e2ab3e1512f96126499bcc7a30c24de203a7b0a0 /x11/qt4 | |
parent | cf62b4a7983a43e6e68cefaf3412acfb8d19a5a9 (diff) | |
download | pkgsrc-fa1a292d4bcb1b3f53bc91bae753fafab1eafcf4.tar.gz |
Changes 4.2.3:
This is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 4.2.0.
- Configuration/Compilation
* Fixed architecture detection on UltraSPARC-T1 systems.
* Fixed compilation on embedded architectures when qreal is not double.
- Documentation
* Completed documentation for "Implementing Atomic Operations",
which is useful for people porting Qt to a new hardware architecture.
- Translations
* Added a new unofficial Portuguese translation courtesy of Helder
Correia.
- Qt Linguist
* Made the columns in the phrasebook resizeable.
- lupdate
* Fixed bug in the .pro parser of lupdate. It should accept backslashes.
* Fixed a severe slowdown in lupdate. (~400x speedup.)
* Fixed traversal of subdirectories.
- moc
* Don't create trigraphs in the generated code for C++ casts.
- uic
* Fixed a bug that generated excessive margins for Q3GroupBox.
Diffstat (limited to 'x11/qt4')
-rw-r--r-- | x11/qt4/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt4/Makefile.common b/x11/qt4/Makefile.common index 05f22b9a848..c9409202ba9 100644 --- a/x11/qt4/Makefile.common +++ b/x11/qt4/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.6 2006/10/04 22:06:57 wiz Exp $ +# $NetBSD: Makefile.common,v 1.7 2007/03/18 17:34:41 adam Exp $ -QTVERSION= 4.1.4 +QTVERSION= 4.2.3 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.trolltech.com/products/qt/ |