Zaphod
09-24-2004, 12:58 AM
ShowEQ 5.0.0.15 has been released.
It works against 09/23/2004 EQ Live.
The distribution method for ShowEQ is being migrated to tarballs and packages in order to reduce support issues. This eliminates our dependencies on autoconf, automake, libtoolize, and perl for most of our regular users and brings our distribution more in line with other free software.
I have also split the ShowEQ maps into their own tarball and repository. I have done this because they are independent of ShowEQ's release cycle, are ShowEQ version independent, and the simple fact that they made up well over 79% of the download size.
Here is an excerpt from the ChangeLog file:
dophaZ (09/24/04)
------------------------
Migrated the dominant distribution method of ShowEQ to tarballs and packages. Support for direct building off of CVS by non-developers, although still supported, is deprecated and strongly discouraged. This just means we are moving our distribution model to be more inline with most free and Open Source software projects.
moved the maps out of the 'showeq' repository and into a new 'showeq-maps' repository.
New INSTALL file derived from the standard GNU INSTALL file base with ShowEQ specific modifications and tweaks.
Updated INSTALL.newbies to Fedora Core 2 and new distribution model.
Integrated patch #1033780 "misc main.cpp / interface.cpp fixes" from pac1085
Integrated patch #1031396/1031394/1030642 "L66 Color-conning Fix" from llaffer(uRit1u2CBBA=).
Integrated patch #949056 "Fix rare crash when zoning - 5.0.0.7" from playarone.
Integrated patch #902675 "Shut up the bazaar search warnings" from ajs(perlmonkey).
Fix gcc-3.4.x compatibility issues.
split Point3DArray<> out of point.h and put it in pointarray.h.
renamed CHANGES to ChangeLog.
added AUTHORS, and NEWS files.
Removed 'missing', 'install-sh', and 'mkinstalldirs' files from CVS since automake should automagically add them to the project anyway. This solves the problem of them being incompatible with the installed versions of autoconf/automake.
Re-added bounds-checking from EQPacketFormat and EQPacketFormatRaw CRC32 routines. This should fix some spurious crashes/hangs on seeing non-EQ network traffic.
Major rework of Makefile.dist to actually be setup like a makefile with dependencies, etc...
removed conf.h.in from CVS since it's automatically generated by autoheader.
Changed the name used by configure and the source files to config.h
Changed autoconf min version requirement to 2.53 (should now only effect developers and those still using CVS)..
This release has been tested to compile and run on stock Fedora Core 2 and Gentoo 2004.2.
The tarballs for this release can be found in the ShowEQ Files section (http://sourceforge.net/project/showfiles.php?group_id=10131&package_id=13256) as well as on my web site (http://showeq.doomed.to/).
showeq-maps-1.0.tar.bz2 (http://prdownloads.sourceforge.net/seq/showeq-maps-1.0.tar.bz2?download)
showeq-5.0.0.15.tar.bz2 (http://prdownloads.sourceforge.net/seq/showeq-5.0.0.15.tar.bz2?download)
To configure, and install the maps from the tar file, all you have to do is the following:
$ tar xjvf showeq-maps-1.0.tar.bz2
$ cd showeq-maps-1.0
$ ./configure
$ make install
To configure, compile, and install ShowEQ itself from the tar file, all you have to do is the following:
$ tar xjvf showeq-5.0.0.15.tar.bz2
$ cd showeq-5.0.0.15
$ ./configure
$ make
$ make install
Directly building from CVS is still supported, but deprecated for non-developers.
I will be submitting updated Gentoo ebuilds in the next day or so. Tanner is releasing debs for debian. I or someone else will probably also produce at least a source RPM for Red Hat/Fedora Core.
Enjoy,
Zaphod (dohpaZ)
It works against 09/23/2004 EQ Live.
The distribution method for ShowEQ is being migrated to tarballs and packages in order to reduce support issues. This eliminates our dependencies on autoconf, automake, libtoolize, and perl for most of our regular users and brings our distribution more in line with other free software.
I have also split the ShowEQ maps into their own tarball and repository. I have done this because they are independent of ShowEQ's release cycle, are ShowEQ version independent, and the simple fact that they made up well over 79% of the download size.
Here is an excerpt from the ChangeLog file:
dophaZ (09/24/04)
------------------------
Migrated the dominant distribution method of ShowEQ to tarballs and packages. Support for direct building off of CVS by non-developers, although still supported, is deprecated and strongly discouraged. This just means we are moving our distribution model to be more inline with most free and Open Source software projects.
moved the maps out of the 'showeq' repository and into a new 'showeq-maps' repository.
New INSTALL file derived from the standard GNU INSTALL file base with ShowEQ specific modifications and tweaks.
Updated INSTALL.newbies to Fedora Core 2 and new distribution model.
Integrated patch #1033780 "misc main.cpp / interface.cpp fixes" from pac1085
Integrated patch #1031396/1031394/1030642 "L66 Color-conning Fix" from llaffer(uRit1u2CBBA=).
Integrated patch #949056 "Fix rare crash when zoning - 5.0.0.7" from playarone.
Integrated patch #902675 "Shut up the bazaar search warnings" from ajs(perlmonkey).
Fix gcc-3.4.x compatibility issues.
split Point3DArray<> out of point.h and put it in pointarray.h.
renamed CHANGES to ChangeLog.
added AUTHORS, and NEWS files.
Removed 'missing', 'install-sh', and 'mkinstalldirs' files from CVS since automake should automagically add them to the project anyway. This solves the problem of them being incompatible with the installed versions of autoconf/automake.
Re-added bounds-checking from EQPacketFormat and EQPacketFormatRaw CRC32 routines. This should fix some spurious crashes/hangs on seeing non-EQ network traffic.
Major rework of Makefile.dist to actually be setup like a makefile with dependencies, etc...
removed conf.h.in from CVS since it's automatically generated by autoheader.
Changed the name used by configure and the source files to config.h
Changed autoconf min version requirement to 2.53 (should now only effect developers and those still using CVS)..
This release has been tested to compile and run on stock Fedora Core 2 and Gentoo 2004.2.
The tarballs for this release can be found in the ShowEQ Files section (http://sourceforge.net/project/showfiles.php?group_id=10131&package_id=13256) as well as on my web site (http://showeq.doomed.to/).
showeq-maps-1.0.tar.bz2 (http://prdownloads.sourceforge.net/seq/showeq-maps-1.0.tar.bz2?download)
showeq-5.0.0.15.tar.bz2 (http://prdownloads.sourceforge.net/seq/showeq-5.0.0.15.tar.bz2?download)
To configure, and install the maps from the tar file, all you have to do is the following:
$ tar xjvf showeq-maps-1.0.tar.bz2
$ cd showeq-maps-1.0
$ ./configure
$ make install
To configure, compile, and install ShowEQ itself from the tar file, all you have to do is the following:
$ tar xjvf showeq-5.0.0.15.tar.bz2
$ cd showeq-5.0.0.15
$ ./configure
$ make
$ make install
Directly building from CVS is still supported, but deprecated for non-developers.
I will be submitting updated Gentoo ebuilds in the next day or so. Tanner is releasing debs for debian. I or someone else will probably also produce at least a source RPM for Red Hat/Fedora Core.
Enjoy,
Zaphod (dohpaZ)