|
From: Chad M. <cmm...@us...> - 2005-07-04 14:18:34
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5765 Modified Files: Tag: pre_5_0_beta ChangeLog INSTALL configure.in Log Message: Fixed light in spawnStruct. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/Attic/ChangeLog,v retrieving revision 1.1.2.30 retrieving revision 1.1.2.31 diff -u -d -r1.1.2.30 -r1.1.2.31 --- ChangeLog 2 Jul 2005 17:22:51 -0000 1.1.2.30 +++ ChangeLog 4 Jul 2005 14:18:11 -0000 1.1.2.31 @@ -1,7 +1,15 @@ Version: $Id$ $Name$ +purple (07/03/05) +-------------------- ++ Updated version to 5.0.0.24pre ++ Fixed light member of spawnStruct (thanks BlueAdept) ++ Updated qt required version to 3.2 because I used QString.replace that + was added there + purple (07/02/05) --------------------- ++ Updated version to 5.0.0.23 + Strip the # off names before matching to filters to aid in filter writing + Strip the # off the strong of filters as well just to make the # irrevelant to filters (thanks BlueAdept for both these) Index: INSTALL =================================================================== RCS file: /cvsroot/seq/showeq/INSTALL,v retrieving revision 1.5.16.6 retrieving revision 1.5.16.7 diff -u -d -r1.5.16.6 -r1.5.16.7 --- INSTALL 7 Apr 2005 02:34:13 -0000 1.5.16.6 +++ INSTALL 4 Jul 2005 14:18:22 -0000 1.5.16.7 @@ -19,7 +19,7 @@ Name: Minimum: Suggested: Source: -------------------------------------------------------------------------- *** 3rd party libraries *** - qt 3.1 Compiled with -thread) http://www.trolltech.com) + qt 3.2 Compiled with -thread) http://www.trolltech.com) libpcap 0.62 http://www.tcpdump.org/ gdbm 1.8.0 http://www.gnu.org/software/gdbm/ Index: configure.in =================================================================== RCS file: /cvsroot/seq/showeq/configure.in,v retrieving revision 1.49.4.24 retrieving revision 1.49.4.25 diff -u -d -r1.49.4.24 -r1.49.4.25 --- configure.in 2 Jul 2005 17:23:39 -0000 1.49.4.24 +++ configure.in 4 Jul 2005 14:18:22 -0000 1.49.4.25 @@ -2,7 +2,7 @@ dnl $Id$ $Name$ AC_PREREQ(2.59) -AC_INIT(showeq, 5.0.0.23) +AC_INIT(showeq, 5.0.0.24pre) AC_CONFIG_SRCDIR(src/main.cpp) AC_CANONICAL_SYSTEM |