update version 22

This commit is contained in:
h_vogt 2010-09-25 14:43:48 +00:00
parent 683d57c271
commit 5a9f70eb8c
2 changed files with 21 additions and 1 deletions

View File

@ -1,7 +1,7 @@
2010-09-23 Holger Vogt
* conf.c, conf.h, ngspice.h, visualc/config.h, configure.ac:
update welcome message, version 22
* FAQ, COPYING
* FAQ, COPYING, NEWS: update to version 22
2010-09-23 Robert Larice
* Makefile.am ,

20
NEWS
View File

@ -1,3 +1,23 @@
Ngspice-22, Sept 26th, 2010
============
- New features:
+ OpenMP multicore support for BSIM3, BSIM4, and BSIMSOI4
+ reinstate {$var} expansion in interactive interpreter
+ .TITLE line added
+ update to 'spectrum' script
+ par('expression') in .four, .plot, .print, .meas, .save commands
+ command 'option' for use in spinit, .spiceinit, and in scripts
+ adms procedure updated
+ new random number generator, random functions sunif() and sgauss()
+ ngspice manual updated
- Bug fixes:
+ Major code cleanup to reduce compiler/linker warnings: ansi function prototypes,
void/char pointers to named pointers, explicit type casts and many more
+ Many small bugs
Ng-spice-rework-21, Jun3, 13th 2010
============