aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-08-22 11:33:33 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-08-22 11:37:09 +0300
commit30a8ad498d4aef9a85a8e68f9409dc90e86cc857 (patch)
tree8ad4b84ad53e116cd3db7ce0ec6deeb5f75801e8
parentf92dfd663dc50d9aac704c8df5ca48f5e35b8571 (diff)
downloadgamma-30a8ad498d4aef9a85a8e68f9409dc90e86cc857.tar.gz
gamma-30a8ad498d4aef9a85a8e68f9409dc90e86cc857.tar.bz2
Version 2.0.90
-rw-r--r--NEWS6
-rw-r--r--README11
-rw-r--r--README-alpha7
-rw-r--r--README-hacking2
-rw-r--r--configure.ac2
5 files changed, 20 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 3b30c1c..62977f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-Gamma NEWS -- history of user-visible changes. 2010-03-20
+Gamma NEWS -- history of user-visible changes. 2018-08-22
Copyright (C) 2004, 2007, 2010 Sergey Poznyakoff
@@ -5,2 +5,6 @@ See the end of file for copying conditions.
Please send Gamma bug reports to <gray+gamma@gnu.org.ua>
+
+Version 2.0.90 (git)
+
+Rewritten for Guile 2.2. Support for prior Guile versions withdrawn.
diff --git a/README b/README
index 14ed675..c6e397c 100644
--- a/README
+++ b/README
@@ -1,3 +1,2 @@
Gamma README
-Copyright (C) 2002, 2004, 2007, 2010 Sergey Poznyakoff
See end of file for copying conditions
@@ -31,3 +30,3 @@ Interfaces to Expat: a library for parsing XML documents.
-Interfaces to syslog(2).
+Interfaces to syslog(3).
@@ -44,2 +43,7 @@ For more info on these, see:
+* Prerequisites
+
+The principal prerequisite is Guile 2.2 or later. Individual modules
+may require specific libraries.
+
* Installation
@@ -93,3 +97,2 @@ is equivalent to running
-
** --with-lib-path=PATH
@@ -112,3 +115,3 @@ Send bug reports to <gray+gamma@gnu.org.ua>.
-Copyright (C) 2002, 2004, 2007, 2010 Sergey Poznyakoff
+Copyright (C) 2002-2018 Sergey Poznyakoff
diff --git a/README-alpha b/README-alpha
index 58303ef..b095aaf 100644
--- a/README-alpha
+++ b/README-alpha
@@ -44,2 +44,7 @@ http://puszcza.gnu.org.ua/git/?group=gamma
+The cloned version must be bootstrapped before building. To do so,
+change to the gamma source tree and run the following command:
+
+ scripts/bootstrap --moddir modules --parents
+
* Building
@@ -56,3 +61,3 @@ See INSTALL and README for the detailed instructions.
-Copyright (C) 2002, 2004, 2007, 2010 Sergey Poznyakoff
+Copyright (C) 2002-2018 Sergey Poznyakoff
diff --git a/README-hacking b/README-hacking
index f9a5c99..c208f79 100644
--- a/README-hacking
+++ b/README-hacking
@@ -40,3 +40,3 @@ For more information about `bootstrap', run `bootstrap --help'.
-Copyright (C) 2010 Sergey Poznyakoff
+Copyright (C) 2010-2018 Sergey Poznyakoff
diff --git a/configure.ac b/configure.ac
index 5ad8cf3..9199646 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,3 +18,3 @@ AC_PREREQ(2.63)
-AC_INIT(gamma, [2.0], [gray+gamma@gnu.org.ua])
+AC_INIT(gamma, [2.0.90], [gray+gamma@gnu.org.ua])
AC_CONFIG_SRCDIR(gamma/guile-sql.h)

Return to:

Send suggestions and report system problems to the System administrator.