Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit 77d0776

Browse files
btryDIOHz0r
authored andcommitted
docs(changelog): update changelog
Signed-off-by: Thierry Bugier <[email protected]>
1 parent f6f68fb commit 77d0776

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
<a name="2.0.0-rc.3"></a>
2+
# [2.0.0-rc.3](https://github.com/flyve-mdm/flyve-mdm-glpi/compare/v2.0.0-rc.1...v2.0.0-rc.3) (2018-12-17)
3+
4+
5+
### Bug Fixes
6+
7+
* **agent:** better display of online status in history ([3623120](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/3623120))
8+
* **agent:** save system permission bit ([afb4938](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/afb4938))
9+
* **agent:** sql error ([7692c46](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/7692c46)), closes [#710](https://github.com/flyve-mdm/flyve-mdm-glpi/issues/710)
10+
* **composer:** errors in composer ([89e125a](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/89e125a))
11+
* **deployapp:** disable mqtt notifications on not parsed apps ([4ebafa8](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/4ebafa8))
12+
* **install:** bad filename for upgrades ([0c0d26f](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/0c0d26f))
13+
* **install:** fix tables detection for isntall / upgrade branching ([81bf6a2](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/81bf6a2))
14+
* **install:** time limit when upgrading from glpi ([081a8cd](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/081a8cd))
15+
* **install:** upgrade does not finish ([fa2102d](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/fa2102d))
16+
* **install:** wrong filename for upgrade script ([870c8c0](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/870c8c0))
17+
* **invitation:** change QR image size to avoid auto resizing ([40e6032](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/40e6032))
18+
* **invitation:** change the workflow for invitation ([e7d1cf6](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/e7d1cf6))
19+
* **log:** datetime of log entries ([356da0b](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/356da0b))
20+
* **mqtlog:** compatibility with glpi 9.2 ([aeea7f0](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/aeea7f0))
21+
* **mqtthandler:** message format mismatch with mdm agent ([9b47fdc](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/9b47fdc))
22+
* **mqttlog:** logs may show the latest date but an old value for a topic ([ad9bdf8](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/ad9bdf8))
23+
* **notification:** quite problem in generated emails ([38ea64c](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/38ea64c))
24+
* **package:** update for transparent icon file ([0fd3ffd](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/0fd3ffd))
25+
* **package:** warnings when running manually parsePackage ([702adc6](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/702adc6))
26+
* **package:** wrong dl_filename when updating a package ([19a18e0](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/19a18e0))
27+
* **package:** wrong download filename ([012daa8](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/012daa8))
28+
* HTTP 500 error if vendor directory missing ([4ba0dfc](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/4ba0dfc))
29+
* restrict operator for boolean search options ([a184cc4](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/a184cc4))
30+
* **policies:** update system policies values ([15a9847](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/15a9847))
31+
* **policy:** bad user interface for app deployment ([14c333a](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/14c333a))
32+
* **policy:** dropdown shall not show empty categories ([c1a984c](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/c1a984c))
33+
* **profile:** add permission to read task statuses for agents ([57bb7c1](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/57bb7c1))
34+
* **robo:** fix archive build ([73700a5](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/73700a5))
35+
* **robo:** update for robo script ([69203ec](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/69203ec))
36+
37+
38+
### Features
39+
40+
* **agent:** give a pasword to the agent user account ([d398594](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/d398594))
41+
* **agent:** notification token to enrollment ([6d516b4](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/6d516b4))
42+
* **agent:** revert give a pasword to the agent user account" ([22d26c7](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/22d26c7))
43+
* **agent:** show online status in form ([38f3840](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/38f3840))
44+
* **broker:** add generic broker bus, transporter and handler ([10143b5](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/10143b5))
45+
* **broker:** add mqtt broker messenger ([75bd56e](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/75bd56e))
46+
* **policy:** add (basic) periodic geolocation ([b6e591c](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/b6e591c))
47+
* **policy:** protect policies test with a policy ([f16ba3e](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/f16ba3e))
48+
* **policy:** remove protect policies test with a policy ([7e6c85d](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/7e6c85d))
49+
* **policy:** show policy restrictions for android ([bbb9e09](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/bbb9e09))
50+
* **test:** add login and logout method ([8fd7b0f](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/8fd7b0f))
51+
* **test:** add tests to taskstatus ([6c1ffcb](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/6c1ffcb))
52+
* add fcm broker configuration ([09d4cd4](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/09d4cd4))
53+
* compatibiliy with GLPI 9.4 ([2211039](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/2211039))
54+
* handle response from devices by HTTP ([f4577b9](https://github.com/flyve-mdm/flyve-mdm-glpi/commit/f4577b9))
55+
56+
57+
158
<a name="2.0.0-rc.1"></a>
259
# [2.0.0-rc.1](https://github.com/flyve-mdm/flyve-mdm-glpi/compare/v1.1.0...v2.0.0-rc.1) (2018-07-19)
360

0 commit comments

Comments
 (0)