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

  Modified:    .        ChangeLog README autogen.sh 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.287     +12 -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.286
  retrieving revision 1.287
  diff -u -b -r1.286 -r1.287
  --- ChangeLog	7 Jan 2006 21:29:17 -0000	1.286
  +++ ChangeLog	22 Jan 2006 13:55:33 -0000	1.287
  @@ -1,3 +1,15 @@
  +2006-01-22 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
  +
  +	* autogen.sh, m4/gettext.m4: Removed m4 files since they are 
  +	installation specific
  +
  +2006-01-16 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
  +
  +        * configure.ac: Bumped package version to 20060123 and also 
  +	change the shared library's version to 25:0:0
  +
  +        * README: Updated for the new year and release.
  +
   2006-01-07 Stuart Brorson <sdb AT cloud9 DOT net>
   	* autogen.sh, m4/gettext.m4: Included "-I m4" into
   	aclocal to pick up gettext.m4 from local dir.
  
  
  
  1.21      +5 -3      eda/geda/devel/libgeda/README
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/README,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- README	22 May 2005 21:16:04 -0000	1.20
  +++ README	22 Jan 2006 13:55:33 -0000	1.21
  @@ -4,7 +4,7 @@
   GPL Electronic Design Automation
   ------------------------------------------------------------------------------
   
  -README for libgeda version 2005* 
  +README for libgeda version 2006* 
   
   
   - Installation
  @@ -51,7 +51,9 @@
   	for LibStroke is: http://www.etla.net/libstroke/
   
   	libgdgeda 2.0.15 [OPTIONAL] - if you want the ability to write png 
  -	images.  libgdgeda is based on gd 2.0.9  The homepage for gd 2.0.x is
  +	images.  New versions of libgeda/gschem write png using internal code,
  +	so you will still be able to create png images without using libgdgeda. 
  +        libgdgeda is based on gd 2.0.15  The homepage for gd 2.0.x is
   	http://www.boutell.com/gd  You can find libgdgeda on the gEDA
   	website: http://www.geda.seul.org/dist
   
  @@ -75,7 +77,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)
   
   
  
  
  
  1.4       +1 -1      eda/geda/devel/libgeda/autogen.sh
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: autogen.sh
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/autogen.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- autogen.sh	7 Jan 2006 21:29:17 -0000	1.3
  +++ autogen.sh	22 Jan 2006 13:55:33 -0000	1.4
  @@ -87,7 +87,7 @@
       echo processing $dr
       ( cd $dr
   
  -      aclocalinclude="-I m4 $ACLOCAL_FLAGS"
  +      aclocalinclude="$ACLOCAL_FLAGS"
   
         if grep "^AM_GNU_GETTEXT" $configure_script >/dev/null; then
   	echo "autogen.sh running: autopoint ..." 
  
  
  
  1.25      +2 -2      eda/geda/devel/libgeda/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/libgeda/configure.ac,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- configure.ac	20 Aug 2005 02:43:46 -0000	1.24
  +++ configure.ac	22 Jan 2006 13:55:33 -0000	1.25
  @@ -4,8 +4,8 @@
   AC_PREREQ(2.54)
   
   PACKAGE=libgeda
  -VERSION=20050820
  -SHARED_LIBRARY_VERSION=24:0:0
  +VERSION=20060123
  +SHARED_LIBRARY_VERSION=25:0:0
   echo Configuring $PACKAGE version $VERSION
   
   # Init automake