[glpk] branch master updated (242dabc -> 8a75409)
    Sébastien Villemot 
    sebastien at debian.org
       
    Sun Jun 18 09:57:01 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
sebastien pushed a change to branch master
in repository glpk.
      from  242dabc   d/control: use canonical URL for Vcs-Browser.
      adds  ce6dfd1   New upstream version 4.62
       new  b0bec3e   Merge tag 'upstream/4.62'
       new  13bd6f5   Refresh patch.
       new  4cb09e9   d/control: mark glpk-doc as M-A foreign.
       new  8a75409   Changelog entry for release 4.62-1.
The 4 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:
 ChangeLog                                      |  55 +++++
 NEWS                                           |  17 ++
 README                                         |   2 +-
 configure                                      |  20 +-
 configure.ac                                   |   2 +-
 debian/changelog                               |  10 +
 debian/control                                 |   1 +
 debian/patches/no-embedded-zlib.patch          |   4 +-
 examples/pbn/pbn.mod                           |   8 +-
 src/Makefile.am                                |   3 +-
 src/Makefile.in                                |  62 +++---
 src/api/intfeas1.c                             |   9 +
 src/api/minisat1.c                             |  19 ++
 src/api/mps.c                                  |   8 +
 src/env/stdc.c                                 |  98 ++++++++
 src/env/stdc.h                                 |  22 +-
 src/env/stream.c                               |  34 ++-
 src/env/time.c                                 |  10 +-
 src/glphbm.c                                   |   6 +-
 src/glpk.h                                     |   2 +-
 src/glprgr.c                                   |  10 +-
 src/minisat/minisat.c                          |  20 +-
 src/mpl/mpl5.c                                 |   6 +-
 src/mpl/mpl6.c                                 |  42 +++-
 src/mpl/mplsql.c                               |  21 +-
 src/simplex/simplex.h                          |   4 +-
 src/simplex/spxlp.c                            |   2 +-
 src/simplex/spxprim.c                          | 297 +++++++++++++++++++++++--
 src/simplex/spydual.c                          |  53 ++++-
 w32/Makefile_VC                                |   1 +
 w32/Makefile_VC_DLL                            |  13 +-
 w32/Makefile_VC_stdcall_DLL                    |  13 +-
 w32/{glpk_4_61_stdcall.def => glpk_4_62.def}   |   5 +-
 w64/glpk_4_61.def => w32/glpk_4_62_stdcall.def |   5 +-
 w32/glpk_4_61.def => w64/glpk_4_62.def         |   5 +-
 w64/makefile_VC                                |   1 +
 w64/makefile_VC_DLL                            |  13 +-
 37 files changed, 798 insertions(+), 105 deletions(-)
 create mode 100644 src/env/stdc.c
 rename w32/{glpk_4_61_stdcall.def => glpk_4_62.def} (92%)
 rename w64/glpk_4_61.def => w32/glpk_4_62_stdcall.def (92%)
 rename w32/glpk_4_61.def => w64/glpk_4_62.def (92%)
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/glpk.git
    
    
More information about the debian-science-commits
mailing list