[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:34
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.198 +6 -0 eda/geda/devel/symbols/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/symbols/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -b -r1.197 -r1.198
--- ChangeLog 9 Dec 2005 18:40:11 -0000 1.197
+++ ChangeLog 22 Jan 2006 13:55:34 -0000 1.198
@@ -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-12-09 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* analog/current-1.sym, analog/nmos-2.sym, analog/npn-1.sym,
analog/npn-2.sym, analog/npn-3.sym, analog/npn-IGBT-1.sym,
1.16 +2 -2 eda/geda/devel/symbols/README
(In the diff below, changes in quantity of whitespace are not shown.)
Index: README
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/symbols/README,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- README 22 May 2005 21:25:16 -0000 1.15
+++ README 22 Jan 2006 13:55:34 -0000 1.16
@@ -4,7 +4,7 @@
GPL Electronic Design Automation
------------------------------------------------------------------------------
-README for symbols version 2005*
+README for symbols version 2006*
- Installation
@@ -28,7 +28,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.19 +1 -1 eda/geda/devel/symbols/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/symbols/configure.ac,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- configure.ac 20 Aug 2005 02:43:46 -0000 1.18
+++ configure.ac 22 Jan 2006 13:55:34 -0000 1.19
@@ -4,7 +4,7 @@
AC_PREREQ(2.54)
PACKAGE=geda-symbols
-VERSION=20050820
+VERSION=20060123
echo Configuring $PACKAGE version $VERSION
# Initialize automake stuff