~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/dialyzer/RELEASE_NOTES

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-08-05 20:54:29 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090805205429-pm4pnwew8axraosl
Tags: 1:13.b.1-dfsg-5
* Fixed parentheses in Emacs mode (closes: #536891).
* Removed unnecessary conflicts with erlang-manpages package.
* Added workaround for #475459: disabled threads on sparc architecture.
  This breaks wxErlang, so it's only a temporary solution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
                (in reversed chronological order)
4
4
==============================================================================
5
5
 
 
6
Version 1.9.2 (in Erlang/OTP R13B-1)
 
7
------------------------------------
 
8
 - Fixed problem with type inference going into an infinite loop when
 
9
   analyzing a strongly connected component of functions that do not
 
10
   return but also contain an erroneous call which makes them fail and
 
11
   be assigned the type none() instead of the type unit().
 
12
 - More accurate type information for some BIFs and library files.
 
13
 - Introduced boolean() as the `official' name for the type was so far
 
14
   known as bool().  The latter is still accepted as well as boolean().
6
15
 
7
 
Version 1.9.1 (in Erlang/OTP R13A)
 
16
Version 1.9.1 (in Erlang/OTP R13B)
8
17
----------------------------------
9
18
 - Contains the changes described below (R13A) but also:
10
19
    - Has better handling of opaque types