Changeset 4868

Show
Ignore:
Timestamp:
09/01/08 21:27:32 (4 months ago)
Author:
jwage
Message:

Releasing Doctrine 1.0

Files:
6 modified
1 copied

Legend:

Unmodified
Added
Removed
  • branches/1.0/CHANGELOG

    r4854 r4868  
     11.0.0 
     2----- 
     3     * [r4854] Releasing Doctrine-1.0.0-RC2 
     4     * [r4855] new article 
     5     * [r4857] Dropped hasOne(string, string) and hasMany(string, string) in favor to hasOne(string, array) and hasMany(string, array) support. Backward compatibility ( 
     6     * [r4858] fixes #1394. Thanks for the patch! 
     7     * [r4859] Adding coverage for #1390 
     8     * [r4860] Switching order for #1390 
     9     * [r4861] Adding coverage for #1335 
     10     * [r4862] fixes #1335 - Throw an exception when Doctrine_Query::execute() is called with no from parts 
     11     * [r4863] Moving exception to top of function 
     12     * [r4864] Added coverage for #1326 
     13     * [r4865] fixes #1081 - Added pre/postValidate() support 
     14 
    1151.0.0-RC2 
    216--------- 
  • branches/1.0/lib/Doctrine.php

    r4854 r4868  
    3737     * VERSION 
    3838     */ 
    39     const VERSION                   = '1.0.0-RC2'; 
     39    const VERSION                   = '1.0.0'; 
    4040 
    4141    /** 
  • branches/1.0/package.xml

    r4854 r4868  
    2222  <active>yes</active> 
    2323 </lead> 
    24  <date>2008-08-27</date> 
    25  <time>16:54:59</time> 
     24 <date>2008-09-01</date> 
     25 <time>15:24:30</time> 
    2626 <version> 
    2727  <release>1.0.0</release> 
     
    2929 </version> 
    3030 <stability> 
    31   <release>beta</release> 
    32   <api>beta</api> 
     31  <release>stable</release> 
     32  <api>stable</api> 
    3333 </stability> 
    3434 <license uri="http://www.phpdoctrine.org/license">LGPL license</license> 
     
    11951195     <file name="1305TestCase.php" role="test" /> 
    11961196     <file name="1325TestCase.php" role="test" /> 
     1197     <file name="1326TestCase.php" role="test" /> 
     1198     <file name="1335TestCase.php" role="test" /> 
    11971199     <file name="1365TestCase.php" role="test" /> 
    11981200     <file name="1372TestCase.php" role="test" /> 
    11991201     <file name="1383TestCase.php" role="test" /> 
     1202     <file name="1390TestCase.php" role="test" /> 
    12001203     <file name="NewTicketTestCase.php" role="test" /> 
    12011204     <file name="NjeroTestCase.php" role="test" /> 
     
    15851588   </version> 
    15861589   <stability> 
    1587     <release>beta</release> 
    1588     <api>beta</api> 
     1590    <release>stable</release> 
     1591    <api>stable</api> 
    15891592   </stability> 
    1590    <date>2008-08-27</date> 
     1593   <date>2008-09-01</date> 
    15911594   <license uri="http://www.phpdoctrine.org/license">LGPL license</license> 
    15921595   <notes>-</notes> 
  • tags/1.0.0/CHANGELOG

    r4854 r4868  
     11.0.0 
     2----- 
     3     * [r4854] Releasing Doctrine-1.0.0-RC2 
     4     * [r4855] new article 
     5     * [r4857] Dropped hasOne(string, string) and hasMany(string, string) in favor to hasOne(string, array) and hasMany(string, array) support. Backward compatibility ( 
     6     * [r4858] fixes #1394. Thanks for the patch! 
     7     * [r4859] Adding coverage for #1390 
     8     * [r4860] Switching order for #1390 
     9     * [r4861] Adding coverage for #1335 
     10     * [r4862] fixes #1335 - Throw an exception when Doctrine_Query::execute() is called with no from parts 
     11     * [r4863] Moving exception to top of function 
     12     * [r4864] Added coverage for #1326 
     13     * [r4865] fixes #1081 - Added pre/postValidate() support 
     14 
    1151.0.0-RC2 
    216--------- 
  • tags/1.0.0/lib/Doctrine.php

    r4854 r4868  
    3737     * VERSION 
    3838     */ 
    39     const VERSION                   = '1.0.0-RC2'; 
     39    const VERSION                   = '1.0.0'; 
    4040 
    4141    /** 
  • tags/1.0.0/package.xml

    r4854 r4868  
    2222  <active>yes</active> 
    2323 </lead> 
    24  <date>2008-08-27</date> 
    25  <time>16:54:59</time> 
     24 <date>2008-09-01</date> 
     25 <time>15:24:30</time> 
    2626 <version> 
    2727  <release>1.0.0</release> 
     
    2929 </version> 
    3030 <stability> 
    31   <release>beta</release> 
    32   <api>beta</api> 
     31  <release>stable</release> 
     32  <api>stable</api> 
    3333 </stability> 
    3434 <license uri="http://www.phpdoctrine.org/license">LGPL license</license> 
     
    11951195     <file name="1305TestCase.php" role="test" /> 
    11961196     <file name="1325TestCase.php" role="test" /> 
     1197     <file name="1326TestCase.php" role="test" /> 
     1198     <file name="1335TestCase.php" role="test" /> 
    11971199     <file name="1365TestCase.php" role="test" /> 
    11981200     <file name="1372TestCase.php" role="test" /> 
    11991201     <file name="1383TestCase.php" role="test" /> 
     1202     <file name="1390TestCase.php" role="test" /> 
    12001203     <file name="NewTicketTestCase.php" role="test" /> 
    12011204     <file name="NjeroTestCase.php" role="test" /> 
     
    15851588   </version> 
    15861589   <stability> 
    1587     <release>beta</release> 
    1588     <api>beta</api> 
     1590    <release>stable</release> 
     1591    <api>stable</api> 
    15891592   </stability> 
    1590    <date>2008-08-27</date> 
     1593   <date>2008-09-01</date> 
    15911594   <license uri="http://www.phpdoctrine.org/license">LGPL license</license> 
    15921595   <notes>-</notes>