2.8.1
This commit is contained in:
parent
1afa3ceb69
commit
fb254a1dd4
@ -1,5 +1,12 @@
|
||||
English Dolibarr ChangeLog
|
||||
|
||||
***** ChangeLog for 2.8.1 compared to 2.8 *****
|
||||
For users:
|
||||
- Fix: Works on database with _ in name.
|
||||
- Fix: Broken feature in trips and expense module.
|
||||
- Fix: Can use $ in database and login/pass values.
|
||||
- Fix: No error on upgrade if there is orphelins tasks.
|
||||
|
||||
|
||||
***** ChangeLog for 2.8 compared to 2.7 *****
|
||||
|
||||
|
||||
@ -18,9 +18,9 @@
|
||||
; ----- Change this -----
|
||||
AppName=DoliWamp
|
||||
; DoliWamp-x.x.x or DoliWamp-x.x.x-dev or DoliWamp-x.x.x-beta
|
||||
AppVerName=DoliWamp-2.8.0
|
||||
AppVerName=DoliWamp-2.8.1
|
||||
; DoliWamp-x.x x or DoliWamp-x.x.x-dev or DoliWamp-x.x.x-beta
|
||||
OutputBaseFilename=DoliWamp-2.8.0
|
||||
OutputBaseFilename=DoliWamp-2.8.1
|
||||
; Define full path from wich all relative path are defined
|
||||
; You must modify this to put here your dolibarr root directory
|
||||
SourceDir=D:\Mes developpements\dolibarrold
|
||||
|
||||
@ -11,7 +11,7 @@ use Cwd;
|
||||
$PROJECT="dolibarr";
|
||||
$MAJOR="2";
|
||||
$MINOR="8";
|
||||
$BUILD="0"; # Mettre x pour release, x-dev pour dev, x-beta pour beta, x-rc pour release candidate
|
||||
$BUILD="1"; # Mettre x pour release, x-dev pour dev, x-beta pour beta, x-rc pour release candidate
|
||||
$RPMSUBVERSION="1"; # A incrementer au moment de la release
|
||||
|
||||
@LISTETARGET=("TGZ","ZIP","RPM","DEB","EXE","EXEDOLIWAMP","SNAPSHOT"); # Possible packages
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
define('DOL_VERSION','2.8.0'); // Also defined in htdocs/master.inc.php
|
||||
define('DOL_VERSION','2.8.1'); // Also defined in htdocs/master.inc.php
|
||||
|
||||
require_once('../translate.class.php');
|
||||
require_once('../lib/functions.lib.php');
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
define('DOL_VERSION','2.8.0'); // Also defined in htdocs/install/inc.php
|
||||
define('DOL_VERSION','2.8.1'); // Also defined in htdocs/install/inc.php
|
||||
define('EURO',chr(128));
|
||||
|
||||
// Definition des constantes syslog
|
||||
|
||||
Loading…
Reference in New Issue
Block a user