]> www.ginac.de Git - ginac.git/commitdiff
prepare for 1.3.1
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Mon, 21 Feb 2005 19:37:56 +0000 (19:37 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Mon, 21 Feb 2005 19:37:56 +0000 (19:37 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 5e389ce79d9cd06034b36b49d2559f6495f0793e..06f80acf5dfbbb8447971e671ffde75f3ba5f761 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
 This file records noteworthy changes.
 
+1.3.1 (<date>)
+* integral() and eval_integ() can be used from ginsh.
+* Integrals can be series-expanded.
+* clifford_moebius_map() accepts a representation label specification.
+* Fixed a library initialization problem.
+* GiNaC compiles from tarball even if lex/flex is missing.
+
 1.3.0 (19 October 2004)
 * The Clifford classes have been generalized to allow working with Clifford
   algebras generated by arbitrary symmetric tensors or matrices. Also, a lot
index 94cb5733b85f23e58cab9a981fd273523e635cdf..24681bcc6b4e5b992b78fa09f89f992981cc099c 100644 (file)
@@ -20,9 +20,9 @@ dnl (don't we all *love* M4?)...
 
 GINACLIB_MAJOR_VERSION=1
 GINACLIB_MINOR_VERSION=3
-GINACLIB_MICRO_VERSION=0
+GINACLIB_MICRO_VERSION=1
 GINACLIB_INTERFACE_AGE=0
-GINACLIB_BINARY_AGE=0
+GINACLIB_BINARY_AGE=1
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
 
 AC_SUBST(GINACLIB_MAJOR_VERSION)