From c733b76996d9b9b25455d999c31d85c13a549d14 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sat, 25 Sep 2010 16:50:08 +0000 Subject: [PATCH] version 22 --- BUGS | 14 ++++++-------- ChangeLog | 5 +++-- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/BUGS b/BUGS index 16cacbfb7..6f6906e43 100644 --- a/BUGS +++ b/BUGS @@ -3,16 +3,11 @@ This file contains a list of known but not yet fixed bugs in ngspice. How to submit a bug report: -There are three ways to report a bug you have discovered in ngspice: +There are two methods to report a bug you have discovered in ngspice: * Bug tracker: This is the preferred method of reporting a bug. - Using the tracker on Sourceforge.ner site will make your report + Using the tracker on Sourceforge.net site will make your report open by everyone and the chances of finding a fix will increase. - - * ngspice-bugs list: If you have used ngspice, you probably noticed - that the banner that appears when ngspice starts says that you can - send bug reports to the ngspice-bugs@lists.sourceforge.net address. - This is the address of a mailing list dedicated to receive bug reports. * ngspice-devel list: If you are a member of this list, you can write directly to the developers' list. Do not subscribe to the list only @@ -29,7 +24,7 @@ OPEN BUGS: * return value: When ngspice is called in batch mode it returns 1 even if the simulations - are run. The problem arise when there is a .control section but no + are run. The problem arises when there is a .control section but no .print, .plot or .fourier lines. Ngspice outputs: Note: No ".plot", ".print", or ".fourier" lines; no simulations run @@ -37,3 +32,6 @@ OPEN BUGS: and exits returning 1. Workaround: add -r to the command line to avoid this. + +* please refer to the sourceforge bug tracker at + http://sourceforge.net/tracker/?group_id=38962&atid=423915 diff --git a/ChangeLog b/ChangeLog index 48a63e33a..19846e989 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,10 @@ ============================ Rework-22 ================================== -2010-09-23 Holger Vogt +2010-09-25 Holger Vogt * conf.c, conf.h, ngspice.h, visualc/config.h, configure.ac: update welcome message, version 22 - * FAQ, COPYING, NEWS, INSTALL, README, README.tcl: update to version 22 + * FAQ, COPYING, NEWS, INSTALL, README, README.tcl, BUGS: + update to version 22 * examples/Monte_Carlo: new folder with example files 2010-09-23 Robert Larice