|
2 | 2 | # UpdatEngine-server # |
3 | 3 | ###################### |
4 | 4 |
|
| 5 | +## 7.0.1 (2025-12-21): |
| 6 | + |
| 7 | +**🐛 Bug fix ** |
| 8 | + |
| 9 | +- Fix http error 405 on logout |
| 10 | + |
5 | 11 | ## 7.0.0 (2025-12-12): |
6 | 12 |
|
7 | 13 | **🔧 Maintenance** |
|
22 | 28 |
|
23 | 29 | - Add optional environment value 'PORT_ADMIN' to distinguish the admin IP port from the client port |
24 | 30 |
|
25 | | -## 6.1.2: |
| 31 | +## 6.1.2 (2025-10-20): |
| 32 | + |
26 | 33 | - Fix help text for 'Enable failure tolerance' feature |
27 | 34 |
|
28 | | -## 6.1.1: |
| 35 | +## 6.1.1 (2025-08-11): |
| 36 | + |
29 | 37 | - Fix ignorance of 'download_no_restart' and 'no_break_on_error' when using the extended conditions |
30 | 38 |
|
31 | | -## 6.1.0: |
| 39 | +## 6.1.0 (2024-09-13): |
| 40 | + |
32 | 41 | - Fix bug when displaying the password_change_done page |
33 | 42 | - Fix AuthBackend authentication accepting bad passwords |
34 | 43 |
|
35 | | -## 6.0.1: |
| 44 | +## 6.0.1 (2024-09-13): |
| 45 | + |
36 | 46 | - Fix debian installation script for Python 3.12 compatibility |
37 | 47 | - Fix escape sequence in inventory views |
38 | 48 |
|
39 | | -## 6.0.0: |
| 49 | +## 6.0.0 (2024-10-24): |
| 50 | + |
40 | 51 | - Upgrade to Django 4.2.16 LTS |
41 | 52 | - Increase upload size limit to 5G |
42 | 53 | - Add 'custom variables' column to deploy/package page |
|
56 | 67 | - Add powershell deployment script for Windows GPO |
57 | 68 | - Add docker installation script |
58 | 69 |
|
| 70 | +## 5.0.1 (2022-09-28): |
| 71 | + |
| 72 | +- Fix error 'has_add_permission' on users page |
| 73 | + |
| 74 | +## 5.0.0 (2022-09-16): |
59 | 75 |
|
60 | | -## 5.0.0: |
61 | 76 | - Upgrade to Django 3.2 LTS |
62 | 77 | - Upgrade adminactions module to 1.15 version |
63 | 78 | - Add debian upgrade script |
|
71 | 86 | - Apply bulleted list style to 'packages' on the packageprofile page |
72 | 87 | - Fix version check |
73 | 88 |
|
74 | | -## 4.1.0: |
| 89 | +## 4.1.0 (2022-03-25): |
| 90 | + |
75 | 91 | - Update last release version using json |
76 | 92 | - Add debian installation script and new apache config |
77 | 93 | - Complete entity ip range help text |
78 | 94 | - Sort machines names in history filter list |
79 | 95 | - Add os version in inventory view |
80 | 96 |
|
81 | | -## 4.0.3: |
| 97 | +## 4.0.3 (2020-09-27): |
| 98 | + |
82 | 99 | - Fix white page on mass update |
83 | 100 | - Remove web directory indexes from apache conf |
84 | 101 |
|
85 | | -## 4.0.2: |
| 102 | +## 4.0.2 (2020-04-01): |
| 103 | + |
86 | 104 | - Fix wol issue |
87 | 105 | - Add lines to fix potential pip3 mysqlclient issue |
88 | 106 | - Fix version check |
89 | 107 |
|
90 | | -## 4.0.1: |
| 108 | +## 4.0.1 (2020-03-09): |
| 109 | + |
91 | 110 | - Add script db tables conversion to utf-8 (all languages support) |
92 | 111 | - Fix bug on remove os name or arch through the web gui |
93 | 112 | - Add 'username' condition and 'not logged in' tag |
94 | 113 |
|
95 | | -## 4.0.0: |
| 114 | +## 4.0.0 (2020-02-19): |
| 115 | + |
96 | 116 | - Port code to Python 3.7 |
97 | 117 | - Migrate to Django 2.2 |
98 | 118 | - Use the latest python packages in line with the upgrade (django-grappelli, mysqlclient...) |
99 | 119 |
|
100 | | -## 3.0.2: |
| 120 | +## 3.0.2 (2019-11-25): |
| 121 | + |
101 | 122 | - Optimizes extended conditions with client: Pre-check conditions to avoid asking client for unnecessary extended conditions if already a condition on the software is not satisfied. |
102 | 123 |
|
103 | | -## 3.0.1: |
| 124 | +## 3.0.1 (2019-06-20): |
| 125 | + |
104 | 126 | - Fix bug in imports/exports deployments |
105 | 127 | - Fix inventory dispatch (clients < 3.0 was sending 'undefined' for UserName, Domain and Language) |
106 | 128 |
|
107 | | -## 3.0: |
| 129 | +## 3.0 (2019-06-19): |
| 130 | + |
108 | 131 | - Interface: |
109 | 132 | - The chosen language remains displayed |
110 | 133 | - Fix some translations in 'Export as CSV' and 'Mass update' |
|
0 commit comments