Skip to content

Commit

Permalink
Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Dec 3, 2020
1 parent 554e1c1 commit 27a722d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 0 additions & 6 deletions conf-templates/nginx_https.conf
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# }

# # blocks access to files
# location ~ /() {
# deny all;
# return 404;
# }

# #error_page 404 /404.html;

# # redirect server error pages to the static page /50x.html
Expand Down
8 changes: 8 additions & 0 deletions platform-windows/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ Inkscape+SAGE:

-------------------------------------------------------------------

Notes for version 0.4:

- Role based access control (RBAC) now manages driver instances.
- Better install and uninstall.
- Various minor enhancements and fixes.

-------------------------------------------------------------------

Notes for version 0.3:

- Role based access control (RBAC), user authentication (JWT).
Expand Down
2 changes: 1 addition & 1 deletion src/htdocs/images.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var Imgs =
MOVE_ID: 'images/move.svg',
ZOOMIN_ID: 'images/zoom-in.svg',
ZOOMOUT_ID: 'images/zoom-out.svg',
EMPRESA_ID: 'images/ceee.svg',
EMPRESA_ID: 'images/json-scada.svg',
PRODUTO_ID: 'images/json-scada.svg',
CORFUNDO_ID: 'images/screen2.svg',
AJUDA_ID: 'images/help2.svg',
Expand Down

0 comments on commit 27a722d

Please sign in to comment.