From 30a8ad498d4aef9a85a8e68f9409dc90e86cc857 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 22 Aug 2018 11:33:33 +0300 Subject: Version 2.0.90 --- NEWS | 6 +++++- README | 11 +++++++---- README-alpha | 7 ++++++- README-hacking | 2 +- configure.ac | 2 +- 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 @@ -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 See the end of file for copying conditions. Please send Gamma bug reports to + +Version 2.0.90 (git) + +Rewritten for Guile 2.2. Support for prior Guile versions withdrawn. Version 2.0 diff --git a/README b/README index 14ed675..c6e397c 100644 --- a/README +++ b/README @@ -1,5 +1,4 @@ Gamma README -Copyright (C) 2002, 2004, 2007, 2010 Sergey Poznyakoff See end of file for copying conditions * Introduction @@ -29,7 +28,7 @@ Interfaces to Expat: a library for parsing XML documents. ** (gamma syslog) -Interfaces to syslog(2). +Interfaces to syslog(3). * Uses @@ -42,6 +41,11 @@ For more info on these, see: [2] http://ellinika.gnu.org.ua [3] http://www.runasimi.org +* Prerequisites + +The principal prerequisite is Guile 2.2 or later. Individual modules +may require specific libraries. + * Installation For generic instructions on how to use configure, see the INSTALL file @@ -91,7 +95,6 @@ is equivalent to running ./configure CPPFLAGS="-I/usr/mysql/include -I/usr/pgsql/include" - ** --with-lib-path=PATH Specify additional directories where to look for libraries. PATH is a list of @@ -110,7 +113,7 @@ Send bug reports to . * Copyright information: -Copyright (C) 2002, 2004, 2007, 2010 Sergey Poznyakoff +Copyright (C) 2002-2018 Sergey Poznyakoff Permission is granted to anyone to make or distribute verbatim copies 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. For more information about GIT access, visit 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 The usual procedures apply: @@ -54,7 +59,7 @@ See INSTALL and README for the detailed instructions. * Copyright information: -Copyright (C) 2002, 2004, 2007, 2010 Sergey Poznyakoff +Copyright (C) 2002-2018 Sergey Poznyakoff Permission is granted to anyone to make or distribute verbatim copies 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'. * Copyright information -Copyright (C) 2010 Sergey Poznyakoff +Copyright (C) 2010-2018 Sergey Poznyakoff Permission is granted to anyone to make or distribute verbatim copies 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 . 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) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.1