Changeset 174

Show
Ignore:
Timestamp:
02/24/06 16:05:03 (3 years ago)
Author:
zoeloelip
Message:

release of beta1

Files:

Legend:

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

    r173 r174  
     12006-02-24  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
     2 
     3        * Release of eaccelerator 0.9.5-beta1 
     4 
    152006-02-24  Hans Rakers <hans at parse dot nl> 
    26 
    3        * Altered the way debug output is in/excluded by adding a macro that makes 
    4          sure calls to functions like ea_debug_printf don't get compiled in a 
    5          non-debug build. The macro approach was chosen to prevent swamping the 
    6          code with any more ifdef statements. This approach (as opposed to the 
    7          previous empty-function-if-no-debug-build) also makes sure debug function 
    8          arguments such as the tons of getpid()'s (which don't come cheap) don't 
    9          get compiled in and executed in a non-debug build. 
     7        * Altered the way debug output is in/excluded by adding a macro that makes 
     8          sure calls to functions like ea_debug_printf don't get compiled in a 
     9          non-debug build. The macro approach was chosen to prevent swamping the 
     10          code with any more ifdef statements. This approach (as opposed to the 
     11          previous empty-function-if-no-debug-build) also makes sure debug function 
     12          arguments such as the tons of getpid()'s (which don't come cheap) don't 
     13          get compiled in and executed in a non-debug build. 
    1014 
    11152006-02-23  Hans Rakers <hans at parse dot nl> 
    1216 
    13        * Don't increase parent refcount in restore_class_parent. This is wrong 
    14          and leads to trouble in the Zend shutdown phase (zend_destroy_class). 
    15          This most likely also fixes the REMOVE_POINTER_FROM_LIST segfault of 
    16          bug #1432758 
     17        * Don't increase parent refcount in restore_class_parent. This is wrong 
     18          and leads to trouble in the Zend shutdown phase (zend_destroy_class). 
     19          This most likely also fixes the REMOVE_POINTER_FROM_LIST segfault of 
     20          bug #1432758 
    1721 
    18222006-02-22  Hans Rakers <hans at parse dot nl> 
    1923 
    20        * Workaround for "multiple definitions of symbol" thread-safe build 
    21          problem on OSX. This fixes bug #1407520 
    22        * Renamed mm_mutex to ea_mutex to avoid confusion with eA's memory 
    23          manager. This was probably a leftover of mmCache times. 
     24        * Workaround for "multiple definitions of symbol" thread-safe build 
     25          problem on OSX. This fixes bug #1407520 
     26        * Renamed mm_mutex to ea_mutex to avoid confusion with eA's memory 
     27          manager. This was probably a leftover of mmCache times. 
    2428 
    25292006-02-21  Hans Rakers <hans at parse dot nl> 
    2630 
    27        * Ditched the variadic macros. They were kinda useless now anyway since 
    28          they were only passing one arg. This should make the Win32 folks happy 
    29          since VC6 doesn't seem to support variadic macros (its a C99 thing) 
    30        * Removed some excessive debug output. 
     31        * Ditched the variadic macros. They were kinda useless now anyway since 
     32          they were only passing one arg. This should make the Win32 folks happy 
     33          since VC6 doesn't seem to support variadic macros (its a C99 thing) 
     34        * Removed some excessive debug output. 
    3135 
    32362006-02-20  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
  • eaccelerator/trunk/NEWS

    r159 r174  
     1Feb 24, 2006 - Bart Vanbrabant 
     2---------------------------------- 
     3 
     4 * Released 0.9.5-beta1 
     5 
     6    The first beta in the history of eAccelerator! This release mainly contains 
     7    support for php 5.1 and some small bugfixes that got fixed along the way. 
     8    This version fully passes the PHP 5.1 test suite so it's time to have a  
     9    broader public testing the code. 
     10    Most work has been done by Hans Rakers based on patches from Xuefer and  
     11    Bart. Lyle also contributed some fixes. 
     12    We feel this release is already more stable and better compatible with  
     13    PHP 5 and 5.1 then the 0.9.4 release. We hope to make a stable release  
     14    soon. The encoder hasn't received any love so it's still only compatible  
     15    with PHP 4!. Please report all bug back to us. 
     16 
    117Feb 15, 2006 - Bart Vanbrabant 
    218---------------------------------- 
     19 
    320 * Released 0.9.4 
    421 
     
    1532Feb 8, 2006 - Bart Vanbrabant 
    1633---------------------------------- 
     34 
    1735 * Released 0.9.4-rc2 
    1836