Changeset 12256
- Timestamp:
- 06/13/11 14:33:13 (2 years ago)
- Files:
-
- modules/branches/2.9/core (modified) (1 prop)
- modules/branches/2.9/core/module.xml (modified) (3 diffs)
- modules/branches/bootstrap-2.9/framework/module.xml (modified) (2 diffs)
- modules/branches/bootstrap-2.9/publish.pl (modified) (1 diff)
- modules/release/2.9/core-2.9.0.2.tgz (deleted)
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 5 5 <category>Basic</category> 6 6 <name>Core</name> 7 <version>2.9.0. 2</version>7 <version>2.9.0.1</version> 8 8 <publisher>FreePBX</publisher> 9 9 <license>GPLv2+</license> … … 11 11 <canuninstall>no</canuninstall> 12 12 <changelog> 13 *2.9.0.2* #84514 13 *2.9.0.1* #5161 15 14 *2.9.0.0* #5117 … … 116 115 <wiki type="tool" category="Support" sort="5" href="http://freepbx.org" target="_blank" access="all">FreePBX Support</wiki> 117 116 </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> 120 119 </module> modules/branches/bootstrap-2.9/framework/module.xml
r10186 r12256 2 2 <rawname>framework</rawname> 3 3 <name>FreePBX Framework</name> 4 <version>2.9.0alpha1.1 </version>4 <version>2.9.0alpha1.12</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> … … 78 78 <type>setup</type> 79 79 <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> 82 82 </module> modules/branches/bootstrap-2.9/publish.pl
r10700 r12256 17 17 } 18 18 19 $debug = 0;19 $debug = 1; 20 20 $checkphp = 1; 21 21 $rver = "2.9"; 22 $fwbranch = " trunk";22 $fwbranch = "branches/bootstrap"; 23 23 $framework = "framework"; 24 24 $fw_fop = "fw_fop";
