Browse Source

Updated for rework-16

pre-master-46
pnenzi 21 years ago
parent
commit
8e4fb4cef8
  1. 8
      ChangeLog
  2. 24
      NEWS
  3. 2
      configure.in

8
ChangeLog

@ -1,3 +1,7 @@
2005-08-29 Paolo Nenzi <p.nenzi@ieee.org>
============================ Rework-16 ==================================
2005-08-23 Paolo Nenzi <p.nenzi@ieee.org>
* src/xspice/icm/xtradev/aswitch/cfunc.mod: Added minimum on resistance
@ -179,11 +183,11 @@
* src/frontend/numparam/mystring.c - fix for MinGW from Hitoshi Tanaka.
* various files - removal of more warning due to unused varaiables
* various files - removal of more warning due to unused variables
2005-05-21 Steven Borley <steven.borley@virgin.net>
* src/spicelib/devices/vbic/vbicinit.c Fixed a structure initailisation
* src/spicelib/devices/vbic/vbicinit.c Fixed a structure initialisation
problem that occurs when cider is enabled. Also fixes lots of warning
within ciderlib related to unused variables.

24
NEWS

@ -1,10 +1,30 @@
Ng-spice-rework-16
============
Rework-16 comes out after almost one year of CVS development (from
15-fixedRC3). This release improves ngspice in three ways:
- Bug fixing: most of the bugs that affected rework-15 have been fixed,
thus ngspice is more stable, especially the xspice extension, the
subcircuit (X devices) handling and the numparam library.
- New features: netlist syntax has been expandend allowing for end-of-line
comments. A ".global" card has beed added to define global nodes, i.e.
nodes that are not expanded in subcircuits. It is possible to define TC
for resistors on the instance line. The editline library can be used
instead of readline (no more GPL license violation).
- Porting: ngspice now works (with xspice extension) on Windows using
MINGW/MSYS.
Ng-spice-rework-15
============
Rework-15 release is a giant leap forward for ngspice. It incorporates
many (read most) of the improvements implemented in tclspice during the
two years long "sleep" of ngspice and adds many others. The incomplete of
new features incorporated are:
two years long "sleep" of ngspice and adds many others. The incomplete
list of new features incorporated are:
- Xspice simulator (with codemodel dynamic loading support):
a mixed signal simulator built upon spice3.

2
configure.in

@ -12,7 +12,7 @@ dnl Initialisation
dnl ---------------
dnl Initialisation of configure
AC_INIT(ng-spice-rework,15,ngspice-bugs@lists.sourceforge.net)
AC_INIT(ng-spice-rework,16,ngspice-bugs@lists.sourceforge.net)
dnl Unique file in the source directory
AC_CONFIG_SRCDIR([src/ngspice.c])

Loading…
Cancel
Save