Skip to content

Commit 8551309

Browse files
David BatemanDavid Bateman
authored andcommitted
docs: Bump version
1 parent 9483840 commit 8551309

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Log of the principal changes to the DSAS
22

3+
Version 3.0.1 (04 Mar 2024)
4+
- Timeout looking for upper machine correctly
5+
36
Version 3.0.0 (01 Mar 2024)
47
- Bump version to 3.0.0
58
- Update Tinycore 14.0 -> 15.0

append/usr/local/share/www/Documentation_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ Software impacted by this risk
15441544
| php-cgi | [8.2.0](http://tinycorelinux.net/15.x/x86/tcz/php-8.2-cgi.tcz) | Backend of the administration site |
15451545
| lighttpd | [1.4.58](http://tinycorelinux.net/15.x/x86/tcz/lighttpd.tcz) | Backend of the administration site |
15461546
| Linux PAM | [1.5.3](https://github.com/linux-pam/linux-pam/releases/download/v1.5.3/Linux-PAM-1.5.3.tar.xz) | Authentication on the administration site |
1547-
| DSAS website | [3.0.0](https://gitlab.com/groupe-edf/dsas-tinycore) | Backend and frontend of the administration site |
1547+
| DSAS website | [3.0.1](https://gitlab.com/groupe-edf/dsas-tinycore) | Backend and frontend of the administration site |
15481548

15491549
The DSAS website is specially developed for this project. Static analysis
15501550
of the code and a test suite is used on this code before each release to

append/usr/local/share/www/Documentation_fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ Logiciels impactés par ce risque
16121612
| php-cgi | [8.2.0](http://tinycorelinux.net/15.x/x86/tcz/php-8.2-cgi.tcz) | Backend de la site d'administration |
16131613
| lighttpd | [1.4.58](http://tinycorelinux.net/15.x/x86/tcz/lighttpd.tcz) | Backend de la site d'administration |
16141614
| Linux PAM | [1.5.3](https://github.com/linux-pam/linux-pam/releases/download/v1.5.3/Linux-PAM-1.5.3.tar.xz) | Authentification sur la site d'administration |
1615-
| site web DSAS | [3.0.0](https://gitlab.com/groupe-edf/dsas-tinycore) | Backend et frontend de la site d'administration |
1615+
| site web DSAS | [3.0.1](https://gitlab.com/groupe-edf/dsas-tinycore) | Backend et frontend de la site d'administration |
16161616

16171617
La site web du DSAS est développé spécialement pour ce projet. Une
16181618
analyse statique et suite de test de la code est utilisé à chaque version

js/src/DsasHelp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { modalMessage } from "./DsasModal";
2727
import { failLoggedin, dsasOrigin } from "./DsasUtil";
2828

2929
// DSAS version variable
30-
const dsasVersion = "3.0.0";
30+
const dsasVersion = "3.0.1";
3131

3232
function dsasHeadings() {
3333
const hs = Array.prototype.slice.call(document.querySelectorAll("h1, h2, h3"));

0 commit comments

Comments
 (0)