diff --git a/ChangeLog b/ChangeLog index 34b65cc2e..99bc17f6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 , diff --git a/NEWS b/NEWS index f47ccc671..959971f27 100644 --- a/NEWS +++ b/NEWS @@ -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 ============