aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-20 15:55:58 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-20 15:57:56 +0200
commit45f6d751fc2a585efaad9c210734914270be0ad7 (patch)
treee3daef817f872c68ea57879c89331b50e6de3915
parent64fc02b811f0ba797c221912fbb1685857893ac0 (diff)
downloadgamma-45f6d751fc2a585efaad9c210734914270be0ad7.tar.gz
gamma-45f6d751fc2a585efaad9c210734914270be0ad7.tar.bz2
Version 2.0
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--examples/Makefile.am2
3 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 3cd6491..3b30c1c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,15 @@
-Gamma NEWS -- history of user-visible changes. 2010-03-15
+Gamma NEWS -- history of user-visible changes. 2010-03-20
Copyright (C) 2004, 2007, 2010 Sergey Poznyakoff
See the end of file for copying conditions.
-Please send radius bug reports to <gray@gnu.org.ua>
+Please send Gamma bug reports to <gray+gamma@gnu.org.ua>
-Version 1.99.99
+Version 2.0
* New modules: expat and syslog
+* SQL module mostly rewritten.
+* Added documentation
Version 1.1 (CVS)
diff --git a/configure.ac b/configure.ac
index 483b882..414189e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl along with Gamma. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT(gamma, [1.99.99], [gray+gamma@gnu.org.ua])
+AC_INIT(gamma, [2.0], [gray+gamma@gnu.org.ua])
AC_CONFIG_SRCDIR(src/guile-sql.h)
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/examples/Makefile.am b/examples/Makefile.am
index a2734f9..851d99d 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -19,5 +19,5 @@ EXTRA_DIST = \
xmlck.scm\
xml-check.scm\
xml-struct.scm\
- expat-version.scm\
+ expat-info.scm\
README

Return to:

Send suggestions and report system problems to the System administrator.