[Pkg-octave-commit] [octave-optim] branch master updated (fd386dd -> 5597258)

Sébastien Villemot sebastien at debian.org
Tue May 3 15:48:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastien pushed a change to branch master
in repository octave-optim.

      from  fd386dd   Release to unstable.
      adds  f26c954   Imported Upstream version 1.5.1
       new  4cf8269   Merge tag 'upstream/1.5.1'
       new  c0e4811   Bump Standards-Version to 3.9.8, no changes needed.
       new  5597258   Changelog entry for 1.5.1-1.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 DESCRIPTION                                |   6 +-
 NEWS                                       |  15 +
 debian/changelog                           |   7 +
 debian/control                             |   2 +-
 doc/html/index.html                        |   9 +-
 doc/html/nmsmax.html                       |   8 +
 doc/html/numgradient.html                  |   7 +-
 doc/html/numhessian.html                   |   7 +-
 doc/html/quadprog.html                     |  10 +-
 doc/html/samin.html                        |   5 +-
 doc/optim.info                             | 248 ++++++------
 doc/optim.texi                             |  41 +-
 doc/optim.txi                              |  12 +-
 inst/jacobs.m                              |   2 +-
 inst/lsqcurvefit.m                         |   2 +-
 inst/lsqlin.m                              |   2 +-
 inst/lsqnonlin.m                           |   2 +-
 inst/nlinfit.m                             |   2 +-
 inst/nmsmax.m                              |   7 +
 inst/nonlin_min.m                          |   2 +-
 inst/nonlin_residmin.m                     |   2 +-
 inst/powell.m                              |   2 +-
 inst/private/__read_options__.m            | 153 --------
 inst/quadprog.m                            |  62 ++-
 inst/residmin_stat.m                       |   2 +-
 inst/vfzero.m                              |   2 +-
 src/Makefile.in                            |  41 +-
 src/{configure => autom4te.cache/output.0} | 601 +++++++++++++++--------------
 src/autom4te.cache/requests                |  78 ++++
 src/autom4te.cache/traces.0                | 287 ++++++++++++++
 src/configure                              | 179 +++++----
 src/configure.ac                           |  13 +-
 src/munge-texi.pl                          |  16 +
 33 files changed, 1109 insertions(+), 725 deletions(-)
 delete mode 100644 inst/private/__read_options__.m
 copy src/{configure => autom4te.cache/output.0} (94%)
 mode change 100755 => 100644
 create mode 100644 src/autom4te.cache/requests
 create mode 100644 src/autom4te.cache/traces.0

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-optim.git



More information about the Pkg-octave-commit mailing list