root/modules/branches/2.9/asterisk-cli/module.xml

Revision 10851, 1.2 kB (checked in by p_lindheimer, 2 years ago)

add repo tags to modules re #4734

  • Property svn:mime-type set to text/xml
  • Property svn:eol-style set to native
Line 
1 <module>
2   <rawname>asterisk-cli</rawname>
3   <repo>standard</repo>
4   <name>Asterisk CLI</name>
5   <version>2.8.0.0</version>
6   <publisher>FreePBX</publisher>
7   <license>GPLv2+</license>
8   <type>tool</type>
9   <category>System Administration</category>
10   <description>Provides an interface allowing you to run a command as if it was typed into Asterisk CLI</description>
11   <menuitems>
12     <cli>Asterisk CLI</cli>
13   </menuitems>
14   <depends>
15     <engine>asterisk</engine>
16   </depends>
17   <location>release/2.8/asterisk-cli-2.8.0.0.tgz</location>
18   <md5sum>a3a5fc712cbecbab44ad42e84ffb7d60</md5sum>
19   <changelog>
20     *2.8.0.0* published 2.8 version
21     *2.7.0.0* spelling fixes, localization updates
22     *2.6.0.0* localizations, misc
23     *2.5.0.2* description added to xml
24     *2.5.0.1* r6547 Swedish Translations
25     *2.5.0* #2917 execute CLI command direct through manager to remove vulnerabilities
26     *2.4.0* 2.4 branch (added IT translations also)
27     *1.1.2.1* bump for rc1
28     *1.1.2* fix syntax error, extra =
29     *1.1.1* #2070 fix proper use of script tags
30     *1.1* #2006 Fixed display on systems with colored asterisk console
31     *1.0* Fixed security issue, first release in 2.2
32     *0.001* Original Release
33   </changelog>
34 </module>
Note: See TracBrowser for help on using the browser.