forked from haskell/haskell-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTES-2010.2.0.0
53 lines (45 loc) · 2.14 KB
/
NOTES-2010.2.0.0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
------------------------------------------------------------------------
Release 2010.2.0.0
Changelog:
* A bug which caused forking large processes to not terminate has been
fixed.
* Calling hSetEncoding will now set the encoding for both the read and
write side of a Handle, rather than just the read side.
* Using hReady and hWaitForInput on Handles created from Sockets will
no longer block on Windows.
* Some improvements have been made in when library functions do, and
do not, block asynchronous exceptions.
* A new flag -no-rtsopts flag allows you to disable parsing of +RTS
... options by the run-time system. In some use-cases, when a
program can be run as another user, this can cause security
problems. For example, myprog -tsomefile will overwrite somefile if
the other user has permissions to do so.
* ghc-pkg now ensures that the conf files it writes are UTF8.
* TH: A bug in the kind parser has been fixed.
* directory: System.Directory.doesFileExist on Unix-like OSes now
correctly identifies various types of special file as files.
Versions:
ghc 6.12.1 6.12.3
alex 2.3.2 -> 2.3.3
happy 1.18.4 -> 1.18.5
cabal-install 0.8.0 -> 0.8.2
Cabal 1.8.0.2 -> 1.8.0.6
QuickCheck 2.1.0.3 -> 2.1.1.1
array 0.3.0.0 -> 0.3.0.1
base 4.2.0.0 -> 4.2.0.2
bytestring 0.9.1.5 -> 0.9.1.7
cgi 3001.1.7.2 -> 3001.1.7.3
directory 1.0.1.0 -> 1.0.1.1
fgl 5.4.2.2 -> 5.4.2.3
filepath 1.1.0.3 -> 1.1.0.4
hpc 0.5.0.4 -> 0.5.0.5
old-time 1.0.0.3 -> 1.0.0.5
process 1.0.1.2 -> 1.0.1.3
regex-base 0.93.1 -> 0.93.2
regex-compat 0.92 -> 0.93.1
regex-posix 0.94.1 -> 0.94.2
stm 2.1.1.2 -> 2.1.2.1
template-haskell 2.4.0.0 -> 2.4.0.1
unix 2.4.0.0 -> 2.4.0.2
Added: extensible-exceptions 0.1.1.1
------------------------------------------------------------------------