[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: ChangeLog



  User: ahvezda 
  Date: 06/08/24 21:00:07

  Modified:    .        ChangeLog INSTALL configure.ac
  Log:
  Fixed a few Makefiles to allow make distcheck to work again.  Bumped version 
  
  numbers again, fixed a component update bug, and bunch of other last minute
  
  piddly fixes.
  
  
  
  
  Revision  Changes    Path
  1.486     +20 -0     eda/geda/gaf/gschem/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/ChangeLog,v
  retrieving revision 1.485
  retrieving revision 1.486
  diff -u -b -r1.485 -r1.486
  --- ChangeLog	22 Aug 2006 03:01:21 -0000	1.485
  +++ ChangeLog	25 Aug 2006 01:00:06 -0000	1.486
  @@ -1,3 +1,23 @@
  +2006-08-24 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
  +
  +	* INSTALL: Updated install file a little (still somewhat dated)
  +
  +	* src/o_misc.c: Fixed o_update_component to actually work correctly.
  +	All this time, it was just doing the wrong thing by search for
  +	existing components in the wrong place.  Update Component still 
  +	doesn't do the right thing for symversion, but that can be fixed 
  +	later.
  +
  +	* examples/filter_1.sch: Updated all components to the latest version.
  +
  +	* examples/drawing_primitives.sch: Translated schematic a little so
  +	it looks better on the screen.
  +
  +2006-08-22 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
  +
  +	* src/Makefile.am: Removed old VPATH, since it is no longer needed
  +	and it is interfering with make distcheck
  +
   2006-08-21 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
   
           * README: Updated the README a little to be ready for the next
  
  
  
  1.8       +5 -5      eda/geda/gaf/gschem/INSTALL
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: INSTALL
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/INSTALL,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- INSTALL	11 Jan 2004 21:20:16 -0000	1.7
  +++ INSTALL	25 Aug 2006 01:00:06 -0000	1.8
  @@ -6,7 +6,7 @@
   Installation instructions 
   
   Please see the end of this file for platform / vendor specific hints and 
  -tips.
  +tips.  Also please read the README file in this same directory.
   
   -----------------------------------------------------------------------------
   Quick Ref:
  @@ -17,10 +17,10 @@
   
   In order to build gschem you must install the following packages first:
   
  -	GLIB 1.2.x
  -	GTK+ 1.2.x
  -	guile 1.4.x or 1.6.x
  -	libgeda
  +	GLIB 2.4.x
  +	GTK+ 2.4.x and all dependancies
  +	guile 1.6.x or later
  +	libgeda (match version and must be installed first)
   	symbols
   	LibStroke 0.5.1  (optional)
           libgdgeda 2.0.15 (optional; you also need zlib and libpng for this lib)
  
  
  
  1.29      +1 -1      eda/geda/gaf/gschem/configure.ac
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/configure.ac,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- configure.ac	22 Aug 2006 03:01:21 -0000	1.28
  +++ configure.ac	25 Aug 2006 01:00:06 -0000	1.29
  @@ -4,7 +4,7 @@
   AC_PREREQ(2.54)
   
   PACKAGE=geda-gschem
  -VERSION=20060821
  +VERSION=20060824
   echo Configuring $PACKAGE version $VERSION
   
   # Initialize automake 
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs