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

gEDA-cvs: CVS update: ChangeLog



  User: ahvezda 
  Date: 06/01/22 08:55:26

  Modified:    .        ChangeLog README configure.ac
  Log:
  A bunch of changes in prep for a release along with some minor bug fixes.
  
  Removed some m4 files from CVS (and associated changes) since these files
  
  are installation specific (and are automatically included in the distribution
  
  tarballs).  Updated READMEs.  Bumped version in configure.ac files.
  
  
  
  
  Revision  Changes    Path
  1.71      +6 -0      eda/geda/devel/docs/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/docs/ChangeLog,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -b -r1.70 -r1.71
  --- ChangeLog	7 Nov 2005 01:14:19 -0000	1.70
  +++ ChangeLog	22 Jan 2006 13:55:25 -0000	1.71
  @@ -1,3 +1,9 @@
  +2006-01-16 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
  +
  +        * configure.ac: Bumped package version to 20060123
  +
  +	* README: Updated for the new year and release.
  +
   2005-11-06 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
   
   	* gsch2pcb_tutorial/transistor-guide.html: Fixed link typo. 
  
  
  
  1.12      +3 -3      eda/geda/devel/docs/README
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/docs/README,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- README	15 Mar 2005 03:54:25 -0000	1.11
  +++ README	22 Jan 2006 13:55:25 -0000	1.12
  @@ -4,7 +4,7 @@
   GPL Electronic Design Automation
   ------------------------------------------------------------------------------
   
  -README for docs version 2005* 
  +README for docs version 2006* 
   
   
   This directory contains documentation related to the gEDA project.
  @@ -20,7 +20,7 @@
           COPYING files for more information.
   
   	Programs and associated files are: 
  -	Copyright 1998-2005 by Ales V. Hvezda and the respective
  +	Copyright 1998-2006 by Ales Hvezda and the respective
   	original authors (which are listed on the respective files)
   
   
  @@ -53,7 +53,7 @@
   
   - Contact information  
   
  -	Ales V. Hvezda 
  +	Ales Hvezda 
   	E-mail: ahvezda@xxxxxxxxxxxxx
   	Web: http://www.geda.seul.org/
   
  
  
  
  1.19      +1 -1      eda/geda/devel/docs/configure.ac
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/docs/configure.ac,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- configure.ac	20 Aug 2005 02:43:43 -0000	1.18
  +++ configure.ac	22 Jan 2006 13:55:25 -0000	1.19
  @@ -1,7 +1,7 @@
   # Process this file with autoconf to produce a configure script.
   AC_INIT
   
  -VERSION=20050820
  +VERSION=20060123
   PACKAGE=geda-docs
   echo Configuring $PACKAGE version $VERSION