Mercurial > hg > octave-nkf
annotate CHECKLIST @ 10488:acf2b099532d
Modify cut to behave equivalently to histc
* statistics/cut.m: Criteria for data inside interval is now lower_edge <= data < higher_edge
author | Rik <code@nomad.inbox5.com> |
---|---|
date | Mon, 05 Apr 2010 15:27:26 -0700 |
parents | 1052a66078cf |
children |
rev | line source |
---|---|
2330 | 1 Things to do before making a release: |
2 | |
3 * Ask testers for the type(s) of machines they are using. | |
4 | |
5 * Update the version number in src/version.h. | |
6 | |
9031
1052a66078cf
Documentation cleanup of top-level Octave directory (READMEs, INSTALL)
Rik <rdrider0-list@yahoo.com>
parents:
3177
diff
changeset
|
7 * Update the version number in doc/refcard/refcard.tex. |
2330 | 8 |
9 * Add a `Version M.N.P released.' line to the ChangeLog. | |
10 | |
11 * Update the NEWS file. | |
12 | |
13 * Check the README file. | |
14 | |
15 * Run autoconf, autoheader, and configure before making tar files. | |
16 | |
17 * Update the NEWS and README.octave files in the anonymous ftp | |
18 directory. |