Next | Query returned 96 messages, browsing 81 to 90 | Previous

History of commit frequency

CVS Commit History:


   2002-12-24 07:10:36 by Thomas Klausner | Files touched by this commit (156)
Log message:
Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
   2002-10-28 09:46:45 by Nick Hudson | Files touched by this commit (9)
Log message:
Update to Qt 3.0.6, change PKGLIBTOOL to LIBTOOL in one place and do a bit of
PLIST sorting.

Qt 3.0.6 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.5

Binary compatibility warning: Qt 3.0.6 is backward and forward binary compatible
with Qt 3.0.5, and is planned to be binary compatible with Qt 3.1. Unfortunately
Qt 3.0.5 is not 100% backward binary compatible with Qt 3.0.3 (a class got a few
bytes smaller), meaning executables compiled with 3.0.5 may not run properly
when linked dynamically to 3.0.3. at runtime. Note that this is not a problem on
MS-Windows. Due to its wide distributed in various GNU/Linux distributions, we
have decided to stick with 3.0.5's ABI. If you ship dynamically linked
executables, we suggest putting a QT_REQUIRE_VERSION macro at the beginning of
your main function:

   ...
   #include <qmessagebox.h>
   ...
   int main( int argc, char**argv )
   {
       QT_REQUIRE_VERSION( argc, argv, "3.0.5" )
       ...
   }

The macro will show a message box with a warning message and then abort the
application gracefully with exit(1).

For a full buglist see the Trolltech web site.
   2002-10-09 23:03:39 by Johnny C. Lam | Files touched by this commit (1)
Log message:
It's actually 3.0.5nb1.
   2002-10-09 23:01:41 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Require a newer version of qt3-tools as the older one had broken qmake.conf
files.
   2002-10-09 23:01:08 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Bump PKGREVISION as a result of fixing the installed qmake.conf files.
   2002-10-09 00:36:45 by Johnny C. Lam | Files touched by this commit (2)
Log message:
Unused.
   2002-10-02 09:46:44 by Johnny C. Lam | Files touched by this commit (1)
Log message:
buildlink1 -> buildlink2
   2002-10-02 09:46:19 by Johnny C. Lam | Files touched by this commit (1)
Log message:
We shouldn't need the plugins when building software, only when running
software.
   2002-08-27 11:13:52 by Nick Hudson | Files touched by this commit (10)
Log message:
Update to 3.0.5.

Qt 3.0.5 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.4.

To avoid problems with loading plugins which link against different Qt
libraries, the semantics of plugin loading has been changed.

While I'm here add the PTHREAD_OPTS+=require thing to the buildlink files.

TODO: check qt3-{tools,docs} wrt buildlink2.
   2002-08-25 21:24:03 by Johnny C. Lam | Files touched by this commit (551)
Log message:
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.

Next | Query returned 96 messages, browsing 81 to 90 | Previous