From 828393c86c0e307dd859bd345864d81e3dde63c6 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 23 Dec 2018 14:37:32 +0100 Subject: [PATCH] prepare ngspice-30 --- NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index 05b389ff9..7d7cdcb79 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +Ngspice-30, Jan 1st, 2019 +============ + +- New features: + + VDMOS device model has been overhauled extensively + + Add pre-defined variable controlswait to enable running .control sections + after the simulation has finished (shared ngspice only) + + Add an icon to the MS Windows GUI build + + Enable more reliable memory usage data + + Support libtinfo + + add rotation angle to text output, vertcally aligned text for Postscript + and Windows y-axis plot labels + + enable postscript output for extended ascii. Currently only Western + European latin-1 (ISO/IEC 8859-1) encoding is supported + + Ancient Xgraph code removed + +- Bug fixes: + + many bugs fixed (bug tracker nos. 253, 332, 337, 368, 374, 375, 376, 377, 378, + 379, 380, 381, 384, 385, 386) + + memory leaks removed + Ngspice-29, Sept 30th, 2018 ============