diff --git a/ChangeLog b/ChangeLog index 5ead82d27d9..e9ffd5ec8c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -282,6 +282,12 @@ backport commit 384e3812eb73a15adafb472cacfb93397a54459b to fix W3C/edit contrac +***** ChangeLog for 3.3.5 compared to 3.3.4 ***** +- Fix: jcrop file to match debian rules +- Fix: Add missing country UK. +- Fix: Minor fix into package. +- Fix: Add missing label on project field. + ***** ChangeLog for 3.3.4 compared to 3.3.3 ***** - Fix: [ bug #1001 ] Social Contribution : State not correct - Fix: Better management of pdf generation when tcpdf is not available. @@ -452,7 +458,6 @@ Dolibarr license has also been updated from GPLv2+ to GPLv3+. ***** ChangeLog for 3.2.3 compared to 3.2.2 ***** - - Fix: Some permission into agenda module. - Fix: Generation of PDF was not using correct font for some languages. - Fix some translations. @@ -606,7 +611,6 @@ WARNING: To reduce technic debt, all functions dolibarr_xxx were renamed int dol ***** ChangeLog for 3.1.3 compared to 3.1.2 ***** - Fix: PgSQL - property must be set if success Fix: Provide a solution for backup when mysqldump is not available Fix: Bug #460 - Wrong entity assignment when creating a warehouse @@ -615,7 +619,6 @@ Fix: bug #405 - Late icon always displayed on comm/propal.php ***** ChangeLog for 3.1.2 compared to 3.1.1 ***** - - Fix: Can clone a proposal - Fix: Add member ID in substitution method - Fix: Duplicate end tag and missing form parts @@ -628,7 +631,6 @@ Fix: bug #405 - Late icon always displayed on comm/propal.php ***** ChangeLog for 3.1.1 compared to 3.1.0 ***** - - New: Add option FACTURE_DEPOSITS_ARE_JUST_PAYMENTS. With this option added, credit notes are not removed from total amount of invoice but are just payments used to reducs remain to pay. @@ -750,7 +752,6 @@ For translators: ***** ChangeLog for 3.0 compared to 2.9.* ***** - For users: - New: Can edit date of cheque receipts. - New: Add Sales journal and Purchase journal report. @@ -846,7 +847,6 @@ For developers: ***** ChangeLog for 2.9 compared to 2.8.* ***** - For users: - New: POS module allow to choose which warehouse to use. - New: Support "Department/State" field on company setup, contact, @@ -964,7 +964,6 @@ For users: ***** ChangeLog for 2.8 compared to 2.7.* ***** - For users: - New: Support note on trips module - New: Can link contacts to projects @@ -1015,7 +1014,6 @@ For developers: ***** ChangeLog for 2.7.1 compared to 2.7 ***** - For users: - Fix: Bad decimal management for it_IT and fr_BE languages. - Fix: A third party created from a member is created as a @@ -1028,7 +1026,6 @@ For users: ***** ChangeLog for 2.7 compared to 2.6.* ***** - For users: - New: Add a print icon to show a page to print without menus. - New: Can add a free text on bank cheque receipts. @@ -1127,7 +1124,6 @@ For developers: ***** ChangeLog for 2.6 compared to 2.5.* ***** - For users: - New: Add filter on status in emailing selector for Dolibarr users. - New: Can add bookmarks on all pages. @@ -1210,7 +1206,6 @@ For developers: ***** ChangeLog for 2.5 compared to 2.4.* ***** - For users: - Sessions timeout can be configured to overwrite PHP setup. - Can filter on date in services list. @@ -1274,7 +1269,6 @@ For developers: ***** ChangeLog for 2.4 compared to 2.2.* ***** - For users: - Add a calendar module (module agenda) with ical/vcal/rss export. - Look enhancement in graphics (thanks artichow). @@ -1329,7 +1323,6 @@ For developers: ***** ChangeLog for 2.2 compared to 2.1.* ***** - - Add more statistics on main page. - Add option to add message on login page. - Management of categories for third parties. @@ -1363,7 +1356,6 @@ For developers: ***** ChangeLog for 2.1 compared to 2.0.* ***** - - Added a better installer. - Support user and groups permissions. - Translation in english and support for several languages. @@ -1428,12 +1420,10 @@ For developers: ***** ChangeLog for 2.0.1 compared to 2.0 ***** - Minor bug fixes ***** ChangeLog for 2.0 compared to 1.0.* ***** - ChangeLog file size is so important, that it is not included inside Dolibarr package. You can find it at www.dolibarr.org diff --git a/build/debian/changelog b/build/debian/changelog index 18a0d27080c..af2141bf6db 100644 --- a/build/debian/changelog +++ b/build/debian/changelog @@ -3,7 +3,14 @@ dolibarr (3.5.0-3) unstable; urgency=low [ Laurent Destailleur (eldy) ] * New upstream release. - -- Laurent Destailleur (eldy) Mon, 22 Apr 2013 12:00:00 +0100 + -- Laurent Destailleur (eldy) Mon, 30 Dec 2013 12:00:00 +0100 + +dolibarr (3.4.2-3) unstable; urgency=low + + [ Laurent Destailleur (eldy) ] + * Maintenance release. + + -- Laurent Destailleur (eldy) Mon, 30 Dec 2013 12:00:00 +0100 dolibarr (3.4.1-3) unstable; urgency=low @@ -18,17 +25,3 @@ dolibarr (3.4.0-3) unstable; urgency=low * Maintenance release. -- Laurent Destailleur (eldy) Mon, 22 Apr 2013 12:00:00 +0100 - -dolibarr (3.4.1) unstable; urgency=low - - [ Laurent Destailleur (eldy) ] - * Maintenance release. - - -- Laurent Destailleur (eldy) Mon, 22 Apr 2013 12:00:00 +0100 - -dolibarr (3.4.0) unstable; urgency=low - - [ Laurent Destailleur (eldy) ] - * New upstream release. - - -- Laurent Destailleur (eldy) Mon, 22 Apr 2013 12:00:00 +0100 diff --git a/build/pad/pad_doliwamp.xml b/build/pad/pad_doliwamp.xml index ab447f5de0e..0da0b189113 100644 --- a/build/pad/pad_doliwamp.xml +++ b/build/pad/pad_doliwamp.xml @@ -34,10 +34,10 @@ DoliWamp - 3.4 - 07 - 07 - 2013 + 3.5 + 01 + 01 + 2014 diff --git a/build/rpm/dolibarr_fedora.spec b/build/rpm/dolibarr_fedora.spec index 0b79dc26ebd..4ad2ee57dfd 100755 --- a/build/rpm/dolibarr_fedora.spec +++ b/build/rpm/dolibarr_fedora.spec @@ -330,5 +330,5 @@ 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 %changelog -* Wed Nov 6 2013 Laurent Destailleur 3.5.0-0.3 +* Mon Dec 30 2013 Laurent Destailleur 3.5.0-0.3 - Initial version (#723326) diff --git a/build/rpm/dolibarr_generic.spec b/build/rpm/dolibarr_generic.spec index 4e756e05125..cd7a6013016 100755 --- a/build/rpm/dolibarr_generic.spec +++ b/build/rpm/dolibarr_generic.spec @@ -558,5 +558,5 @@ 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 %changelog -* Wed Nov 6 2013 Laurent Destailleur 3.5.0-0.3 +* Mon Dec 30 2013 Laurent Destailleur 3.5.0-0.3 - Initial version (#723326) diff --git a/build/rpm/dolibarr_mandriva.spec b/build/rpm/dolibarr_mandriva.spec index 1792a6ff8aa..b7d4c85f17c 100755 --- a/build/rpm/dolibarr_mandriva.spec +++ b/build/rpm/dolibarr_mandriva.spec @@ -335,5 +335,5 @@ 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 %changelog -* Wed Nov 6 2013 Laurent Destailleur 3.5.0-0.3 +* Mon Dec 30 2013 Laurent Destailleur 3.5.0-0.3 - Initial version (#723326) diff --git a/build/rpm/dolibarr_opensuse.spec b/build/rpm/dolibarr_opensuse.spec index f27e7463352..14280323b2b 100755 --- a/build/rpm/dolibarr_opensuse.spec +++ b/build/rpm/dolibarr_opensuse.spec @@ -345,5 +345,5 @@ 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 %changelog -* Wed Nov 6 2013 Laurent Destailleur 3.5.0-0.3 +* Mon Dec 30 2013 Laurent Destailleur 3.5.0-0.3 - Initial version (#723326) diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php old mode 100644 new mode 100755