File tree 1 file changed +18
-9
lines changed
1 file changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,25 @@ Release History
21
21
Unreleased
22
22
++++++++++
23
23
24
+ **Features and Improvements **
25
+
26
+ **Bugfixes **
27
+
28
+ **Libraries **
29
+
30
+ **Build **
31
+
32
+ **Documentation **
33
+
34
+
35
+ 2.0.0 (2016-12-22)
36
+ ++++++++++++++++++
37
+
24
38
**Warning **
25
39
26
- Compatibility break:
27
- the Workdir of the container will be ``/opt `` instead of ``/opt/odoo ``.
40
+ This release might break compatibility with the images using it, it needs some
41
+ little modifications in their ``Dockerfile ``.
42
+ The Workdir of the container will be ``/opt `` instead of ``/opt/odoo ``.
28
43
The reason is that it allows a more natural transition between the project from
29
44
the outside of the container and from the inside. Meaning, if we run the following command:
30
45
@@ -66,15 +81,9 @@ becomes:
66
81
``odoo ``, by placing them in ``/opt/odoo/start-entrypoint.d `` (respecting
67
82
``run-parts `` naming rules)
68
83
69
- **Bugfixes **
70
-
71
- * Upgrade marabunta to 0.6.3 (https://github.com/camptocamp/marabunta/releases/tag/0.6.3)
72
-
73
84
**Libraries **
74
85
75
- **Build **
76
-
77
- **Documentation **
86
+ * Upgrade marabunta to 0.6.3 (https://github.com/camptocamp/marabunta/releases/tag/0.6.3)
78
87
79
88
80
89
1.7.1 (2016-11-25)
You can’t perform that action at this time.
0 commit comments