[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: cnieves
Date: 06/03/06 13:25:21
Modified: . ChangeLog
Log:
Return pintype 'pwr' for hidden pins. Applied patch from Holger Oehm.
Revision Changes Path
1.263 +5 -0 eda/geda/devel/gnetlist/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gnetlist/ChangeLog,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -b -r1.262 -r1.263
--- ChangeLog 3 Mar 2006 19:35:52 -0000 1.262
+++ ChangeLog 6 Mar 2006 18:25:21 -0000 1.263
@@ -1,3 +1,8 @@
+2006-03-06 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+
+ * src/g_netlist.c: Return 'pwr' when getting pintype of a hidden
+ pin. Thanks to Holger Oehm for providing the patch.
+
2006-03-03 Stuart Brorson <sdb [AT] cloud9 [DOT] net>
* configure.ac, parsecmd.c: introduced getopt_long to enable
parsing of long command line flags. Had to change configure.ac