root/modules/branches/2.8/core/module.xml

Revision 9378, 3.2 kB (checked in by p_lindheimer, 3 years ago)

Merged revisions 9292-9375,9377 via svnmerge from
http://svn.freepbx.org/modules/branches/2.7

........

r9364 | p_lindheimer | 2010-03-23 16:47:41 -0700 (Tue, 23 Mar 2010) | 1 line


fixes #4157 don't print an error when we get the resample error message

........

r9368 | p_lindheimer | 2010-03-24 14:36:07 -0700 (Wed, 24 Mar 2010) | 1 line


fixes #4158 put js library into ARI tree

........

r9370 | p_lindheimer | 2010-03-24 14:54:07 -0700 (Wed, 24 Mar 2010) | 1 line


more tweaks to install script re #4158

........

r9374 | p_lindheimer | 2010-03-24 15:13:46 -0700 (Wed, 24 Mar 2010) | 1 line


fixes #4159 include entries with no vm password set

........

r9375 | p_lindheimer | 2010-03-24 15:30:48 -0700 (Wed, 24 Mar 2010) | 1 line


fixes #4160 directory not listing entries with digits in the name properly

........

  • Property svn:mime-type set to text/xml
  • Property svn:eol-style set to native
Line 
1 <module>
2   <rawname>core</rawname>
3   <type>setup</type>
4   <category>Basic</category>
5   <name>Core</name>
6   <version>2.8.0.0beta1.4</version>
7   <publisher>FreePBX</publisher>
8   <license>GPLv2+</license>
9   <candisable>no</candisable>
10   <canuninstall>no</canuninstall>
11   <changelog>
12     *2.8.0.0beta1.4* #4071, #4152, #4156 (partial), #4159, #4160
13     *2.8.0.0beta1.3* #4151
14     *2.8.0.0beta1.2* #4146, #4148, triming local changelog
15     *2.8.0.0beta1.1* #4132, #2833, #4068, #4135, #4143, #4144
16     *2.8.0.0beta1.0* #4100, #4102, #4110 New Outbound Routing Schema and features
17     *2.7.0.2* really fix #4092
18     *2.7.0.1* #4093, #4094, #4095, #4092
19     *2.7.0.0* minor tweaks
20     *2.7.0RC1.5* #4075, #4078, #4080, #4053
21     *2.7.0RC1.4* #4072
22     *2.7.0RC1.3* #4068, (#4069 available but not used)
23     *2.7.0RC1.2* #4067
24     *2.7.0RC1.1* #4058, #4065, #4066
25     *2.7.0RC1.0* #4041, #4042, #4047, #4051 (requires MoH 2.7.0.0 or above)
26     *2.7.0beta1.3* #4037
27     *2.7.0beta1.2* #3993 (#3934, #3889)
28     *2.7.0beta1.1* #4020, #2389, #3980, #3992, #3939, #333, #3721, #3185
29     *2.7.0beta1.0* #3882, #4000, #1718, #3927, #3805, #4007, #3998, #3951, sql injections fixes
30     *2.6.0.1* #3889 reverted, #3900, #3962, #2787, #3793, #3377, #3386, #3717
31     *2.6.0.0* #3889, #3919
32     *2.6.0RC2.1* #3886, #3885, #3875 revisited
33     *2.6.0RC2.0* #3854, #3872, #3871, #3877
34     *2.6.0RC1.1* #3751
35     *2.6.0RC1.0* #3529, #3864, #3538
36     *2.6.0beta2.2* #3722, #3848, #3841, #3700
37     *2.6.0beta2.1* #3844 (revert #3423), #3846, #3849
38     *2.6.0beta2.0* #3075, #3501, #3636, #3581, #3266, #3701, #3545, #3430, #3798, #3609, #3836
39     *2.6.0beta1.3* trunk tab improvements
40     *2.6.0beta1.2* added more sql escape in devices
41     *2.6.0beta1.1* #3696, (needs framework updated), #3702, #3706, #3712, #3691, #3693, #3705, #3644, #3739, #3741, #3744, #3790
42     *2.6.0beta1.0* #3478, #3423, #3648, #3685, #3686, #1380
43     *2.6.0alpha1.4* fixes re #3649
44     *2.6.0alpha1.3* #3653, #3591, #3650
45     *2.6.0alpha1.2* #3451, $932, #3426, #3474, #3439, #3526, #3534, $3648, #3649, #3517 moved macro-vm to auto-generation (WARNING: custom modification of macro-vm in extensions_custom.conf need to be moved to extensions_override_freepbx.conf
46     *2.6.0alpha1.1* #3380, #3358, #3387, localizations
47     *2.6.0alpha1.0* #3321, #3328, #3345 inbound CID routing fix, adds vm-callme voicemail access option
48     *2.5* CHANGELOG TRUNCATED See SVN Repository
49   </changelog>
50   <depends>
51     <version>2.6.0beta1</version>
52   </depends>
53   <requirements>
54     <file>/usr/sbin/asterisk</file>
55   </requirements>
56   <menuitems>
57     <extensions needsenginedb="yes" sort="-4">Extensions</extensions>
58     <users needsenginedb="yes" sort="-3">Users</users>
59     <devices needsenginedb="yes" sort="-4">Devices</devices>
60     <did category="Inbound Call Control" sort="-5">Inbound Routes</did>
61     <zapchandids category="Inbound Call Control" sort="-5">Zap Channel DIDs</zapchandids>
62     <routing>Outbound Routes</routing>
63     <trunks>Trunks</trunks>
64     <general>General Settings</general>
65     <ampusers sort="5">Administrators</ampusers>
66     <wiki type="tool" category="Support" sort="5" href="http://freepbx.org" target="_blank" access="all">FreePBX Support</wiki>
67   </menuitems>
68   <location>release/2.8/core-2.8.0.0beta1.3.tgz</location>
69   <md5sum>106a999046faa0b4ad67f88a959dde8a</md5sum>
70 </module>
Note: See TracBrowser for help on using the browser.