comparison src/ChangeLog @ 6469:a848b846cb3a ss-2-9-10

[project @ 2007-03-27 18:42:11 by jwe]
author jwe
date Tue, 27 Mar 2007 18:42:11 +0000
parents a84de7048629
children 23e8f1cf79ab
comparison
equal deleted inserted replaced
6468:d19a0250e680 6469:a848b846cb3a
1 <<<<<<< ChangeLog
1 2007-03-27 John W. Eaton <jwe@octave.org> 2 2007-03-27 John W. Eaton <jwe@octave.org>
2 3
4 * version.h (OCTAVE_VERSION): Now 2.9.10.
5 (OCTAVE_API_VERSION): Now api-v23.
6 (OCTAVE_RELEASE_DATE): Now 2007-03-27.
7
8 * version.h (OCTAVE_COPYRIGHT): Update for 2007. Add "and others".
9 (X_OCTAVE_WARRANTY_STATEMENT): Rename from OCTAVE_WARRANTY_STATEMENT.
10 Accept arg.
11 (OCTAVE_WARRANTY_STATEMENT): Define using X_OCTAVE_WARRANTY_STATEMENT.
12 (OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY): Define using
13 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY.
14 (X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY): Rename
15 from OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY.
16 Accept arg and pass to X_OCTAVE_WARRANTY_STATEMENT.
17 (OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY): Pass empty
18 arg to X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS.
19 (OCTAVE_STARTUP_MESSAGE): Put info about news last.
20
21 =======
22 2007-03-27 John W. Eaton <jwe@octave.org>
23
3 * Makefile.in (dist, conf-dist): Use ln, not $(LN_S). 24 * Makefile.in (dist, conf-dist): Use ln, not $(LN_S).
4 25
26 >>>>>>> 1.1688
5 2007-03-26 Juhani Saastamoinen <juhani@cs.joensuu.fi> 27 2007-03-26 Juhani Saastamoinen <juhani@cs.joensuu.fi>
6 28
7 * file-io.cc (do_stream_open) [! HAVE_ZLIB]: 29 * file-io.cc (do_stream_open) [! HAVE_ZLIB]:
8 Call fopen with mode, not tmode. 30 Call fopen with mode, not tmode.
9 31