Incrementation du numero de version
This commit is contained in:
parent
c64718ca51
commit
6cf380e400
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/* Read global variables (AlternC configuration) */
|
/* Read global variables (AlternC configuration) */
|
||||||
$L_VERSION="v. 1.0~rc2";
|
$L_VERSION="v. 1.1~dev20110501";
|
||||||
|
|
||||||
/* To ease the transition, we define a lookup table for old names */
|
/* To ease the transition, we define a lookup table for old names */
|
||||||
$compat = array('DEFAULT_MX' => 'MX',
|
$compat = array('DEFAULT_MX' => 'MX',
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
alternc (1.1) stable; urgency=low
|
||||||
|
* Dev in progress
|
||||||
|
* New class : access security. Allow to restrict some function to specific IP or subnet
|
||||||
|
* Access security management on the ftp account.
|
||||||
|
|
||||||
alternc (1.0~rc2) stable; urgency=low
|
alternc (1.0~rc2) stable; urgency=low
|
||||||
* Major patch
|
* Major patch
|
||||||
* Web & DNS file generation rebuild from scratch
|
* Web & DNS file generation rebuild from scratch
|
||||||
|
|
Loading…
Reference in New Issue