[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:28
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.47 +11 -0 eda/geda/devel/geda/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/geda/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- ChangeLog 7 Jan 2006 21:36:44 -0000 1.46
+++ ChangeLog 22 Jan 2006 13:55:27 -0000 1.47
@@ -1,3 +1,14 @@
+2006-01-22 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * autogen.sh, m4/gettext.m4: Removed files from CVS since they are
+ installation specific
+
+2006-01-16 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * configure.ac: Bumped package version to 20060123
+
+ * 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 macros from local m4 dir.
1.5 +1 -1 eda/geda/devel/geda/README
(In the diff below, changes in quantity of whitespace are not shown.)
Index: README
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/geda/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- README 15 Mar 2005 03:54:28 -0000 1.4
+++ README 22 Jan 2006 13:55:27 -0000 1.5
@@ -3,7 +3,7 @@
GPL Electronic Design Automation
------------------------------------------------------------------------------
-README for Project Manager 2005*
+README for Project Manager 2006*
gEDA Suite Project Manager is a start point for everything what you may
1.4 +1 -1 eda/geda/devel/geda/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/geda/autogen.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- autogen.sh 7 Jan 2006 21:36:44 -0000 1.3
+++ autogen.sh 22 Jan 2006 13:55:27 -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.16 +1 -1 eda/geda/devel/geda/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/geda/configure.ac,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- configure.ac 20 Aug 2005 02:43:44 -0000 1.15
+++ configure.ac 22 Jan 2006 13:55:27 -0000 1.16
@@ -2,7 +2,7 @@
AC_INIT(configure.ac)
PACKAGE=geda
-VERSION=20050820
+VERSION=20060123
echo Configuring $PACKAGE version $VERSION
# Initialize automake