[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 05/10/30 17:15:14
Modified: . ChangeLog
Log:
Fixed a core dump if the gschem.log file isn't writable. Also removed
unnecessary gschem/configure.ac checks
Revision Changes Path
1.279 +5 -0 eda/geda/devel/libgeda/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/ChangeLog,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -b -r1.278 -r1.279
--- ChangeLog 28 Oct 2005 22:26:33 -0000 1.278
+++ ChangeLog 30 Oct 2005 22:15:14 -0000 1.279
@@ -1,3 +1,8 @@
+2005-10-30 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * noweb/s_log.nw: Added an if to get rid of an assert from glib if
+ the logfile_fd is not initialized. Bug reported by John Luciani.
+
2005-10-29 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* include/defines.h, include/prototype.h, include/struct.h,
noweb/f_basic.nw, noweb/s_page.nw, noweb/s_toplevel.nw,