File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## [ 2.4.2] - 2023-11-10
3+ ### Fixed
4+ - Pin Werkzeug module to v2.2.2 to fix dependencie failure. #330
5+
26## [ 2.4.1] - 2023-02-26
37### Fixed
48- GUI -> Settings: Fixed GNSS detect & configure. #303
Original file line number Diff line number Diff line change @@ -243,6 +243,13 @@ upd_2.4.0() {
243243 echo ' ####################'
244244 echo ' Update from 2.4.0'
245245 echo ' ####################'
246+ upd_2.4.1 " $@ "
247+ }
248+
249+ upd_2.4.1 () {
250+ echo ' ####################'
251+ echo ' Update from 2.4.1'
252+ echo ' ####################'
246253}
247254
248255# standard update
Original file line number Diff line number Diff line change 22
33[general]
44# Version
5- version=2.4.1
5+ version=2.4.2
66# Rtkbase upgrade mandatory "checkpoint"
77checkpoint_version=2.5.0
88# User who runs str2str_file service
Original file line number Diff line number Diff line change 11cryptography == 38.0.0
22itsdangerous == 2.1.2
3+ Werkzeug == 2.2.2
34Flask == 2.2.2
45Flask-SocketIO == 5.3.2
56eventlet == 0.33.3
You can’t perform that action at this time.
0 commit comments