doc index update

This commit is contained in:
stefan schippers 2024-11-13 11:18:58 +01:00
parent 4e0d7beca3
commit 658dd6160b
2 changed files with 29 additions and 39 deletions

View File

@ -68,92 +68,92 @@
margin-right: auto;border: groove 2px;" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td ><b>date</b>
<td><b>date</b>
</td>
<td ><b>version</b>
<td><b>version</b>
</td>
<td style="text-align: left;"><b>notes</b>
</td>
</tr>
<tr>
<td >19980804
<td>19980804
</td>
<td >0.1
<td>0.1
</td>
<td >First draft
<td>First draft
</td>
</tr>
<tr>
<td >20040202
<td>20040202
</td>
<td >1.0
<td>1.0
</td>
<td >First release
<td>First release
</td>
</tr>
<tr>
<td >20161203<br>
<td>20161203<br>
</td>
<td >2.0<br>
<td>2.0<br>
</td>
<td >Second release, uploading on sourceforge<br>
<td>Second release, uploading on sourceforge<br>
</td>
</tr>
<tr>
<td >20200217<br>
<td>20200217<br>
</td>
<td >2.9.5<br>
<td>2.9.5<br>
</td>
<td >2.9.5 release, uploading on repo.hu and sourceforge<br>
<td>2.9.5 release, uploading on repo.hu and sourceforge<br>
</td>
</tr>
<tr>
<td >20210211<br>
<td>20210211<br>
</td>
<td >2.9.9<br>
<td>2.9.9<br>
</td>
<td >2.9.9 release, skywater 130nm pdk integration<br>
<td>2.9.9 release, skywater 130nm pdk integration<br>
</td>
</tr>
<tr>
<td >20210911<br>
<td>20210911<br>
</td>
<td >3.0.0<br>
<td>3.0.0<br>
</td>
<td >3.0.0 release, now including windows binary distribution<br>
<td>3.0.0 release, now including windows binary distribution<br>
</td>
</tr>
<tr>
<td >20220721<br>
<td>20220721<br>
</td>
<td >3.1.0<br>
<td>3.1.0<br>
</td>
<td >3.1.0 release, ability to display simulation graphs and embeded images/logos<br>
<td>3.1.0 release, ability to display simulation graphs and embeded images/logos<br>
</td>
</tr>
<tr>
<td >20230521<br>
<td>20230521<br>
</td>
<td >3.4.0<br>
<td>3.4.0<br>
</td>
<td >3.4.0 release, instance based implementation selection, graph exporting in svg and pdf,
<td>3.4.0 release, instance based implementation selection, graph exporting in svg and pdf,
much more schematic annotation (live transient/sweep annotation), schematic/symbol PCELLS
</td>
</tr>
<tr>
<td ><br>
<td><br>
</td>
<td ><br>
<td><br>
</td>
<td ><br>
<td><br>
</td>
</tr>
</tbody>

View File

@ -296,16 +296,6 @@ int hook_detect_target()
require("parsgen/flex/presents", 0, 1);
require("parsgen/bison/presents", 0, 1);
require("libs/script/tk/*", 0, 1); /* this will also bring libs/script/tcl/* */
/*
* if(!strstr(get("/host/libs/script/tcl/ldflags"),"-ltcl9.") && istrue(get("/local/xschem/debug"))) {
* if(require("cc/argstd/std_c89", 0, 0) == 0) {
* append("cc/cflags", " ");
* append("cc/cflags", get("cc/argstd/std_c89"));
* }
* }
*/
require("fstools/awk", 0, 1);
require("libs/gui/xpm/*", 0, 1);
require("libs/gui/cairo/*", 0, 0);