Browse Source

* Bump dates, version numbers, etc, for 1.1.4-release...

master
Richard Kreckel 24 years ago
parent
commit
38a48d3130
  1. 5
      ChangeLog
  2. 11
      NEWS
  3. 2
      doc/cln.tex
  4. 2
      src/base/cl_free.cc

5
ChangeLog

@ -1,3 +1,8 @@
2002-01-04 Richard Kreckel <kreckel@ginac.de>
* autoconf/autoconf.m4f: get brutal in order to adhere to FHS.
* Version 1.1.4 released.
2002-01-03 Richard Kreckel <kreckel@ginac.de> 2002-01-03 Richard Kreckel <kreckel@ginac.de>
* autoconf/acinclude.m4: revamp MPN-matcher. * autoconf/acinclude.m4: revamp MPN-matcher.

11
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 2001-11-05, version 1.1.3
========================= =========================

2
doc/cln.tex

@ -35,7 +35,7 @@ Published by Bruno Haible, @code{<haible@@clisp.cons.org>} and
Richard Kreckel, @code{<kreckel@@ginac.de>}. Richard Kreckel, @code{<kreckel@@ginac.de>}.
Copyright (C) Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001. 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 Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice this manual provided the copyright notice and this permission notice

2
src/base/cl_free.cc

@ -34,7 +34,7 @@ void cl_free_heap_object (cl_heap* pointer)
static const char * copyright_notice[] = { static const char * copyright_notice[] = {
" \n" " \n"
"Copyright (c) Bruno Haible 1988-2001 \n" "Copyright (c) Bruno Haible 1988-2001 \n"
"Copyright (c) Richard Kreckel 2000-2001 \n"
"Copyright (c) Richard Kreckel 2000-2002 \n"
" \n" " \n"
"This program is free software; you can redistribute it and/or modify\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" "it under the terms of the GNU General Public License as published by\n"

Loading…
Cancel
Save