[Pkg-julia-devel] [SCM] Julia branch master updated. debian/0.3.8-1-5-gf74fe66

Sébastien Villemot sebastien at moszumanska.debian.org
Sun Jun 21 13:11:19 UTC 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Julia".

The branch, master has been updated
       via  f74fe66e13f9025ab2527c261d19065d1a4deea6 (commit)
       via  512945956420aac3b6eb8e98a0b37c0804b6f942 (commit)
       via  8c96211e84c4d4103da243aac845536541884d9a (commit)
       via  b44c3b77cd8d63b57eeeb83ffa0dc0a9131bba25 (commit)
       via  d87f3afc3e1b3962e9ff39a85c653cd24bf4d5e0 (commit)
      from  3bc42372e736b9b2ba3cce5ffd6e60f783970792 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f74fe66e13f9025ab2527c261d19065d1a4deea6
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Jun 21 14:57:56 2015 +0200

    Changelog entry for 0.3.9-1.

commit 512945956420aac3b6eb8e98a0b37c0804b6f942
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Jun 21 14:57:36 2015 +0200

    repl-test.patch: new patch, prevents a test failure.

commit 8c96211e84c4d4103da243aac845536541884d9a
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Jun 5 14:41:54 2015 +0200

    Refresh patches.
    
    Git-Dch: Ignore

commit b44c3b77cd8d63b57eeeb83ffa0dc0a9131bba25
Merge: 3bc4237 d87f3af
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Jun 5 14:39:59 2015 +0200

    Merge tag 'upstream/0.3.9'
    
    Upstream version 0.3.9

-----------------------------------------------------------------------

Summary of changes:
 Makefile                                      |   7 +-
 VERSION                                       |   2 +-
 base/array.jl                                 |   4 +-
 base/env.jl                                   |   2 +-
 base/fs.jl                                    |  48 ++++++------
 base/linalg/bitarray.jl                       |   2 +-
 base/linalg/lu.jl                             |   4 +-
 base/linalg/special.jl                        |   4 +-
 base/math.jl                                  |   4 +-
 base/pkg/cache.jl                             |   6 +-
 base/pkg/entry.jl                             |  10 +--
 base/pkg/git.jl                               |   4 +
 base/pkg/query.jl                             | 102 +++++++++++++++++++-------
 base/pkg/resolve.jl                           |  84 +++++++++++----------
 base/pkg/resolve/interface.jl                 |  91 +++++++++++++++++++++--
 base/pkg/resolve/versionweight.jl             |  35 ++++++---
 base/sharedarray.jl                           |   2 +-
 base/show.jl                                  |  11 ++-
 contrib/mac/app/Makefile                      |   2 +-
 debian/changelog                              |   7 ++
 debian/patches/do-not-download-dsfmt.patch    |   4 +-
 debian/patches/do-not-download-utf8proc.patch |   4 +-
 debian/patches/inject-ldflags.patch           |   2 +-
 debian/patches/no-debug-version.patch         |   4 +-
 debian/patches/repl-test.patch                |  51 +++++++++++++
 debian/patches/require-sse2-on-i386.patch     |   2 +-
 debian/patches/series                         |   1 +
 debian/patches/support-noopt.patch            |   6 +-
 deps/Makefile                                 |   8 +-
 doc/manual/complex-and-rational-numbers.rst   |   2 +-
 doc/manual/control-flow.rst                   |   2 +-
 doc/stdlib/base.rst                           |   2 +-
 src/builtins.c                                |  22 +++++-
 src/interpreter.c                             |   2 +-
 src/module.c                                  |  10 ++-
 src/toplevel.c                                |   2 +-
 test/arrayops.jl                              |   5 ++
 test/bitarray.jl                              |  61 +++++++++++++++
 test/linalg1.jl                               |   4 +
 test/linalg4.jl                               |  48 ++++++++++++
 test/math.jl                                  |  10 +++
 test/parallel.jl                              |  20 +++++
 test/resolve.jl                               |  57 +++++++++++++-
 test/show.jl                                  |   5 ++
 test/strings.jl                               |  11 +++
 test/sysinfo.jl                               |   8 ++
 46 files changed, 630 insertions(+), 154 deletions(-)
 create mode 100644 debian/patches/repl-test.patch


hooks/post-receive
-- 
Julia



More information about the Pkg-julia-devel mailing list