[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:31
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.430 +16 -0 eda/geda/devel/gschem/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/ChangeLog,v
retrieving revision 1.429
retrieving revision 1.430
diff -u -b -r1.429 -r1.430
--- ChangeLog 13 Jan 2006 16:55:52 -0000 1.429
+++ ChangeLog 22 Jan 2006 13:55:30 -0000 1.430
@@ -1,3 +1,19 @@
+2006-01-22 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * autogen.sh, m4/guile.m4, m4/gettext.m4, src/Makefile.am: Removed
+ m4 files since they are installation specifc. Also, all required
+ libraries should be coming from LIBGEDA_LDFLAGS
+
+2006-01-16 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * configure.ac: Bumped package version to 20060123
+
+ * noweb/x_fileselect.nw: Changed button order to be Open/Cancel and
+ Save/Cancel. This is so that the application's dialog boxes are
+ consistent everywhere.
+
+ * README: Updated for the new year and release.
+
2006-01-13 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* po/es_ES.po: Updated the spanish translation.
1.21 +5 -3 eda/geda/devel/gschem/README
(In the diff below, changes in quantity of whitespace are not shown.)
Index: README
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/README,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- README 22 May 2005 21:24:19 -0000 1.20
+++ README 22 Jan 2006 13:55:31 -0000 1.21
@@ -4,7 +4,7 @@
GPL Electronic Design Automation
------------------------------------------------------------------------------
-README for gschem version 2005*
+README for gschem version 2006*
- Installation
@@ -57,7 +57,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
@@ -81,7 +83,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)
1.4 +1 -1 eda/geda/devel/gschem/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/gschem/autogen.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- autogen.sh 7 Jan 2006 21:34:20 -0000 1.3
+++ autogen.sh 22 Jan 2006 13:55:31 -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 +1 -1 eda/geda/devel/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/devel/gschem/configure.ac,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- configure.ac 30 Oct 2005 22:15:13 -0000 1.24
+++ configure.ac 22 Jan 2006 13:55:31 -0000 1.25
@@ -4,7 +4,7 @@
AC_PREREQ(2.54)
PACKAGE=geda-gschem
-VERSION=20050820
+VERSION=20060123
echo Configuring $PACKAGE version $VERSION
# Initialize automake