Update to LBTT 1.2.1
This commit is contained in:
parent
43c9c6faaa
commit
6c2bdf4512
7 changed files with 1022 additions and 542 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
lbtt NEWS -- history of user-visible changes. 30 Aug 2005
|
lbtt NEWS -- history of user-visible changes. 9 Apr 2008
|
||||||
Copyright (C) 2005 Heikki Tauriainen
|
Copyright (C) 2008 Heikki Tauriainen
|
||||||
|
|
||||||
Permission is granted to anyone to make or distribute verbatim copies
|
Permission is granted to anyone to make or distribute verbatim copies
|
||||||
of this document as received, in any medium, provided that the
|
of this document as received, in any medium, provided that the
|
||||||
|
|
@ -12,6 +12,11 @@ Copyright (C) 2005 Heikki Tauriainen
|
||||||
|
|
||||||
Please send bug reports to <heikki.tauriainen@tkk.fi>.
|
Please send bug reports to <heikki.tauriainen@tkk.fi>.
|
||||||
|
|
||||||
|
Version 1.2.1
|
||||||
|
|
||||||
|
* Fix compilation and warnings on GCC 4.3 (thanks to Alexandre Duret-Lutz
|
||||||
|
for the patch).
|
||||||
|
|
||||||
Version 1.2.0
|
Version 1.2.0
|
||||||
|
|
||||||
* This release adds direct support (contributed by Alexandre Duret-Lutz)
|
* This release adds direct support (contributed by Alexandre Duret-Lutz)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
lbtt version 1.2.0
|
lbtt version 1.2.1
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
lbtt is a tool for testing programs that translate formulas
|
lbtt is a tool for testing programs that translate formulas
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.59])
|
AC_PREREQ([2.59])
|
||||||
AC_INIT([lbtt], [1.2.0], [heikki.tauriainen@tkk.fi])
|
AC_INIT([lbtt], [1.2.1], [heikki.tauriainen@tkk.fi])
|
||||||
AC_REVISION([Revision: 1.8])
|
AC_REVISION([Revision: 1.9])
|
||||||
AC_CONFIG_SRCDIR([src/main.cc])
|
AC_CONFIG_SRCDIR([src/main.cc])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
|
||||||
1457
lbtt/doc/texinfo.tex
1457
lbtt/doc/texinfo.tex
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue