[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 06/08/21 23:01:22
Modified: . ChangeLog README configure.ac
Log:
Prep work for next release of gEDA/gaf
Revision Changes Path
1.325 +11 -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.324
retrieving revision 1.325
diff -u -b -r1.324 -r1.325
--- ChangeLog 6 Aug 2006 19:23:19 -0000 1.324
+++ ChangeLog 22 Aug 2006 03:01:21 -0000 1.325
@@ -1,3 +1,14 @@
+2006-08-21 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * README: Updated the README a little to be ready for the next
+ release.
+
+2006-08-19 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * configure.ac: Bumped version number to 20060821 in prep for the
+ next gEDA/gaf release. Also changed the so version of libgeda to
+ 26:0:0
+
2006-08-06 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
* src/*.c: Applied Patch#1533798: Remove pre-GTK2 code from geda
1.22 +8 -22 eda/geda/gaf/libgeda/README
(In the diff below, changes in quantity of whitespace are not shown.)
Index: README
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/README,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- README 22 Jan 2006 13:55:33 -0000 1.21
+++ README 22 Aug 2006 03:01:21 -0000 1.22
@@ -4,7 +4,7 @@
GPL Electronic Design Automation
------------------------------------------------------------------------------
-README for libgeda version 2006*
+README for libgeda
- Installation
@@ -20,13 +20,7 @@
- Enough RAM for X (usually 16 Mbytes but 32 Mbytes recommended)
Running UNIX:
- - Semi recent version of UNIX
- - Compiled on:
- FreeBSD (2.2.5)
- Linux (2.0, 2.2, 2.4) (and highly tested)
- Solaris (2.5)
- SunOS (4.1.3)
- HP-UX (9.07)
+ - Semi recent version of Unix or Linux
The X window system
- A resolution of at least 800x600
@@ -35,11 +29,11 @@
A C compiler (that understands ANSI, like gcc)
- GLIB version 2.2.x or later (and anything glib requires)
+ GLIB version 2.4.x or later (and anything glib requires)
GLIB version 1.2.x is no longer supported.
Glib can be found at ftp://ftp.gtk.org/pub/gtk
- GTK+ version 2.2.x or later (and anything gtk requires)
+ GTK+ version 2.4.x or later (and anything gtk requires)
GTK+ version 1.2.x is no longer supported.
Gtk can be found at: ftp://ftp.gtk.org/pub/gtk
@@ -84,19 +78,11 @@
- gEDA Internet resources
- Homepage: http://www.geda.seul.org
+ Homepage: http://geda.seul.org
- Mailing list info
+ Mailing lists: http://geda.seul.org/mailinglist
- See: http://www.geda.seul.org/mailinglist
+ For any questions related to gEDA/gaf, please subscribe and post
+ to the "geda-user" mailing list.
- Many thanks to the SEUL project for hosting gEDA!
-
-
-
-- Contact information
-
- Ales Hvezda
- E-mail: ahvezda@xxxxxxxxxxxxx
- Web: http://www.geda.seul.org/
1.29 +2 -2 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.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- configure.ac 5 Jul 2006 03:13:38 -0000 1.28
+++ configure.ac 22 Aug 2006 03:01:21 -0000 1.29
@@ -4,8 +4,8 @@
AC_PREREQ(2.54)
PACKAGE=libgeda
-VERSION=20060123
-SHARED_LIBRARY_VERSION=25:0:0
+VERSION=20060821
+SHARED_LIBRARY_VERSION=26:0:0
echo Configuring $PACKAGE version $VERSION
# Init automake
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs