# HG changeset patch # User jwe # Date 856257769 0 # Node ID b91b72e856cef7486a77b4f5db66aebac101da05 # Parent 8c7955a8d49f5ab8aedcf53b7ef13299f696d09c [project @ 1997-02-18 09:22:47 by jwe] diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Tue Feb 18 00:33:36 1997 John W. Eaton + * Version 2.0.3 released. + + * octMakefile.in (binary-dist): Strip src/octave and info/info. + * examples/oregonator.m, examples/oregonator.cc: New files. * examples/Makefile.in (SOURCES): Add them to the list. diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 18 03:21:41 1997 John W. Eaton + + * Version 2.0.3 released. + Wed Jan 29 11:49:25 1997 John W. Eaton * Makefile.in (../INSTALL.OCTAVE, ../BUGS): Declare these to be diff --git a/libcruft/ChangeLog b/libcruft/ChangeLog --- a/libcruft/ChangeLog +++ b/libcruft/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 18 03:21:36 1997 John W. Eaton + + * Version 2.0.3 released. + Fri Feb 14 16:23:42 1997 John W. Eaton * Makefile.in (bin-dist): Don't write empty strings to LIBRARIES. diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 18 03:21:27 1997 John W. Eaton + + * Version 2.0.3 released. + Fri Feb 14 16:23:47 1997 John W. Eaton * Makefile.in (bin-dist): Don't write empty strings to LIBRARIES. diff --git a/octMakefile.in b/octMakefile.in --- a/octMakefile.in +++ b/octMakefile.in @@ -233,6 +233,7 @@ find `cat .fname` \( -perm 766 -o -perm 676 -o -perm 667 \ -o -perm 776 -o -perm 677 -o -perm 767 \) -print | \ xargs chmod a+x scripts + strip src/octave info/info tar cf `cat .fname`.tar `cat .fname` rm -rf `cat .fname` gzip --best `cat .fname`.tar diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 18 03:21:24 1997 John W. Eaton + + * Version 2.0.3 released. + Thu Feb 13 19:06:42 1997 John W. Eaton * image/saveimage.m: Only clip image data that is actually out of diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ Tue Feb 18 00:27:49 1997 John W. Eaton + * Version 2.0.3 released. + * toplev.cc (octave_config_info): Handle option argument. Fri Feb 14 16:23:30 1997 John W. Eaton diff --git a/test/ChangeLog b/test/ChangeLog --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 18 03:20:53 1997 John W. Eaton + + * Version 2.0.3 released. + Mon Jan 27 15:51:58 1997 John W. Eaton * Version 2.0.2 released.