[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:35

  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.116     +6 -0      eda/geda/devel/utils/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/utils/ChangeLog,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -u -b -r1.115 -r1.116
  --- ChangeLog	27 Nov 2005 00:15:11 -0000	1.115
  +++ ChangeLog	22 Jan 2006 13:55:34 -0000	1.116
  @@ -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-27 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
   	* src/globals.c: Added setting of load_newer_backup_func to NULL.
   	It is needed now libgeda checks for autosave backup files when
  
  
  
  1.25      +2 -2      eda/geda/devel/utils/README
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/utils/README,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- README	18 Aug 2005 18:25:18 -0000	1.24
  +++ README	22 Jan 2006 13:55:35 -0000	1.25
  @@ -3,7 +3,7 @@
   GPL Electronic Design Automation
   ------------------------------------------------------------------------------
   
  -README for misc utilities versions 2005*
  +README for misc utilities versions 2006*
   
   
   - Installation
  @@ -222,7 +222,7 @@
           COPYING files for more information.
   
   	Programs and associated files are:
  -	Copyright 1998-2005 by Ales Hvezda and the respective original
  +	Copyright 1998-2006 by Ales Hvezda and the respective original
   	authors (which are listed on the respective files)
   
   	mk_sym is Copyright 1999 by Jerry O'Keefe
  
  
  
  1.24      +1 -1      eda/geda/devel/utils/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/utils/configure.ac,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- configure.ac	20 Aug 2005 02:43:47 -0000	1.23
  +++ configure.ac	22 Jan 2006 13:55:35 -0000	1.24
  @@ -4,7 +4,7 @@
   AC_PREREQ(2.54)
   
   PACKAGE=geda-utils
  -VERSION=20050820
  +VERSION=20060123
   echo Configuring $PACKAGE version $VERSION
   
   # Initialize automake