[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.22      +6 -0      eda/geda/devel/examples/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/examples/ChangeLog,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- ChangeLog	20 Aug 2005 02:43:43 -0000	1.21
  +++ ChangeLog	22 Jan 2006 13:55:26 -0000	1.22
  @@ -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-08-19 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
   
           * configure.ac: Bumped the package version to 20050820 which will be
  
  
  
  1.11      +3 -3      eda/geda/devel/examples/README
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/examples/README,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- README	15 Mar 2005 03:54:27 -0000	1.10
  +++ README	22 Jan 2006 13:55:26 -0000	1.11
  @@ -4,7 +4,7 @@
   GPL Electronic Design Automation
   ------------------------------------------------------------------------------
   
  -README for examples version 2005* 
  +README for examples version 2006* 
   
   
   This directory contains design examples done with gEDA/gaf.  All designs
  @@ -70,7 +70,7 @@
           COPYING files for more information.
   
           Programs and associated files are:
  -        Copyright 1998-2005 by Ales V. Hvezda and the respective original
  +        Copyright 1998-2006 by Ales Hvezda and the respective original
           authors (which are listed on the respective files)
   
   	All designs are copyright their respective authors. 
  @@ -78,7 +78,7 @@
   
   - Contact information  
   
  -	Ales V. Hvezda 
  +	Ales Hvezda 
           E-mail: ahvezda@xxxxxxxx
           Web: http://www.geda.seul.org/
   
  
  
  
  1.12      +1 -1      eda/geda/devel/examples/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/examples/configure.ac,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- configure.ac	20 Aug 2005 02:43:43 -0000	1.11
  +++ configure.ac	22 Jan 2006 13:55:26 -0000	1.12
  @@ -3,7 +3,7 @@
   AC_CONFIG_SRCDIR([gTAG/gTAG.sch])
   
   PACKAGE=geda-examples
  -VERSION=20050820
  +VERSION=20060123
   echo Configuring $PACKAGE version $VERSION
   
   # Initialize automake