Show
Ignore:
Timestamp:
04/11/06 13:10:01 (3 years ago)
Author:
bart
Message:

* Silenced the unlock function for win32 until a windows developer can

take a look at it.

* Updated the README a little more for the new control panel
* Added release notes for beta2
* Bumped up version to 0.9.5-beta2
* Released beta2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/NEWS

    r174 r197  
     1Apr 11, 2006 - Bart Vanbrabant 
     2---------------------------------- 
     3 
     4 * Released 0.9.5-beta2 
     5 
     6    There are some big changes in this beta:  
     7        - The shared memory functions, session handler and content cache are  
     8          disabled by default now. They are only used by a small amount of 
     9          users and they could allow local users to fill up the memory, if they 
     10          aren't secured properly. 
     11        - The old web control panel and the disassembler have been removed  
     12          from the code. They have been replaced with a set of php functions  
     13          that allow the same functionality to be implemented in a PHP script. 
     14          The control.php and the dasm.php files are such scripts. More  
     15          information about this can be found in the README. 
     16        - A lot of bugfixes which bring us closer to full PHP 5.1 support. 
     17    This version is already quite stable and some people are already using it 
     18    in production environments. Please test this beta2 as good and as much as 
     19    you can. If you find a bug, report it back to us on the website and if 
     20    possible add a small snippet of code so we can reproduce it. 
     21 
    122Feb 24, 2006 - Bart Vanbrabant 
    223----------------------------------