git://www.ginac.de
/
ginac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
44f71c7
)
Preparing for release 1.5.3.
release_1-5-3
author
Jens Vollinga
<jensv@nikhef.nl>
Thu, 30 Jul 2009 17:04:32 +0000
(19:04 +0200)
committer
Jens Vollinga
<jensv@nikhef.nl>
Thu, 30 Jul 2009 17:04:32 +0000
(19:04 +0200)
NEWS
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index b210bf3d2d5d1fb33964cc17402a8dd5ed5eeade..ba78d89eb100586a8186cfac83dd25fa64a3cbde 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1,5
+1,9
@@
This file records noteworthy changes.
This file records noteworthy changes.
+1.5.3 (30 July 2009)
+* The parser now understands user-defined functions by default. The identifier
+ names can now contain underscores.
+
1.5.2 (10 July 2009)
* Fixed documentation of return_type_info()
* Fixed cstdio include issue.
1.5.2 (10 July 2009)
* Fixed documentation of return_type_info()
* Fixed cstdio include issue.
diff --git
a/configure.ac
b/configure.ac
index b2a8e84e2ec3a97411c5c1985923dc4da6f32b38..565f4e636c2695f70e0cc6519c619e38f779d029 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3,7
+3,7
@@
dnl Process this file with autoconf to produce a configure script.
dnl GiNaC version number
m4_define([ginac_major_version], [1])
m4_define([ginac_minor_version], [5])
dnl GiNaC version number
m4_define([ginac_major_version], [1])
m4_define([ginac_minor_version], [5])
-m4_define([ginac_micro_version], [
2
])
+m4_define([ginac_micro_version], [
3
])
m4_define([ginac_version], [ginac_major_version.ginac_minor_version.ginac_micro_version])
m4_define([ginac_release], [ginac_major_version.ginac_minor_version])
m4_define([ginac_version], [ginac_major_version.ginac_minor_version.ginac_micro_version])
m4_define([ginac_release], [ginac_major_version.ginac_minor_version])
@@
-26,7
+26,7
@@
dnl for numbers that are omitted, except for shrinking the available space
dnl of leftover numbers. Not something we need to worry about yet. ;-)
m4_define([ginac_lt_current], [0])
m4_define([ginac_lt_age], [0])
dnl of leftover numbers. Not something we need to worry about yet. ;-)
m4_define([ginac_lt_current], [0])
m4_define([ginac_lt_age], [0])
-m4_define([ginac_lt_revision], [
2
])
+m4_define([ginac_lt_revision], [
3
])
AC_INIT([GiNaC], ginac_version, [<ginac-list@ginac.de>])
AC_PREREQ(2.59)
AC_INIT([GiNaC], ginac_version, [<ginac-list@ginac.de>])
AC_PREREQ(2.59)