File: NEWS

package info (click to toggle)
julia 0.4.7-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 22,128 kB
  • ctags: 15,440
  • sloc: lisp: 146,606; ansic: 96,638; sh: 12,615; cpp: 11,846; makefile: 3,431; python: 1,005; pascal: 856; xml: 585; f90: 415; java: 343; asm: 86; perl: 77
file content (14 lines) | stat: -rw-r--r-- 664 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
julia (0.3.12-1) unstable; urgency=medium

  Starting with this release, the dynamic library loader only
  considers files with a .so extension when given a library name
  without an extension. With previous releases, the loader would
  fall back to files with a .so.VERSION extension, which could
  result in undefined behaviour when multiple versions of the
  same library were installed.

  Before you install an external Julia package using Pkg.add() that
  depends on a shared library, make sure to install the matching
  lib*-dev package, which provides a symlink with a .so extension.

 -- Peter Colberg <peter@colberg.org>  Tue, 10 Nov 2015 23:52:57 -0500