Preparation de la release de la rc1
This commit is contained in:
parent
70b485ccb8
commit
199e992584
|
@ -36,8 +36,8 @@ if (!$charset) $charset="UTF-8";
|
|||
<!-- <link rel="stylesheet" href="styles/style-hw.css" type="text/css" /> -->
|
||||
<link rel="stylesheet" href="styles/passwordStrengthMeter.css" type="text/css" />
|
||||
|
||||
<link rel="stylesheet" href="styles/style-empty.css" type="text/css" title="Default"/>
|
||||
<link rel="alternate stylesheet" href="styles/style-hw.css" type="text/css" title="Halloween" />
|
||||
<link rel="stylesheet" href="styles/style-hw.css" type="text/css" title="Halloween" />
|
||||
<link rel="alternate stylesheet" href="styles/style-empty.css" type="text/css" title="Default - Blue Desktop"/>
|
||||
|
||||
<link rel="Shortcut Icon" href="favicon.ico" type="image/ico" />
|
||||
<link rel="icon" href="favicon.ico" type="image/ico" />
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?php
|
||||
|
||||
/* Read global variables (AlternC configuration) */
|
||||
$L_VERSION="v. 1.1~rc1~20120826";
|
||||
$L_VERSION="v. 1.1~rc1";
|
||||
|
||||
// To be able to have displayer version != help version
|
||||
// (usefull during RC, etc...)
|
||||
$L_VERSION_HELP="1.1";
|
||||
$L_VERSION_HELP="1.1~rc1";
|
||||
|
||||
/* To ease the transition, we define a lookup table for old names */
|
||||
$compat = array('DEFAULT_MX' => 'MX',
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
alternc (1.1~rc1) stable; urgency=low
|
||||
|
||||
* Halloween skin for the desktop
|
||||
|
||||
-- Alan Garcia (nickname) <fufroma@mailfr.com> Wed, 31 Oct 2012 07:47:54 +0000
|
||||
|
||||
alternc (1.1+nmu6) stable; urgency=low
|
||||
|
||||
* Squirrelmail plugin is now fully functionnal, including the changepass and filter plugins. it's using a specific MySQL account to change the password.
|
||||
|
|
Loading…
Reference in New Issue