Changeset 12256

Show
Ignore:
Timestamp:
06/13/11 14:33:13 (2 years ago)
Author:
mbrevda
Message:

revert 12255

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/core

    • Property lastpublish changed from 12254 to 12196
  • modules/branches/2.9/core/module.xml

    r12255 r12256  
    55  <category>Basic</category> 
    66  <name>Core</name> 
    7   <version>2.9.0.2</version> 
     7  <version>2.9.0.1</version> 
    88  <publisher>FreePBX</publisher> 
    99  <license>GPLv2+</license> 
     
    1111  <canuninstall>no</canuninstall> 
    1212  <changelog> 
    13     *2.9.0.2* #845 
    1413    *2.9.0.1* #5161 
    1514    *2.9.0.0* #5117 
     
    116115    <wiki type="tool" category="Support" sort="5" href="http://freepbx.org" target="_blank" access="all">FreePBX Support</wiki> 
    117116  </menuitems> 
    118   <location>release/2.9/core-2.9.0.2.tgz</location> 
    119   <md5sum>a6522baf9e83aec044fdf51c1a53aa90</md5sum> 
     117  <location>release/2.9/core-2.9.0.1.tgz</location> 
     118  <md5sum>0efa2f5852eed78f0cce4b752a9a64cd</md5sum> 
    120119</module> 
  • modules/branches/bootstrap-2.9/framework/module.xml

    r10186 r12256  
    22  <rawname>framework</rawname> 
    33  <name>FreePBX Framework</name> 
    4   <version>2.9.0alpha1.1</version> 
     4  <version>2.9.0alpha1.12</version> 
    55  <publisher>FreePBX</publisher> 
    66  <license>GPLv2+</license> 
     
    7878  <type>setup</type> 
    7979  <category>Basic</category> 
    80   <location>release/2.9/framework-2.9.0alpha1.1.tgz</location> 
    81   <md5sum>7447e2390bd6c616ce07679b547cee39</md5sum> 
     80  <location>release/2.9/framework-2.9.0alpha1.12.tgz</location> 
     81  <md5sum>64a60886b0f5100db63855403526ac1e</md5sum> 
    8282</module> 
  • modules/branches/bootstrap-2.9/publish.pl

    r10700 r12256  
    1717} 
    1818 
    19 $debug = 0
     19$debug = 1
    2020$checkphp = 1; 
    2121$rver = "2.9"; 
    22 $fwbranch = "trunk"; 
     22$fwbranch = "branches/bootstrap"; 
    2323$framework = "framework"; 
    2424$fw_fop = "fw_fop";