diff --git a/ChangeLog b/ChangeLog index f0746af..7a5c590 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-01-04 Richard Kreckel + + * autoconf/autoconf.m4f: get brutal in order to adhere to FHS. + * Version 1.1.4 released. + 2002-01-03 Richard Kreckel * autoconf/acinclude.m4: revamp MPN-matcher. diff --git a/NEWS b/NEWS index 1cd107b..327320d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +2002-01-04, version 1.1.4 +========================= + +Other changes +------------- + +* Fix compilation issues with GMP-4.0 and on IBM s390. + +* Updated infrastructure to autoconf-2.52. + + 2001-11-05, version 1.1.3 ========================= diff --git a/doc/cln.tex b/doc/cln.tex index 73b0e3e..13dd990 100644 --- a/doc/cln.tex +++ b/doc/cln.tex @@ -35,7 +35,7 @@ Published by Bruno Haible, @code{} and Richard Kreckel, @code{}. Copyright (C) Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001. -Copyright (C) Richard Kreckel 2000, 2001. +Copyright (C) Richard Kreckel 2000, 2001, 2002. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice diff --git a/src/base/cl_free.cc b/src/base/cl_free.cc index e7532cb..df2a4b5 100644 --- a/src/base/cl_free.cc +++ b/src/base/cl_free.cc @@ -34,7 +34,7 @@ void cl_free_heap_object (cl_heap* pointer) static const char * copyright_notice[] = { " \n" "Copyright (c) Bruno Haible 1988-2001 \n" - "Copyright (c) Richard Kreckel 2000-2001 \n" + "Copyright (c) Richard Kreckel 2000-2002 \n" " \n" "This program is free software; you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n"