Changed bug reports address.

This commit is contained in:
pnenzi 2004-09-01 19:05:40 +00:00
parent 6f2b5e2648
commit eaa98b5eb6
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-09-01 Paolo Nenzi <p.nenzi@ieee.org>
* src/conf.c: Modified bug reports address. Now it points to a
mailing list dedicated to bug reports.
2004-08-29 Paolo Nenzi <p.nenzi@ieee.org>
* src/fronted/aspice.c: Added a define for FreeBSD (from

View File

@ -5,7 +5,7 @@
#include "conf.h"
char Spice_Version[] = VERSION;
char Spice_Notice[] = "Please submit bug-reports to: ngspice-devel@lists.sourceforge.net";
char Spice_Notice[] = "Please submit bug-reports to: ngspice-bugs@lists.sourceforge.net";
char Spice_Build_Date[] = NGSPICEBUILDDATE;
/*
char *Spice_Exec_Dir = "/spice_win/bin";
@ -23,7 +23,7 @@ int AsciiRawFile = 0;
#endif
char *Bug_Addr = "ngspice-devel@lists.sourceforge.net";
char *Bug_Addr = "ngspice-bugs@lists.sourceforge.net";
char *Spice_Host = "";
char *Spiced_Log = "";