[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 06/08/24 21:00:12
Modified: . ChangeLog INSTALL configure.ac
Log:
Fixed a few Makefiles to allow make distcheck to work again. Bumped version
numbers again, fixed a component update bug, and bunch of other last minute
piddly fixes.
Revision Changes Path
1.326 +8 -0 eda/geda/gaf/libgeda/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/ChangeLog,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -b -r1.325 -r1.326
--- ChangeLog 22 Aug 2006 03:01:21 -0000 1.325
+++ ChangeLog 25 Aug 2006 01:00:12 -0000 1.326
@@ -1,3 +1,11 @@
+2006-08-22 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * src/Makefile.am: Removed old VPATH, since it is no longer needed
+ and it is interfering with make distcheck
+
+ * share/Makefile.am: Added prolog.ps to EXTRA_DIST to make distcheck
+ happy (and it was missing from the dist in general).
+
2006-08-21 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
* README: Updated the README a little to be ready for the next
1.9 +6 -6 eda/geda/gaf/libgeda/INSTALL
(In the diff below, changes in quantity of whitespace are not shown.)
Index: INSTALL
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/INSTALL,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- INSTALL 11 Jan 2004 21:11:59 -0000 1.8
+++ INSTALL 25 Aug 2006 01:00:12 -0000 1.9
@@ -6,7 +6,7 @@
Installation instructions
Please see the end of this file for platform / vendor specific hints and
-tips.
+tips. Also please read the README file in this same directory.
-----------------------------------------------------------------------------
Quick Ref:
@@ -20,9 +20,9 @@
In order to build libgeda you must install the following packages first:
- GLIB 1.2.x
- GTK+ 1.2.x
- guile 1.4.x or 1.6.x
+ GLIB 2.4.x
+ GTK+ 2.4.x and all dependancies
+ guile 1.6.x or later
LibStroke 0.5.1 (optional)
libgdgeda 2.0.15 (optional; you also need zlib and libpng for this lib)
1.30 +1 -1 eda/geda/gaf/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/gaf/libgeda/configure.ac,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- configure.ac 22 Aug 2006 03:01:21 -0000 1.29
+++ configure.ac 25 Aug 2006 01:00:12 -0000 1.30
@@ -4,7 +4,7 @@
AC_PREREQ(2.54)
PACKAGE=libgeda
-VERSION=20060821
+VERSION=20060824
SHARED_LIBRARY_VERSION=26:0:0
echo Configuring $PACKAGE version $VERSION
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs