/pub/pike/all/0.6.110/


This is the first stable release in the 0.6 suite.
Note that the 'stable' status is only recorded in this file, there has
been no changes in the tar archive since it was in BETA status.

This file will be updated with new information about this release,
please send bug AND success reports to pike@idonex.se so that they
may be recorded in this file.

Successful tests done on:
	Solaris 2.5.1, 2.6, 2.7 (sparc & x86)
	Linux Redhat 4.2
	AIX 4.2
	Digital UNIX 4.0
	FreeBSD 2.2.6
	Windows NT/95 (will be available shortly)

Known problems:

  o Do not compile with -fomit-frame-pointer, this causes problems with
    several versions of gcc, egcs and pgcc. To the best of our knowledge,
    this is a compiler bug. Unfortunately configure chooses
    -fomit-frame-pointer by default if you give it the options
    --without-cdebug or --without-debug. If you use these options you
    will have to edit your Makefile and remove -fomit-frame-pointer.

Changes since 0.6.105:
  o Fixed all 'known problems' since 0.6.105 (except the pgcc one)
  o OOB should now with select() as well as poll()
  o Some minor bugfixes.
  o pike-module now runs depend if there is no file 'dependencies'
  o the Image module now supports TTF
  o new modules: Remote, _Charset

Binaries
  Binaries will be made available shortly.

	/Fredrik Hübinette