Changeset 1188

Show
Ignore:
Timestamp:
07/05/07 16:40:45 (1 year ago)
Author:
ben
Message:

Updating version information and supporting documents.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/CHANGELOG

    r1081 r1188  
    11Elgg changelog 
    22 
    3 0.8 (April 2007) 
    4 ---------------- 
     30.8 (July 2007) 
     4--------------- 
     5Generalised comments 
     6Bugfixes, efficiency improvements 
     7 
     80.8rc1/2 (April 2007) 
     9--------------------- 
    510Profile widgets and refactoring by Kevin Jardine 
    611Weblog content toolbar for video / file embedding by Diego Ramirez 
  • devel/CONTRIBUTORS

    r1081 r1188  
    5050Architectural changes, key source code contributions 
    5151 
     52Marcus Povey 
     53http://www.marcus-povey.co.uk/consultancy/ 
     54------------------------------------------ 
     55Misc source code changes 
     56(Including key API functionality) 
     57 
    5258Diego Ramirez 
    5359http://www.somosmas.org 
  • devel/INSTALL

    r1083 r1188  
    22 
    33Ben Werdmuller <ben@curverider.co.uk> 
    4 23rd April 2007 
     45 July 2007 
    55 
    66 
     
    16164.1+ (Postgres can also be used).  It has currently been tested on  
    1717Apache installations running Red Hat Linux and Microsoft Windows XP. 
     18 
     19It is now possible to install Elgg on Microsoft IIS web server 
     20environments. See the separate IIS-INSTALL file for more details, but 
     21you need to follow the instructions below as normal. 
    1822 
    1923In your Apache configuration, you must have AllowOverride set to 
  • devel/version.php

    r1075 r1188  
    77// whether upgrades should be performed (see lib/db/*.php) 
    88 
    9    $version = 2007042001;  // YYYYMMDD   = Elgg Date 
     9   $version = 2007070501;  // YYYYMMDD   = Elgg Date 
    1010                           //         X  = Elgg Point release (0,1,2...) 
    1111                           //          Y = Interim incrementer