Prepare 3.5.6
This commit is contained in:
parent
bd8391163a
commit
9e1b0d1abc
@ -5,6 +5,14 @@ English Dolibarr ChangeLog
|
|||||||
|
|
||||||
***** ChangeLog for 3.5.6 compared to 3.5.5 *****
|
***** ChangeLog for 3.5.6 compared to 3.5.5 *****
|
||||||
Fix: Avoid missing class error for fetch_thirdparty method #1973
|
Fix: Avoid missing class error for fetch_thirdparty method #1973
|
||||||
|
Fix: Can't update phone_pro from web service
|
||||||
|
Fix: Some security holes.
|
||||||
|
Fix: copy extrafields when creating order from proposal.
|
||||||
|
Fix: report on action was not filtering by environment.
|
||||||
|
Fix: Avoid missing class error.
|
||||||
|
Fix: Add function dolEscapeXML.
|
||||||
|
Fix: Bad days and month reported by function.
|
||||||
|
Fix: Bad margin calculation.
|
||||||
|
|
||||||
***** ChangeLog for 3.5.5 compared to 3.5.4 *****
|
***** ChangeLog for 3.5.5 compared to 3.5.4 *****
|
||||||
Fix: Holiday module was broken. Initializaion of amount of holidays failed.
|
Fix: Holiday module was broken. Initializaion of amount of holidays failed.
|
||||||
|
|||||||
@ -1,3 +1,10 @@
|
|||||||
|
dolibarr (3.5.6-3) unstable; urgency=low
|
||||||
|
|
||||||
|
[ Laurent Destailleur (eldy) ]
|
||||||
|
* New upstream release.
|
||||||
|
|
||||||
|
-- Laurent Destailleur (eldy) <eldy@users.sourceforge.net> Tue, 2 Dec 2014 12:00:00 +0100
|
||||||
|
|
||||||
dolibarr (3.5.5-3) unstable; urgency=low
|
dolibarr (3.5.5-3) unstable; urgency=low
|
||||||
|
|
||||||
[ Laurent Destailleur (eldy) ]
|
[ Laurent Destailleur (eldy) ]
|
||||||
|
|||||||
@ -17,9 +17,9 @@
|
|||||||
; ----- Change this -----
|
; ----- Change this -----
|
||||||
AppName=DoliWamp
|
AppName=DoliWamp
|
||||||
; DoliWamp-x.x.x or DoliWamp-x.x.x-alpha or DoliWamp-x.x.x-beta or DoliWamp-x.x.x-rc or DoliWamp-x.x.x
|
; DoliWamp-x.x.x or DoliWamp-x.x.x-alpha or DoliWamp-x.x.x-beta or DoliWamp-x.x.x-rc or DoliWamp-x.x.x
|
||||||
AppVerName=DoliWamp-3.5.5
|
AppVerName=DoliWamp-3.5.6
|
||||||
; DoliWamp-x.x x or DoliWamp-x.x.x-alpha or DoliWamp-x.x.x-beta or DoliWamp-x.x.x-rc or DoliWamp-x.x.x
|
; DoliWamp-x.x x or DoliWamp-x.x.x-alpha or DoliWamp-x.x.x-beta or DoliWamp-x.x.x-rc or DoliWamp-x.x.x
|
||||||
OutputBaseFilename=DoliWamp-3.5.5
|
OutputBaseFilename=DoliWamp-3.5.6
|
||||||
; ----- End of change
|
; ----- End of change
|
||||||
;OutputManifestFile=build\doliwampbuild.log
|
;OutputManifestFile=build\doliwampbuild.log
|
||||||
; Define full path from which all relative path are defined
|
; Define full path from which all relative path are defined
|
||||||
|
|||||||
@ -13,7 +13,6 @@ beta version of Dolibarr, step by step.
|
|||||||
- Update version number with x.y.z-w in build/debian/changelog
|
- Update version number with x.y.z-w in build/debian/changelog
|
||||||
- Update version number with x.y.z-w in build/exe/doliwamp/doliwamp.iss
|
- Update version number with x.y.z-w in build/exe/doliwamp/doliwamp.iss
|
||||||
- Update version number with x.y.z-w in build/rpm/*.spec
|
- Update version number with x.y.z-w in build/rpm/*.spec
|
||||||
- Update version number with x.y in build/doxygen/dolibarr-doxygen.doxyfile
|
|
||||||
- Commit all changes.
|
- Commit all changes.
|
||||||
- Add a Tag (x.y.betaz_YYYYMMDD) and push it: git push --tags
|
- Add a Tag (x.y.betaz_YYYYMMDD) and push it: git push --tags
|
||||||
- Create a branch (x.y).
|
- Create a branch (x.y).
|
||||||
|
|||||||
@ -331,6 +331,9 @@ fi
|
|||||||
|
|
||||||
# version x.y.z-0.1.a for alpha, x.y.z-0.2.b for beta, x.y.z-0.3 for release
|
# version x.y.z-0.1.a for alpha, x.y.z-0.2.b for beta, x.y.z-0.3 for release
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 2 2014 Laurent Destailleur 3.5.6-0.3
|
||||||
|
- Upstream release
|
||||||
|
|
||||||
* Tue Jul 8 2014 Laurent Destailleur 3.5.5-0.3
|
* Tue Jul 8 2014 Laurent Destailleur 3.5.5-0.3
|
||||||
- Upstream release
|
- Upstream release
|
||||||
|
|
||||||
|
|||||||
@ -567,6 +567,9 @@ fi
|
|||||||
|
|
||||||
# version x.y.z-0.1.a for alpha, x.y.z-0.2.b for beta, x.y.z-0.3 for release
|
# version x.y.z-0.1.a for alpha, x.y.z-0.2.b for beta, x.y.z-0.3 for release
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 2 2014 Laurent Destailleur 3.5.6-0.3
|
||||||
|
- Upstream release
|
||||||
|
|
||||||
* Tue Jul 8 2014 Laurent Destailleur 3.5.5-0.3
|
* Tue Jul 8 2014 Laurent Destailleur 3.5.5-0.3
|
||||||
- Upstream release
|
- Upstream release
|
||||||
|
|
||||||
|
|||||||
@ -336,6 +336,9 @@ fi
|
|||||||
|
|
||||||
# version x.y.z-0.1.a for alpha, x.y.z-0.2.b for beta, x.y.z-0.3 for release
|
# version x.y.z-0.1.a for alpha, x.y.z-0.2.b for beta, x.y.z-0.3 for release
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 2 2014 Laurent Destailleur 3.5.6-0.3
|
||||||
|
- Upstream release
|
||||||
|
|
||||||
* Tue Jul 8 2014 Laurent Destailleur 3.5.5-0.3
|
* Tue Jul 8 2014 Laurent Destailleur 3.5.5-0.3
|
||||||
- Upstream release
|
- Upstream release
|
||||||
|
|
||||||
|
|||||||
@ -347,6 +347,9 @@ fi
|
|||||||
|
|
||||||
# version x.y.z-0.1.a for alpha, x.y.z-0.2.b for beta, x.y.z-0.3 for release
|
# version x.y.z-0.1.a for alpha, x.y.z-0.2.b for beta, x.y.z-0.3 for release
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 2 2014 Laurent Destailleur 3.5.6-0.3
|
||||||
|
- Upstream release
|
||||||
|
|
||||||
* Tue Jul 8 2014 Laurent Destailleur 3.5.5-0.3
|
* Tue Jul 8 2014 Laurent Destailleur 3.5.5-0.3
|
||||||
- Upstream release
|
- Upstream release
|
||||||
|
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
* \brief File that include conf.php file and commons lib like functions.lib.php
|
* \brief File that include conf.php file and commons lib like functions.lib.php
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (! defined('DOL_VERSION')) define('DOL_VERSION','3.5.5');
|
if (! defined('DOL_VERSION')) define('DOL_VERSION','3.5.6');
|
||||||
if (! defined('EURO')) define('EURO',chr(128));
|
if (! defined('EURO')) define('EURO',chr(128));
|
||||||
|
|
||||||
// Define syslog constants
|
// Define syslog constants
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user