[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:27
Modified: . ChangeLog 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.37 +6 -0 eda/geda/devel/gattrib/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gattrib/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- ChangeLog 27 Nov 2005 00:15:00 -0000 1.36
+++ ChangeLog 22 Jan 2006 13:55:26 -0000 1.37
@@ -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.13 +2 -2 eda/geda/devel/gattrib/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/gattrib/configure.ac,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- configure.ac 26 Oct 2005 21:27:23 -0000 1.12
+++ configure.ac 22 Jan 2006 13:55:26 -0000 1.13
@@ -4,8 +4,8 @@
AC_PREREQ(2.53)
PACKAGE=geda-gattrib
-GEDA_VERSION=20050820
-GATTRIB_VERSION=20050820
+GEDA_VERSION=20060123
+GATTRIB_VERSION=20060123
echo Configuring $PACKAGE version $GATTRIB_VERSION
echo Part of gEDA version $GEDA_VERSION