Changes with Raccoon (phone software) 0.9.0

  *) Apache SDK made available. Now you don't need to build
     the whole thing in order to do development.

  *) The Apache root is now hardwired to C:/Data/Apache. It just
     proved to require too much work to allow keeping it on any 
     drive _and_ be able to make everything installable in one
     single SIS-file. 

     The document root can obviously via httpd.conf be moved 
     anywhere.

  *) Relocatable Memory Management routines built into apr_util.
     Required by mod_auth_digest.

  *) The following modules are now built: mod_access, mod_alias,
     mod_asis, mod_auth, mod_auth_anon, mod_auth_digest, 
     mod_autoindex, mod_cern_meta, mod_dav, mod_dav_fs,
     mod_dir, mod_expires, mod_headers, mod_imap, mod_info,
     mod_log_config, mod_log_forensic, mod_logio, mod_mime,
     mod_mime_magic, mod_negotiation, mod_rewrite, mod_setenvif,
     mod_speling, mod_status, mod_userdir, mod_usertrack, and
     mod_vhost_alias.

     On S602nEd, mod_access, mod_alias, mod_auth, mod_dav, mod_dav_fs,
     mod_dir, mod_expires, mod_log_config, mod_mime, and mod_setenvif
     (and mod_symbian and mod_s60) are built in. On S60v3 _no_ modules
     are built in, but loaded via LoadModule statements in httpd.conf.
     The same modules that are built into S60v2 are loaded by default
     in S60v3.

  *) The camera_module in mod_s60 has been extended somewhat. The
     mode, format and picture size can now be defined. See httpd.conf
     for details.
     
  *) Now easy via httpd/options.h to define what is built into 
     Apache and what is not.

  *) Python for S60 version 1.3.17 taken into use.


Changes with Raccoon (phone software) 0.8.0

  *) Access point to be used can now be specified in the settings.

  *) HTTPD termination detected and handled appropriately.

  *) Now built as one single SIS containing numerous files, instead
     of one compound SIS containing several independent SIS files.

  *) Some minor steps taken to allow the base-system to be built
     also for non-S60 platforms.

  *) Dynamically loadable Apache modules supported on S60v3 when 
     platform is WINSCW or ARMV5.

  *) Python for S60 version 1.3.15 taken into use.
 
  *) Default log level changed to 'error'.


Changes with Raccoon (phone software) 0.7.1

  *) The connector is now run in a separate process and not within
     the context of the UI. Consequently, the lifetime of Apache and
     the connector is now independent from the lifetime of the UI and
     they can be left running in the background.

     Background execution must be turn on by turning
     [Options] -> [Settings] -> 'Stop on Exit' to No.

  *) Python for S60 version 1.3.12 taken into use.


Changes with Raccoon (phone software) 0.7.0

  *) The connector no longer buffers data on its way from Apache to the
     gateway. In principle buffering would release Apache for other work
     sooner, but memory consumed in the connector is memory away from
     Apache, so it saves you nothing in the end.

  *) The maximum heap size of Apache has been increased from 3MB to 5MB
     on S60v3.

  *) HTTPD root changed from \Apache to \Data\Apache
