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,8 +1,12 @@
1Gamma NEWS -- history of user-visible changes. 2010-03-20 1Gamma NEWS -- history of user-visible changes. 2018-08-22
2Copyright (C) 2004, 2007, 2010 Sergey Poznyakoff 2Copyright (C) 2004, 2007, 2010 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send Gamma bug reports to <gray+gamma@gnu.org.ua> 5Please send Gamma bug reports to <gray+gamma@gnu.org.ua>
6
7Version 2.0.90 (git)
8
9Rewritten for Guile 2.2. Support for prior Guile versions withdrawn.
6 10
7 11
8Version 2.0 12Version 2.0
diff --git a/README b/README
index 14ed675..c6e397c 100644
--- a/README
+++ b/README
@@ -1,5 +1,4 @@
1Gamma README 1Gamma README
2Copyright (C) 2002, 2004, 2007, 2010 Sergey Poznyakoff
3See end of file for copying conditions 2See end of file for copying conditions
4 3
5* Introduction 4* Introduction
@@ -29,7 +28,7 @@ Interfaces to Expat: a library for parsing XML documents.
29 28
30** (gamma syslog) 29** (gamma syslog)
31 30
32Interfaces to syslog(2). 31Interfaces to syslog(3).
33 32
34* Uses 33* Uses
35 34
@@ -42,6 +41,11 @@ For more info on these, see:
42[2] http://ellinika.gnu.org.ua 41[2] http://ellinika.gnu.org.ua
43[3] http://www.runasimi.org 42[3] http://www.runasimi.org
44 43
44* Prerequisites
45
46The principal prerequisite is Guile 2.2 or later. Individual modules
47may require specific libraries.
48
45* Installation 49* Installation
46 50
47For generic instructions on how to use configure, see the INSTALL file 51For generic instructions on how to use configure, see the INSTALL file
@@ -91,7 +95,6 @@ is equivalent to running
91 95
92 ./configure CPPFLAGS="-I/usr/mysql/include -I/usr/pgsql/include" 96 ./configure CPPFLAGS="-I/usr/mysql/include -I/usr/pgsql/include"
93 97
94
95** --with-lib-path=PATH 98** --with-lib-path=PATH
96 99
97Specify additional directories where to look for libraries. PATH is a list of 100Specify additional directories where to look for libraries. PATH is a list of
@@ -110,7 +113,7 @@ Send bug reports to <gray+gamma@gnu.org.ua>.
110 113
111* Copyright information: 114* Copyright information:
112 115
113Copyright (C) 2002, 2004, 2007, 2010 Sergey Poznyakoff 116Copyright (C) 2002-2018 Sergey Poznyakoff
114 117
115 Permission is granted to anyone to make or distribute verbatim copies 118 Permission is granted to anyone to make or distribute verbatim copies
116 of this document as received, in any medium, provided that the 119 of this document as received, in any medium, provided that the
diff --git a/README-alpha b/README-alpha
index 58303ef..b095aaf 100644
--- a/README-alpha
+++ b/README-alpha
@@ -42,6 +42,11 @@ will clone only two recent revisions from the repository.
42For more information about GIT access, visit 42For more information about GIT access, visit
43http://puszcza.gnu.org.ua/git/?group=gamma 43http://puszcza.gnu.org.ua/git/?group=gamma
44 44
45The cloned version must be bootstrapped before building. To do so,
46change to the gamma source tree and run the following command:
47
48 scripts/bootstrap --moddir modules --parents
49
45* Building 50* Building
46 51
47The usual procedures apply: 52The usual procedures apply:
@@ -54,7 +59,7 @@ See INSTALL and README for the detailed instructions.
54 59
55* Copyright information: 60* Copyright information:
56 61
57Copyright (C) 2002, 2004, 2007, 2010 Sergey Poznyakoff 62Copyright (C) 2002-2018 Sergey Poznyakoff
58 63
59 Permission is granted to anyone to make or distribute verbatim copies 64 Permission is granted to anyone to make or distribute verbatim copies
60 of this document as received, in any medium, provided that the 65 of this document as received, in any medium, provided that the
diff --git a/README-hacking b/README-hacking
index f9a5c99..c208f79 100644
--- a/README-hacking
+++ b/README-hacking
@@ -38,7 +38,7 @@ For more information about `bootstrap', run `bootstrap --help'.
38 38
39* Copyright information 39* Copyright information
40 40
41Copyright (C) 2010 Sergey Poznyakoff 41Copyright (C) 2010-2018 Sergey Poznyakoff
42 42
43 Permission is granted to anyone to make or distribute verbatim copies 43 Permission is granted to anyone to make or distribute verbatim copies
44 of this document as received, in any medium, provided that the 44 of this document as received, in any medium, provided that the
diff --git a/configure.ac b/configure.ac
index 5ad8cf3..9199646 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl along with Gamma. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ(2.63) 17AC_PREREQ(2.63)
18 18
19AC_INIT(gamma, [2.0], [gray+gamma@gnu.org.ua]) 19AC_INIT(gamma, [2.0.90], [gray+gamma@gnu.org.ua])
20AC_CONFIG_SRCDIR(gamma/guile-sql.h) 20AC_CONFIG_SRCDIR(gamma/guile-sql.h)
21AC_CONFIG_AUX_DIR([build-aux]) 21AC_CONFIG_AUX_DIR([build-aux])
22AC_CONFIG_MACRO_DIR([m4]) 22AC_CONFIG_MACRO_DIR([m4])

Return to:

Send suggestions and report system problems to the System administrator.